@ProviderType public interface ClusterGroupModel extends BaseModel<ClusterGroup>, MVCCModel
This interface and its corresponding implementation ClusterGroupModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in ClusterGroupImpl.
ClusterGroup,
ClusterGroupImpl,
ClusterGroupModelImpl| Modifier and Type | Method and Description |
|---|---|
long |
getClusterGroupId()
Returns the cluster group ID of this cluster group.
|
String |
getClusterNodeIds()
Returns the cluster node IDs of this cluster group.
|
long |
getMvccVersion()
Returns the mvcc version of this cluster group.
|
String |
getName()
Returns the name of this cluster group.
|
long |
getPrimaryKey()
Returns the primary key of this cluster group.
|
boolean |
getWholeCluster()
Returns the whole cluster of this cluster group.
|
boolean |
isWholeCluster()
Returns
true if this cluster group is whole cluster. |
void |
setClusterGroupId(long clusterGroupId)
Sets the cluster group ID of this cluster group.
|
void |
setClusterNodeIds(String clusterNodeIds)
Sets the cluster node IDs of this cluster group.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this cluster group.
|
void |
setName(String name)
Sets the name of this cluster group.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this cluster group.
|
void |
setWholeCluster(boolean wholeCluster)
Sets whether this cluster group is whole cluster.
|
clone, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringgetModelClass, getModelClassNamelong getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey - the primary key of this cluster grouplong getMvccVersion()
getMvccVersion in interface MVCCModelvoid setMvccVersion(long mvccVersion)
setMvccVersion in interface MVCCModelmvccVersion - the mvcc version of this cluster grouplong getClusterGroupId()
void setClusterGroupId(long clusterGroupId)
clusterGroupId - the cluster group ID of this cluster group@AutoEscape String getName()
void setName(String name)
name - the name of this cluster group@AutoEscape String getClusterNodeIds()
void setClusterNodeIds(String clusterNodeIds)
clusterNodeIds - the cluster node IDs of this cluster groupboolean getWholeCluster()
boolean isWholeCluster()
true if this cluster group is whole cluster.true if this cluster group is whole cluster; false otherwisevoid setWholeCluster(boolean wholeCluster)
wholeCluster - the whole cluster of this cluster group