Liferay 6.1.2-ce-ga3

com.liferay.portal.model.impl
Class PermissionCacheModel

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

public class PermissionCacheModel
extends Object
implements CacheModel<Permission>, Serializable

The cache model class for representing Permission in entity cache.

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

Field Summary
 String actionId
           
 long companyId
           
 long permissionId
           
 long resourceId
           
 
Constructor Summary
PermissionCacheModel()
           
 
Method Summary
 Permission toEntityModel()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

permissionId

public long permissionId

companyId

public long companyId

actionId

public String actionId

resourceId

public long resourceId
Constructor Detail

PermissionCacheModel

public PermissionCacheModel()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

toEntityModel

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

Liferay 6.1.2-ce-ga3