com.liferay.portal.model.impl
Class RoleCacheModel

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

public class RoleCacheModel
extends java.lang.Object
implements com.liferay.portal.model.CacheModel<com.liferay.portal.model.Role>, java.io.Serializable

The cache model class for representing Role in entity cache.

Author:
Brian Wing Shun Chan
See Also:
Role, Serialized Form
Generated:

Field Summary
 long classNameId
           
 long classPK
           
 long companyId
           
 java.lang.String description
           
 java.lang.String name
           
 long roleId
           
 java.lang.String subtype
           
 java.lang.String title
           
 int type
           
 
Constructor Summary
RoleCacheModel()
           
 
Method Summary
 com.liferay.portal.model.Role toEntityModel()
           
 java.lang.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 java.lang.String name

title

public java.lang.String title

description

public java.lang.String description

type

public int type

subtype

public java.lang.String subtype
Constructor Detail

RoleCacheModel

public RoleCacheModel()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

toEntityModel

public com.liferay.portal.model.Role toEntityModel()
Specified by:
toEntityModel in interface com.liferay.portal.model.CacheModel<com.liferay.portal.model.Role>