com.liferay.portal.model.impl
Class PasswordPolicyRelCacheModel
java.lang.Object
com.liferay.portal.model.impl.PasswordPolicyRelCacheModel
- All Implemented Interfaces:
- com.liferay.portal.model.CacheModel<com.liferay.portal.model.PasswordPolicyRel>, java.io.Serializable
public class PasswordPolicyRelCacheModel
- extends java.lang.Object
- implements com.liferay.portal.model.CacheModel<com.liferay.portal.model.PasswordPolicyRel>, java.io.Serializable
The cache model class for representing PasswordPolicyRel in entity cache.
- Author:
- Brian Wing Shun Chan
- See Also:
PasswordPolicyRel,
Serialized Form- Generated:
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
passwordPolicyRelId
public long passwordPolicyRelId
passwordPolicyId
public long passwordPolicyId
classNameId
public long classNameId
classPK
public long classPK
PasswordPolicyRelCacheModel
public PasswordPolicyRelCacheModel()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
toEntityModel
public com.liferay.portal.model.PasswordPolicyRel toEntityModel()
- Specified by:
toEntityModel in interface com.liferay.portal.model.CacheModel<com.liferay.portal.model.PasswordPolicyRel>