com.liferay.portal.model
Interface PasswordPolicyRelModel

All Superinterfaces:
BaseModel, java.lang.Cloneable, java.lang.Comparable, java.io.Serializable
All Known Subinterfaces:
PasswordPolicyRel

public interface PasswordPolicyRelModel
extends BaseModel

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This interface is a model that represents the PasswordPolicyRel table in the database.

Author:
Brian Wing Shun Chan
See Also:
PasswordPolicyRel, PasswordPolicyRelImpl, PasswordPolicyRelModelImpl

Method Summary
 java.lang.String getClassName()
           
 long getClassNameId()
           
 long getClassPK()
           
 long getPasswordPolicyId()
           
 long getPasswordPolicyRelId()
           
 long getPrimaryKey()
           
 void setClassNameId(long classNameId)
           
 void setClassPK(long classPK)
           
 void setPasswordPolicyId(long passwordPolicyId)
           
 void setPasswordPolicyRelId(long passwordPolicyRelId)
           
 void setPrimaryKey(long pk)
           
 PasswordPolicyRel toEscapedModel()
           
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isEscapedModel, isNew, setEscapedModel, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getPrimaryKey

long getPrimaryKey()

setPrimaryKey

void setPrimaryKey(long pk)

getPasswordPolicyRelId

long getPasswordPolicyRelId()

setPasswordPolicyRelId

void setPasswordPolicyRelId(long passwordPolicyRelId)

getPasswordPolicyId

long getPasswordPolicyId()

setPasswordPolicyId

void setPasswordPolicyId(long passwordPolicyId)

getClassName

java.lang.String getClassName()

getClassNameId

long getClassNameId()

setClassNameId

void setClassNameId(long classNameId)

getClassPK

long getClassPK()

setClassPK

void setClassPK(long classPK)

toEscapedModel

PasswordPolicyRel toEscapedModel()