Liferay 6.1.2-ce-ga3

com.liferay.portal.model.impl
Class ResourceBlockCacheModel

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

public class ResourceBlockCacheModel
extends Object
implements CacheModel<ResourceBlock>, Serializable

The cache model class for representing ResourceBlock in entity cache.

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

Field Summary
 long companyId
           
 long groupId
           
 String name
           
 String permissionsHash
           
 long referenceCount
           
 long resourceBlockId
           
 
Constructor Summary
ResourceBlockCacheModel()
           
 
Method Summary
 ResourceBlock toEntityModel()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

resourceBlockId

public long resourceBlockId

companyId

public long companyId

groupId

public long groupId

name

public String name

permissionsHash

public String permissionsHash

referenceCount

public long referenceCount
Constructor Detail

ResourceBlockCacheModel

public ResourceBlockCacheModel()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

toEntityModel

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

Liferay 6.1.2-ce-ga3