public class CmsPostUploadDialogPanelBean
extends java.lang.Object
implements com.google.gwt.user.client.rpc.IsSerializable
构造器和说明 |
---|
CmsPostUploadDialogPanelBean()
Creates a new instance.
|
CmsPostUploadDialogPanelBean(CmsUUID structureId,
CmsListInfoBean infoBean)
Creates a new instance.
|
限定符和类型 | 方法和说明 |
---|---|
CmsListInfoBean |
getInfoBean()
Gets the info bean for the resource.
|
java.util.Map<java.lang.String,CmsClientProperty> |
getProperties()
Gets the properties for the resource.
|
java.util.Map<java.lang.String,CmsXmlContentProperty> |
getPropertyDefinitions()
Gets the property definitions for the type of the resource.
|
CmsUUID |
getStructureId()
Gets the structure id of the resource.
|
void |
setInfoBean(CmsListInfoBean info)
Sets the list info bean for the resource.
|
void |
setProperties(java.util.Map<java.lang.String,CmsClientProperty> properties)
Sets the properties for the resource.
|
void |
setPropertyDefinitions(java.util.Map<java.lang.String,CmsXmlContentProperty> propertyDefinitions)
Sets the property definitions for the type of the resource.
|
void |
setStructureId(CmsUUID structureId)
Sets the structure id of the resource.
|
public CmsPostUploadDialogPanelBean()
public CmsPostUploadDialogPanelBean(CmsUUID structureId, CmsListInfoBean infoBean)
structureId
- the structure id of the resourceinfoBean
- the list info beanpublic CmsListInfoBean getInfoBean()
public java.util.Map<java.lang.String,CmsClientProperty> getProperties()
public java.util.Map<java.lang.String,CmsXmlContentProperty> getPropertyDefinitions()
public CmsUUID getStructureId()
public void setInfoBean(CmsListInfoBean info)
info
- the list info bean for the resourcepublic void setProperties(java.util.Map<java.lang.String,CmsClientProperty> properties)
properties
- the properties for the resourcepublic void setPropertyDefinitions(java.util.Map<java.lang.String,CmsXmlContentProperty> propertyDefinitions)
propertyDefinitions
- the map of property definitionspublic void setStructureId(CmsUUID structureId)
structureId
- the structure id of the resource