Liferay 6.1.2-ce-ga3

com.liferay.portal.model
Interface PasswordPolicyRel

All Superinterfaces:
AttachedModel, BaseModel<PasswordPolicyRel>, ClassedModel, Cloneable, Comparable<PasswordPolicyRel>, PasswordPolicyRelModel, PersistedModel, Serializable
All Known Implementing Classes:
PasswordPolicyRelWrapper

public interface PasswordPolicyRel
extends PasswordPolicyRelModel, PersistedModel

The extended model interface for the PasswordPolicyRel service. Represents a row in the "PasswordPolicyRel" database table, with each column mapped to a property of this class.

See Also:
PasswordPolicyRelModel, PasswordPolicyRelImpl, PasswordPolicyRelModelImpl

Method Summary
 
Methods inherited from interface com.liferay.portal.model.PasswordPolicyRelModel
clone, compareTo, getClassName, getClassNameId, getClassPK, getExpandoBridge, getPasswordPolicyId, getPasswordPolicyRelId, getPrimaryKey, getPrimaryKeyObj, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setClassName, setClassNameId, setClassPK, setExpandoBridgeAttributes, setNew, setPasswordPolicyId, setPasswordPolicyRelId, setPrimaryKey, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 


Liferay 6.1.2-ce-ga3