com.liferay.portal.model.impl
Class RoleCacheModel
java.lang.Object
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:
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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
RoleCacheModel
public RoleCacheModel()
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>