Package org.opencms.ade.sitemap.shared
Class CmsGalleryFolderEntry
java.lang.Object
org.opencms.ade.sitemap.shared.CmsGalleryFolderEntry
- All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable
public class CmsGalleryFolderEntry
extends Object
implements com.google.gwt.user.client.rpc.IsSerializable
Gallery folder entry bean.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addSubGallery
(CmsGalleryFolderEntry gallery) Adds a sub gallery.Returns the resource icon style classes.Returns the own properties.Returns the resource type.Returns the site path.Returns the structure id.Returns the sub galleries.void
setIconClasses
(String iconClasses) Sets the resource icon style classes.void
setOwnProperties
(Map<String, CmsClientProperty> ownProperties) Sets the own properties.void
setResourceType
(String resourceType) Sets the resource type.void
setSitePath
(String sitePath) Sets the site path.void
setStructureId
(CmsUUID structureId) Sets the structure id.void
setSubGalleries
(List<CmsGalleryFolderEntry> subGalleries) Sets the sub galleries.
-
Constructor Details
-
CmsGalleryFolderEntry
public CmsGalleryFolderEntry()Constructor.
-
-
Method Details
-
getIconClasses
Returns the resource icon style classes.- Returns:
- the resource icon style classes
-
getOwnProperties
Returns the own properties.- Returns:
- the own properties
-
getResourceType
Returns the resource type.- Returns:
- the resource type
-
getSitePath
Returns the site path.- Returns:
- the site path
-
getStructureId
Returns the structure id.- Returns:
- the structure id
-
getSubGalleries
Returns the sub galleries.- Returns:
- the sub galleries
-
setIconClasses
Sets the resource icon style classes.- Parameters:
iconClasses
- the resource icon style classes
-
setOwnProperties
Sets the own properties.- Parameters:
ownProperties
- the own properties to set
-
setResourceType
Sets the resource type.- Parameters:
resourceType
- the resource type to set
-
setSitePath
Sets the site path.- Parameters:
sitePath
- the site path to set
-
setStructureId
Sets the structure id.- Parameters:
structureId
- the structure id to set
-
setSubGalleries
Sets the sub galleries.- Parameters:
subGalleries
- the subGalleries to set