Liferay 6.1.2-ce-ga3

com.liferay.portal.model.impl
Class ShardCacheModel

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

public class ShardCacheModel
extends Object
implements CacheModel<Shard>, Serializable

The cache model class for representing Shard in entity cache.

See Also:
Shard, Serialized Form
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Field Summary
 long classNameId
           
 long classPK
           
 String name
           
 long shardId
           
 
Constructor Summary
ShardCacheModel()
           
 
Method Summary
 Shard toEntityModel()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

shardId

public long shardId

classNameId

public long classNameId

classPK

public long classPK

name

public String name
Constructor Detail

ShardCacheModel

public ShardCacheModel()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

toEntityModel

public Shard toEntityModel()
Specified by:
toEntityModel in interface CacheModel<Shard>

Liferay 6.1.2-ce-ga3