org.xcmis.client.gwt.model
Class CmisChangeEventType
java.lang.Object
org.xcmis.client.gwt.model.CmisChangeEventType
public class CmisChangeEventType
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
changeType
protected EnumTypeOfChanges changeType
- Change type.
changeTime
protected Date changeTime
- Change time.
any
protected List<Object> any
- Any other object.
CmisChangeEventType
public CmisChangeEventType()
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
Copyright © 2010 eXo Platform SAS. All Rights Reserved.