|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xcmis.client.gwt.object.impl.ChangeInfo
public class ChangeInfo
Simple plain implementation of ChangeInfo.
| 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 |
|---|
public ChangeInfo()
public ChangeInfo(Date changeTime,
EnumTypeOfChanges changeType)
changeTime - change timechangeType - | Method Detail |
|---|
public Date getChangeTime()
Datepublic EnumTypeOfChanges getChangeType()
public void setChangeTime(Date changeTime)
changeTime - date of changepublic void setChangeType(EnumTypeOfChanges changeType)
changeType - change type
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||