com.liferay.portal.model.impl
Class ClusterGroupCacheModel
java.lang.Object
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:
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
clusterGroupId
public long clusterGroupId
name
public java.lang.String name
clusterNodeIds
public java.lang.String clusterNodeIds
wholeCluster
public boolean wholeCluster
ClusterGroupCacheModel
public ClusterGroupCacheModel()
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>