org.xcmis.client.gwt.model
Class CmisChangeEventType

java.lang.Object
  extended by org.xcmis.client.gwt.model.CmisChangeEventType

public class CmisChangeEventType
extends Object


Field Summary
protected  List<Object> any
          Any other object.
protected  Date changeTime
          Change time.
protected  EnumTypeOfChanges changeType
          Change type.
 
Constructor Summary
CmisChangeEventType()
           
 
Method Summary
 List<Object> getAny()
           
 Date getChangeTime()
           
 EnumTypeOfChanges getChangeType()
           
 void setChangeTime(Date value)
           
 void setChangeType(EnumTypeOfChanges value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

changeType

protected EnumTypeOfChanges changeType
Change type.


changeTime

protected Date changeTime
Change time.


any

protected List<Object> any
Any other object.

Constructor Detail

CmisChangeEventType

public CmisChangeEventType()
Method Detail

getChangeType

public EnumTypeOfChanges getChangeType()
Returns:
EnumTypeOfChanges

setChangeType

public void setChangeType(EnumTypeOfChanges value)
Parameters:
value - type of change

getChangeTime

public Date getChangeTime()
Returns:
Date time of change

setChangeTime

public void setChangeTime(Date value)
Parameters:
value - time of change

getAny

public List<Object> getAny()
Returns:
List any object

Copyright © 2010 eXo Platform SAS. All Rights Reserved.