com.liferay.portal.model.impl
Class PasswordPolicyRelCacheModel

java.lang.Object
  extended by 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:

Field Summary
 long classNameId
           
 long classPK
           
 long passwordPolicyId
           
 long passwordPolicyRelId
           
 
Constructor Summary
PasswordPolicyRelCacheModel()
           
 
Method Summary
 com.liferay.portal.model.PasswordPolicyRel toEntityModel()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

passwordPolicyRelId

public long passwordPolicyRelId

passwordPolicyId

public long passwordPolicyId

classNameId

public long classNameId

classPK

public long classPK
Constructor Detail

PasswordPolicyRelCacheModel

public PasswordPolicyRelCacheModel()
Method Detail

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>