Liferay 6.1.2-ce-ga3

com.liferay.portal.model.impl
Class ResourcePermissionCacheModel

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

public class ResourcePermissionCacheModel
extends Object
implements CacheModel<ResourcePermission>, Serializable

The cache model class for representing ResourcePermission in entity cache.

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

Field Summary
 long actionIds
           
 long companyId
           
 String name
           
 long ownerId
           
 String primKey
           
 long resourcePermissionId
           
 long roleId
           
 int scope
           
 
Constructor Summary
ResourcePermissionCacheModel()
           
 
Method Summary
 ResourcePermission toEntityModel()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

resourcePermissionId

public long resourcePermissionId

companyId

public long companyId

name

public String name

scope

public int scope

primKey

public String primKey

roleId

public long roleId

ownerId

public long ownerId

actionIds

public long actionIds
Constructor Detail

ResourcePermissionCacheModel

public ResourcePermissionCacheModel()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

toEntityModel

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

Liferay 6.1.2-ce-ga3