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:

Method Summary
 java.lang.Object clone()
           
 int compareTo(PasswordPolicyRel passwordPolicyRel)
           
 java.lang.String getClassName()
           
 long getClassNameId()
           
 long getClassPK()
           
 ExpandoBridge getExpandoBridge()
           
 long getPasswordPolicyId()
           
 long getPasswordPolicyRelId()
           
 long getPrimaryKey()
           
 java.io.Serializable getPrimaryKeyObj()
           
 int hashCode()
           
 boolean isCachedModel()
           
 boolean isEscapedModel()
           
 boolean isNew()
           
 void setCachedModel(boolean cachedModel)
           
 void setClassNameId(long classNameId)
           
 void setClassPK(long classPK)
           
 void setEscapedModel(boolean escapedModel)
           
 void setExpandoBridgeAttributes(ServiceContext serviceContext)
           
 boolean setNew(boolean n)
           
 void setPasswordPolicyId(long passwordPolicyId)
           
 void setPasswordPolicyRelId(long passwordPolicyRelId)
           
 void setPrimaryKey(long pk)
           
 PasswordPolicyRel toEscapedModel()
           
 java.lang.String toString()
           
 java.lang.String toXmlString()
           
 

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()

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>