|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.opencms.gwt.shared.CmsRestoreInfoBean
public class CmsRestoreInfoBean
The bean with the necessary information for the "Restore" dialog.
| Constructor Summary | |
|---|---|
CmsRestoreInfoBean()
Creates a new instance. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CmsRestoreInfoBean()
| Method Detail |
|---|
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
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||