org.opencms.ade.publish.shared
Class CmsPublishGroup

java.lang.Object
  extended by org.opencms.ade.publish.shared.CmsPublishGroup
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable

public class CmsPublishGroup
extends java.lang.Object
implements com.google.gwt.user.client.rpc.IsSerializable

A publish group.

Since:
7.6

Constructor Summary
protected CmsPublishGroup()
          For serialization.
  CmsPublishGroup(java.lang.String name, java.util.List<CmsPublishResource> resources)
          Creates a new publish group bean.
 
Method Summary
 java.lang.String getName()
          Returns the name.
 java.util.List<CmsPublishResource> getResources()
          Returns the resources.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CmsPublishGroup

public CmsPublishGroup(java.lang.String name,
                       java.util.List<CmsPublishResource> resources)
Creates a new publish group bean.

Parameters:
name - the group name
resources - the resources

CmsPublishGroup

protected CmsPublishGroup()
For serialization.

Method Detail

getName

public java.lang.String getName()
Returns the name.

Returns:
the name

getResources

public java.util.List<CmsPublishResource> getResources()
Returns the resources.

Returns:
the resources