public class CmsRenameInfoBean
extends java.lang.Object
implements com.google.gwt.user.client.rpc.IsSerializable
| 限定符 | 构造器和说明 |
|---|---|
protected |
CmsRenameInfoBean()
Empty default constructor for serialization.
|
|
CmsRenameInfoBean(java.lang.String sitePath,
CmsUUID structureId,
CmsListInfoBean listInfo)
Creates a new instance.
|
| 限定符和类型 | 方法和说明 |
|---|---|
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.
|
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()
public CmsListInfoBean getListInfo()
public java.lang.String getSitePath()
public CmsUUID getStructureId()