Liferay 6.1.2-ce-ga3

com.liferay.portal.model
Interface ClusterGroup

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

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
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

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, 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.1.2-ce-ga3