Liferay 6.0.5

com.liferay.portal.model
Interface PasswordPolicyRel

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

public interface PasswordPolicyRel
extends PasswordPolicyRelModel

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

Never modify this interface directly. Add methods to PasswordPolicyRelImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.

Never reference this interface directly. All methods that expect a password policy rel model instance should use the PasswordPolicyRel interface instead.

See Also:
PasswordPolicyRelModel, PasswordPolicyRelImpl, PasswordPolicyRelModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time 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, setClassNameId, setClassPK, setEscapedModel, setExpandoBridgeAttributes, setNew, setPasswordPolicyId, setPasswordPolicyRelId, setPrimaryKey, toEscapedModel, toString, toXmlString
 


Liferay 6.0.5