Liferay 6.2-ce-ga5

com.liferay.portal.model
Interface ClusterGroup

All Superinterfaces:
BaseModel<ClusterGroup>, ClassedModel, Cloneable, ClusterGroupModel, Comparable<ClusterGroup>, PersistedModel, Serializable
All Known Implementing Classes:
ClusterGroupWrapper

@ProviderType
public interface ClusterGroup
extends ClusterGroupModel, PersistedModel

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

See Also:
ClusterGroupModel, ClusterGroupImpl, ClusterGroupModelImpl

Method Summary
 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, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setName, setNew, setPrimaryKey, setPrimaryKeyObj, setWholeCluster, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 

Method Detail

getClusterNodeIdsArray

String[] getClusterNodeIdsArray()

Liferay 6.2-ce-ga5