Package org.opencms.ade.publish.shared
Class CmsPublishGroup
java.lang.Object
org.opencms.ade.publish.shared.CmsPublishGroup
- All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable
public class CmsPublishGroup
extends Object
implements com.google.gwt.user.client.rpc.IsSerializable
A publish group.
- Since:
- 7.6
-
Constructor Summary
ModifierConstructorDescriptionprotected
For serialization.CmsPublishGroup
(String name, List<CmsPublishResource> resources) Creates a new publish group bean. -
Method Summary
Modifier and TypeMethodDescriptiongetName()
Returns the name.Returns the resources.boolean
Returns true if the GUI should be able to automatically select this group.void
setAutoSelectable
(boolean autoSelectable) Sets the auto-selectable flag.
-
Constructor Details
-
CmsPublishGroup
Creates a new publish group bean.- Parameters:
name
- the group nameresources
- the resources
-
CmsPublishGroup
protected CmsPublishGroup()For serialization.
-
-
Method Details
-
getName
Returns the name.- Returns:
- the name
-
getResources
Returns the resources.- Returns:
- the resources
-
isAutoSelectable
Returns true if the GUI should be able to automatically select this group.- Returns:
- the value of the auto-selectable flag
-
setAutoSelectable
Sets the auto-selectable flag.- Parameters:
autoSelectable
- the new flag value
-