public class CmsGalleryFolderEntry extends java.lang.Object implements com.google.gwt.user.client.rpc.IsSerializable
| Constructor and Description |
|---|
CmsGalleryFolderEntry()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addSubGallery(CmsGalleryFolderEntry gallery)
Adds a sub gallery.
|
java.lang.String |
getIconClasses()
Returns the resource icon style classes.
|
java.util.Map<java.lang.String,CmsClientProperty> |
getOwnProperties()
Returns the own properties.
|
java.lang.String |
getResourceType()
Returns the resource type.
|
java.lang.String |
getSitePath()
Returns the site path.
|
CmsUUID |
getStructureId()
Returns the structure id.
|
java.util.List<CmsGalleryFolderEntry> |
getSubGalleries()
Returns the sub galleries.
|
void |
setIconClasses(java.lang.String iconClasses)
Sets the resource icon style classes.
|
void |
setOwnProperties(java.util.Map<java.lang.String,CmsClientProperty> ownProperties)
Sets the own properties.
|
void |
setResourceType(java.lang.String resourceType)
Sets the resource type.
|
void |
setSitePath(java.lang.String sitePath)
Sets the site path.
|
void |
setStructureId(CmsUUID structureId)
Sets the structure id.
|
void |
setSubGalleries(java.util.List<CmsGalleryFolderEntry> subGalleries)
Sets the sub galleries.
|
public CmsGalleryFolderEntry()
public void addSubGallery(CmsGalleryFolderEntry gallery)
gallery - the gallery to addpublic java.lang.String getIconClasses()
public java.util.Map<java.lang.String,CmsClientProperty> getOwnProperties()
public java.lang.String getResourceType()
public java.lang.String getSitePath()
public CmsUUID getStructureId()
public java.util.List<CmsGalleryFolderEntry> getSubGalleries()
public void setIconClasses(java.lang.String iconClasses)
iconClasses - the resource icon style classespublic void setOwnProperties(java.util.Map<java.lang.String,CmsClientProperty> ownProperties)
ownProperties - the own properties to setpublic void setResourceType(java.lang.String resourceType)
resourceType - the resource type to setpublic void setSitePath(java.lang.String sitePath)
sitePath - the site path to setpublic void setStructureId(CmsUUID structureId)
structureId - the structure id to setpublic void setSubGalleries(java.util.List<CmsGalleryFolderEntry> subGalleries)
subGalleries - the subGalleries to set