org.xcmis.client.gwt.object.impl
Class ChangeInfo

java.lang.Object
  extended by org.xcmis.client.gwt.object.impl.ChangeInfo

public class ChangeInfo
extends Object

Simple plain implementation of ChangeInfo.

Version:
$Id: $
Author:
Andrey Parfonov

Constructor Summary
ChangeInfo()
          Constructor
ChangeInfo(Date changeTime, EnumTypeOfChanges changeType)
           
 
Method Summary
 Date getChangeTime()
           
 EnumTypeOfChanges getChangeType()
          
 void setChangeTime(Date changeTime)
          Set date of change.
 void setChangeType(EnumTypeOfChanges 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()
Constructor


ChangeInfo

public ChangeInfo(Date changeTime,
                  EnumTypeOfChanges changeType)
Parameters:
changeTime - change time
changeType -
Method Detail

getChangeTime

public Date getChangeTime()
Returns:
Date

getChangeType

public EnumTypeOfChanges getChangeType()


setChangeTime

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

Parameters:
changeTime - date of change

setChangeType

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

Parameters:
changeType - change type


Copyright © 2010 eXo Platform SAS. All Rights Reserved.