Liferay 6.2-ce-ga5

com.liferay.portal.model
Interface PasswordPolicyRel

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

@ProviderType
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
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

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, setExpandoBridgeAttributes, 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.2-ce-ga5