public class ClusterGroupSoap
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
ClusterGroupSoap() |
| Modifier and Type | Method and Description |
|---|---|
long |
getClusterGroupId() |
java.lang.String |
getClusterNodeIds() |
java.lang.String |
getName() |
long |
getPrimaryKey() |
boolean |
getWholeCluster() |
boolean |
isWholeCluster() |
void |
setClusterGroupId(long clusterGroupId) |
void |
setClusterNodeIds(java.lang.String clusterNodeIds) |
void |
setName(java.lang.String name) |
void |
setPrimaryKey(long pk) |
void |
setWholeCluster(boolean wholeCluster) |
static ClusterGroupSoap |
toSoapModel(ClusterGroup model) |
static ClusterGroupSoap[] |
toSoapModels(ClusterGroup[] models) |
static ClusterGroupSoap[][] |
toSoapModels(ClusterGroup[][] models) |
static ClusterGroupSoap[] |
toSoapModels(java.util.List<ClusterGroup> models) |
public static ClusterGroupSoap toSoapModel(ClusterGroup model)
public static ClusterGroupSoap[] toSoapModels(ClusterGroup[] models)
public static ClusterGroupSoap[][] toSoapModels(ClusterGroup[][] models)
public static ClusterGroupSoap[] toSoapModels(java.util.List<ClusterGroup> models)
public long getPrimaryKey()
public void setPrimaryKey(long pk)
public long getClusterGroupId()
public void setClusterGroupId(long clusterGroupId)
public java.lang.String getName()
public void setName(java.lang.String name)
public java.lang.String getClusterNodeIds()
public void setClusterNodeIds(java.lang.String clusterNodeIds)
public boolean getWholeCluster()
public boolean isWholeCluster()
public void setWholeCluster(boolean wholeCluster)