|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.opencms.ade.postupload.shared.CmsPostUploadDialogPanelBean
public class CmsPostUploadDialogPanelBean
A bean representing the state of a single resource to be edited in the upload property dialog.
| Constructor Summary | |
|---|---|
CmsPostUploadDialogPanelBean()
Creates a new instance. |
|
CmsPostUploadDialogPanelBean(CmsUUID structureId,
CmsListInfoBean infoBean)
Creates a new instance. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CmsPostUploadDialogPanelBean()
public CmsPostUploadDialogPanelBean(CmsUUID structureId,
CmsListInfoBean infoBean)
structureId - the structure id of the resourceinfoBean - the list info bean| Method Detail |
|---|
public 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
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||