Liferay 6.1.2-ce-ga3

com.liferay.portal.model
Class ClusterGroupSoap

java.lang.Object
  extended by com.liferay.portal.model.ClusterGroupSoap
All Implemented Interfaces:
Serializable

public class ClusterGroupSoap
extends Object
implements Serializable

This class is used by SOAP remote services.

See Also:
Serialized Form

Constructor Summary
ClusterGroupSoap()
           
 
Method Summary
 long getClusterGroupId()
           
 String getClusterNodeIds()
           
 String getName()
           
 long getPrimaryKey()
           
 boolean getWholeCluster()
           
 boolean isWholeCluster()
           
 void setClusterGroupId(long clusterGroupId)
           
 void setClusterNodeIds(String clusterNodeIds)
           
 void setName(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(List<ClusterGroup> models)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClusterGroupSoap

public ClusterGroupSoap()
Method Detail

toSoapModel

public static ClusterGroupSoap toSoapModel(ClusterGroup model)

toSoapModels

public static ClusterGroupSoap[] toSoapModels(ClusterGroup[] models)

toSoapModels

public static ClusterGroupSoap[][] toSoapModels(ClusterGroup[][] models)

toSoapModels

public static ClusterGroupSoap[] toSoapModels(List<ClusterGroup> models)

getPrimaryKey

public long getPrimaryKey()

setPrimaryKey

public void setPrimaryKey(long pk)

getClusterGroupId

public long getClusterGroupId()

setClusterGroupId

public void setClusterGroupId(long clusterGroupId)

getName

public String getName()

setName

public void setName(String name)

getClusterNodeIds

public String getClusterNodeIds()

setClusterNodeIds

public void setClusterNodeIds(String clusterNodeIds)

getWholeCluster

public boolean getWholeCluster()

isWholeCluster

public boolean isWholeCluster()

setWholeCluster

public void setWholeCluster(boolean wholeCluster)

Liferay 6.1.2-ce-ga3