com.liferay.portal.model
Interface PasswordPolicyRelModel
- All Superinterfaces:
- BaseModel<PasswordPolicyRel>, java.lang.Cloneable, java.lang.Comparable<PasswordPolicyRel>, java.io.Serializable
- All Known Subinterfaces:
- PasswordPolicyRel
- All Known Implementing Classes:
- PasswordPolicyRelWrapper
public interface PasswordPolicyRelModel
- extends BaseModel<PasswordPolicyRel>
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- Generated:
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()
isNew
boolean isNew()
- Specified by:
isNew in interface BaseModel<PasswordPolicyRel>
setNew
boolean setNew(boolean n)
- Specified by:
setNew in interface BaseModel<PasswordPolicyRel>
isCachedModel
boolean isCachedModel()
- Specified by:
isCachedModel in interface BaseModel<PasswordPolicyRel>
setCachedModel
void setCachedModel(boolean cachedModel)
- Specified by:
setCachedModel in interface BaseModel<PasswordPolicyRel>
isEscapedModel
boolean isEscapedModel()
- Specified by:
isEscapedModel in interface BaseModel<PasswordPolicyRel>
setEscapedModel
void setEscapedModel(boolean escapedModel)
- Specified by:
setEscapedModel in interface BaseModel<PasswordPolicyRel>
getPrimaryKeyObj
java.io.Serializable getPrimaryKeyObj()
- Specified by:
getPrimaryKeyObj in interface BaseModel<PasswordPolicyRel>
getExpandoBridge
ExpandoBridge getExpandoBridge()
- Specified by:
getExpandoBridge in interface BaseModel<PasswordPolicyRel>
setExpandoBridgeAttributes
void setExpandoBridgeAttributes(ServiceContext serviceContext)
- Specified by:
setExpandoBridgeAttributes in interface BaseModel<PasswordPolicyRel>
clone
java.lang.Object clone()
- Specified by:
clone in interface BaseModel<PasswordPolicyRel>
compareTo
int compareTo(PasswordPolicyRel passwordPolicyRel)
- Specified by:
compareTo in interface java.lang.Comparable<PasswordPolicyRel>
hashCode
int hashCode()
- Overrides:
hashCode in class java.lang.Object
toString
java.lang.String toString()
- Overrides:
toString in class java.lang.Object
toXmlString
java.lang.String toXmlString()
- Specified by:
toXmlString in interface BaseModel<PasswordPolicyRel>