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
Methods inherited from interface java.lang.Comparable |
compareTo |
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)