com.liferay.portal.model
Class PasswordPolicyRelWrapper

java.lang.Object
  extended by com.liferay.portal.model.PasswordPolicyRelWrapper
All Implemented Interfaces:
BaseModel<PasswordPolicyRel>, PasswordPolicyRel, PasswordPolicyRelModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<PasswordPolicyRel>

public class PasswordPolicyRelWrapper
extends java.lang.Object
implements PasswordPolicyRel

View Source

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

This class is a wrapper for PasswordPolicyRel.

Author:
Brian Wing Shun Chan
See Also:
PasswordPolicyRel, Serialized Form
Generated:

Constructor Summary
PasswordPolicyRelWrapper(PasswordPolicyRel passwordPolicyRel)
           
 
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()
           
 PasswordPolicyRel getWrappedPasswordPolicyRel()
           
 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()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PasswordPolicyRelWrapper

public PasswordPolicyRelWrapper(PasswordPolicyRel passwordPolicyRel)
Method Detail

getPrimaryKey

public long getPrimaryKey()
Specified by:
getPrimaryKey in interface PasswordPolicyRelModel

setPrimaryKey

public void setPrimaryKey(long pk)
Specified by:
setPrimaryKey in interface PasswordPolicyRelModel

getPasswordPolicyRelId

public long getPasswordPolicyRelId()
Specified by:
getPasswordPolicyRelId in interface PasswordPolicyRelModel

setPasswordPolicyRelId

public void setPasswordPolicyRelId(long passwordPolicyRelId)
Specified by:
setPasswordPolicyRelId in interface PasswordPolicyRelModel

getPasswordPolicyId

public long getPasswordPolicyId()
Specified by:
getPasswordPolicyId in interface PasswordPolicyRelModel

setPasswordPolicyId

public void setPasswordPolicyId(long passwordPolicyId)
Specified by:
setPasswordPolicyId in interface PasswordPolicyRelModel

getClassName

public java.lang.String getClassName()
Specified by:
getClassName in interface PasswordPolicyRelModel

getClassNameId

public long getClassNameId()
Specified by:
getClassNameId in interface PasswordPolicyRelModel

setClassNameId

public void setClassNameId(long classNameId)
Specified by:
setClassNameId in interface PasswordPolicyRelModel

getClassPK

public long getClassPK()
Specified by:
getClassPK in interface PasswordPolicyRelModel

setClassPK

public void setClassPK(long classPK)
Specified by:
setClassPK in interface PasswordPolicyRelModel

isNew

public boolean isNew()
Specified by:
isNew in interface BaseModel<PasswordPolicyRel>
Specified by:
isNew in interface PasswordPolicyRelModel

setNew

public boolean setNew(boolean n)
Specified by:
setNew in interface BaseModel<PasswordPolicyRel>
Specified by:
setNew in interface PasswordPolicyRelModel

isCachedModel

public boolean isCachedModel()
Specified by:
isCachedModel in interface BaseModel<PasswordPolicyRel>
Specified by:
isCachedModel in interface PasswordPolicyRelModel

setCachedModel

public void setCachedModel(boolean cachedModel)
Specified by:
setCachedModel in interface BaseModel<PasswordPolicyRel>
Specified by:
setCachedModel in interface PasswordPolicyRelModel

isEscapedModel

public boolean isEscapedModel()
Specified by:
isEscapedModel in interface BaseModel<PasswordPolicyRel>
Specified by:
isEscapedModel in interface PasswordPolicyRelModel

setEscapedModel

public void setEscapedModel(boolean escapedModel)
Specified by:
setEscapedModel in interface BaseModel<PasswordPolicyRel>
Specified by:
setEscapedModel in interface PasswordPolicyRelModel

getPrimaryKeyObj

public java.io.Serializable getPrimaryKeyObj()
Specified by:
getPrimaryKeyObj in interface BaseModel<PasswordPolicyRel>
Specified by:
getPrimaryKeyObj in interface PasswordPolicyRelModel

getExpandoBridge

public ExpandoBridge getExpandoBridge()
Specified by:
getExpandoBridge in interface BaseModel<PasswordPolicyRel>
Specified by:
getExpandoBridge in interface PasswordPolicyRelModel

setExpandoBridgeAttributes

public void setExpandoBridgeAttributes(ServiceContext serviceContext)
Specified by:
setExpandoBridgeAttributes in interface BaseModel<PasswordPolicyRel>
Specified by:
setExpandoBridgeAttributes in interface PasswordPolicyRelModel

clone

public java.lang.Object clone()
Specified by:
clone in interface BaseModel<PasswordPolicyRel>
Specified by:
clone in interface PasswordPolicyRelModel
Overrides:
clone in class java.lang.Object

compareTo

public int compareTo(PasswordPolicyRel passwordPolicyRel)
Specified by:
compareTo in interface PasswordPolicyRelModel
Specified by:
compareTo in interface java.lang.Comparable<PasswordPolicyRel>

hashCode

public int hashCode()
Specified by:
hashCode in interface PasswordPolicyRelModel
Overrides:
hashCode in class java.lang.Object

toEscapedModel

public PasswordPolicyRel toEscapedModel()
Specified by:
toEscapedModel in interface BaseModel<PasswordPolicyRel>
Specified by:
toEscapedModel in interface PasswordPolicyRelModel

toString

public java.lang.String toString()
Specified by:
toString in interface PasswordPolicyRelModel
Overrides:
toString in class java.lang.Object

toXmlString

public java.lang.String toXmlString()
Specified by:
toXmlString in interface BaseModel<PasswordPolicyRel>
Specified by:
toXmlString in interface PasswordPolicyRelModel

getWrappedPasswordPolicyRel

public PasswordPolicyRel getWrappedPasswordPolicyRel()