Liferay 6.1.2-ce-ga3

com.liferay.portal.model.impl
Class RoleCacheModel

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

public class RoleCacheModel
extends Object
implements CacheModel<Role>, Serializable

The cache model class for representing Role in entity cache.

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

Field Summary
 long classNameId
           
 long classPK
           
 long companyId
           
 String description
           
 String name
           
 long roleId
           
 String subtype
           
 String title
           
 int type
           
 
Constructor Summary
RoleCacheModel()
           
 
Method Summary
 Role toEntityModel()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

roleId

public long roleId

companyId

public long companyId

classNameId

public long classNameId

classPK

public long classPK

name

public String name

title

public String title

description

public String description

type

public int type

subtype

public String subtype
Constructor Detail

RoleCacheModel

public RoleCacheModel()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

toEntityModel

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

Liferay 6.1.2-ce-ga3