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:
com.liferay.portal.service.model.PasswordPolicyRel, com.liferay.portal.service.model.impl.PasswordPolicyRelImpl, com.liferay.portal.service.model.impl.PasswordPolicyRelModelImpl

Method Summary
 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)
           
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getPrimaryKeyObj, isNew, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getPrimaryKey

public long getPrimaryKey()

setPrimaryKey

public void setPrimaryKey(long pk)

getPasswordPolicyRelId

public long getPasswordPolicyRelId()

setPasswordPolicyRelId

public void setPasswordPolicyRelId(long passwordPolicyRelId)

getPasswordPolicyId

public long getPasswordPolicyId()

setPasswordPolicyId

public void setPasswordPolicyId(long passwordPolicyId)

getClassNameId

public long getClassNameId()

setClassNameId

public void setClassNameId(long classNameId)

getClassPK

public long getClassPK()

setClassPK

public void setClassPK(long classPK)