Liferay 6.1.2-ce-ga3

com.liferay.portal.model.impl
Class ResourceActionCacheModel

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

public class ResourceActionCacheModel
extends Object
implements CacheModel<ResourceAction>, Serializable

The cache model class for representing ResourceAction in entity cache.

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

Field Summary
 String actionId
           
 long bitwiseValue
           
 String name
           
 long resourceActionId
           
 
Constructor Summary
ResourceActionCacheModel()
           
 
Method Summary
 ResourceAction toEntityModel()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

resourceActionId

public long resourceActionId

name

public String name

actionId

public String actionId

bitwiseValue

public long bitwiseValue
Constructor Detail

ResourceActionCacheModel

public ResourceActionCacheModel()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

toEntityModel

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

Liferay 6.1.2-ce-ga3