Liferay 6.1.2-ce-ga3

com.liferay.portal.model.impl
Class ResourceCodeCacheModel

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

public class ResourceCodeCacheModel
extends Object
implements CacheModel<ResourceCode>, Serializable

The cache model class for representing ResourceCode in entity cache.

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

Field Summary
 long codeId
           
 long companyId
           
 String name
           
 int scope
           
 
Constructor Summary
ResourceCodeCacheModel()
           
 
Method Summary
 ResourceCode toEntityModel()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

codeId

public long codeId

companyId

public long companyId

name

public String name

scope

public int scope
Constructor Detail

ResourceCodeCacheModel

public ResourceCodeCacheModel()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

toEntityModel

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

Liferay 6.1.2-ce-ga3