com.liferay.portal.model
Interface ClusterGroup

All Superinterfaces:
BaseModel<ClusterGroup>, java.lang.Cloneable, ClusterGroupModel, java.lang.Comparable<ClusterGroup>, java.io.Serializable
All Known Implementing Classes:
ClusterGroupWrapper

public interface ClusterGroup
extends ClusterGroupModel

The model interface for the ClusterGroup service. Represents a row in the "ClusterGroup" database table, with each column mapped to a property of this class.

Never modify this interface directly. Add methods to ClusterGroupImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.

Never reference this interface directly. All methods that expect a cluster group model instance should use the ClusterGroup interface instead.

Author:
Brian Wing Shun Chan
See Also:
ClusterGroupModel, ClusterGroupImpl, ClusterGroupModelImpl
Generated:

Method Summary
 java.lang.String[] getClusterNodeIdsArray()
           
 
Methods inherited from interface com.liferay.portal.model.ClusterGroupModel
clone, compareTo, getClusterGroupId, getClusterNodeIds, getExpandoBridge, getName, getPrimaryKey, getPrimaryKeyObj, getWholeCluster, hashCode, isCachedModel, isEscapedModel, isNew, isWholeCluster, setCachedModel, setClusterGroupId, setClusterNodeIds, setEscapedModel, setExpandoBridgeAttributes, setName, setNew, setPrimaryKey, setWholeCluster, toEscapedModel, toString, toXmlString
 

Method Detail

getClusterNodeIdsArray

java.lang.String[] getClusterNodeIdsArray()