public class CmsRestoreInfoBean extends java.lang.Object implements com.google.gwt.user.client.rpc.IsSerializable
| Constructor and Description |
|---|
CmsRestoreInfoBean()
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
canUndoMove()
Returns true if the move operation can be undone.
|
CmsListInfoBean |
getListInfoBean()
Gets the bean containing the information for the file info box.
|
java.lang.String |
getOfflineDate()
Gets the offline modification date.
|
java.lang.String |
getOfflinePath()
Gets the offline root path of the resource.
|
java.lang.String |
getOnlineDate()
Gets the online modification date.
|
java.lang.String |
getOnlinePath()
Gets the online root path of the resource.
|
CmsUUID |
getStructureId()
Gets the structure id of the resource for which changes should be undone.
|
boolean |
isMoved()
Returns true if the resource was moved.
|
void |
setCanUndoMove(boolean canUndoMove)
Sets the 'canUndoMove' property.
|
void |
setListInfoBean(CmsListInfoBean listInfoBean)
Sets the list info bean for the resource.
|
void |
setOfflineDate(java.lang.String offlineDate)
Sets the offline modification date.
|
void |
setOfflinePath(java.lang.String offlinePath)
Sets the offline root path.
|
void |
setOnlineDate(java.lang.String onlineDate)
Sets the online modification date.
|
void |
setOnlinePath(java.lang.String onlinePath)
Sets the online root path.
|
void |
setStructureId(CmsUUID structureId)
Sets the structure id of the resource.
|
public CmsRestoreInfoBean()
public boolean canUndoMove()
public CmsListInfoBean getListInfoBean()
public java.lang.String getOfflineDate()
public java.lang.String getOfflinePath()
public java.lang.String getOnlineDate()
public java.lang.String getOnlinePath()
public CmsUUID getStructureId()
public boolean isMoved()
public void setCanUndoMove(boolean canUndoMove)
canUndoMove - the new value for the 'canUndoMove' propertypublic void setListInfoBean(CmsListInfoBean listInfoBean)
listInfoBean - the list info bean for the resourcepublic void setOfflineDate(java.lang.String offlineDate)
offlineDate - the offline modification datepublic void setOfflinePath(java.lang.String offlinePath)
offlinePath - the offline pathpublic void setOnlineDate(java.lang.String onlineDate)
onlineDate - the online modification datepublic void setOnlinePath(java.lang.String onlinePath)
onlinePath - the online root pathpublic void setStructureId(CmsUUID structureId)
structureId - the structure id to set