org.opencms.gwt.shared
Class CmsRenameInfoBean

java.lang.Object
  extended by org.opencms.gwt.shared.CmsRenameInfoBean
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable

public class CmsRenameInfoBean
extends java.lang.Object
implements com.google.gwt.user.client.rpc.IsSerializable

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

CmsRenameInfoBean

public CmsRenameInfoBean(java.lang.String sitePath,
                         CmsUUID structureId,
                         CmsListInfoBean listInfo)
Creates a new instance.

Parameters:
sitePath - the site path of the resource
structureId - the structure id of the resource
listInfo - the list info bean for the resource

CmsRenameInfoBean

protected CmsRenameInfoBean()
Empty default constructor for serialization.

Method Detail

getListInfo

public CmsListInfoBean getListInfo()
Gets the list info bean for the resource.

Returns:
the list info bean

getSitePath

public java.lang.String getSitePath()
Gets the site path of the resource.

Returns:
the site path

getStructureId

public CmsUUID getStructureId()
Gets the structure id of the resource.

Returns:
the structure id