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 Details

  • Method Details

    • getName

      public String getName()
      Returns the name.

      Returns:
      the name
    • getResources

      Returns the resources.

      Returns:
      the resources
    • isAutoSelectable

      public boolean isAutoSelectable()
      Returns true if the GUI should be able to automatically select this group.

      Returns:
      the value of the auto-selectable flag
    • setAutoSelectable

      public void setAutoSelectable(boolean autoSelectable)
      Sets the auto-selectable flag.

      Parameters:
      autoSelectable - the new flag value