com.liferay.portal.model.impl
Class ClusterGroupCacheModel

java.lang.Object
  extended by com.liferay.portal.model.impl.ClusterGroupCacheModel
All Implemented Interfaces:
com.liferay.portal.model.CacheModel<com.liferay.portal.model.ClusterGroup>, java.io.Serializable

public class ClusterGroupCacheModel
extends java.lang.Object
implements com.liferay.portal.model.CacheModel<com.liferay.portal.model.ClusterGroup>, java.io.Serializable

The cache model class for representing ClusterGroup in entity cache.

Author:
Brian Wing Shun Chan
See Also:
ClusterGroup, Serialized Form
Generated:

Field Summary
 long clusterGroupId
           
 java.lang.String clusterNodeIds
           
 java.lang.String name
           
 boolean wholeCluster
           
 
Constructor Summary
ClusterGroupCacheModel()
           
 
Method Summary
 com.liferay.portal.model.ClusterGroup toEntityModel()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

clusterGroupId

public long clusterGroupId

name

public java.lang.String name

clusterNodeIds

public java.lang.String clusterNodeIds

wholeCluster

public boolean wholeCluster
Constructor Detail

ClusterGroupCacheModel

public ClusterGroupCacheModel()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

toEntityModel

public com.liferay.portal.model.ClusterGroup toEntityModel()
Specified by:
toEntityModel in interface com.liferay.portal.model.CacheModel<com.liferay.portal.model.ClusterGroup>