|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.opencms.gwt.shared.CmsRenameInfoBean
public class CmsRenameInfoBean
Bean class containing the information needed for the Rename dialog.
| Constructor Summary | |
|---|---|
protected |
CmsRenameInfoBean()
Empty default constructor for serialization. |
|
CmsRenameInfoBean(java.lang.String sitePath,
CmsUUID structureId,
CmsListInfoBean listInfo)
Creates a new instance. |
| Method Summary | |
|---|---|
CmsListInfoBean |
getListInfo()
Gets the list info bean for the resource. |
java.lang.String |
getSitePath()
Gets the site path of the resource. |
CmsUUID |
getStructureId()
Gets 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 CmsRenameInfoBean(java.lang.String sitePath,
CmsUUID structureId,
CmsListInfoBean listInfo)
sitePath - the site path of the resourcestructureId - the structure id of the resourcelistInfo - the list info bean for the resourceprotected CmsRenameInfoBean()
| Method Detail |
|---|
public CmsListInfoBean getListInfo()
public java.lang.String getSitePath()
public CmsUUID getStructureId()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||