org.xcmis.spi.model
Class ChangeInfo

java.lang.Object
  extended by org.xcmis.spi.model.ChangeInfo

public final class ChangeInfo
extends Object

Info about object changes.

Version:
$Id: $
Author:
Andrey Parfonov
See Also:
CmisObject.getChangeInfo()

Constructor Summary
ChangeInfo()
           
ChangeInfo(Calendar changeTime, ChangeType changeType)
           
 
Method Summary
 Calendar getChangeTime()
          Get time of change.
 ChangeType getChangeType()
           
 void setChangeTime(Calendar changeTime)
          Set date of change.
 void setChangeType(ChangeType changeType)
          Set type of change.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChangeInfo

public ChangeInfo()

ChangeInfo

public ChangeInfo(Calendar changeTime,
                  ChangeType changeType)
Method Detail

getChangeTime

public Calendar getChangeTime()
Get time of change.

Returns:
time of object change

getChangeType

public ChangeType getChangeType()
Returns:
object change type

setChangeTime

public void setChangeTime(Calendar changeTime)
Set date of change.

Parameters:
changeTime - date of change

setChangeType

public void setChangeType(ChangeType changeType)
Set type of change.

Parameters:
changeType - change type


Copyright © 2011 eXo Platform SAS. All Rights Reserved.