com.liferay.portal.model
Class EmailAddressWrapper

java.lang.Object
  extended by com.liferay.portal.model.EmailAddressWrapper
All Implemented Interfaces:
BaseModel<EmailAddress>, EmailAddress, EmailAddressModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<EmailAddress>

public class EmailAddressWrapper
extends java.lang.Object
implements EmailAddress

View Source

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

This class is a wrapper for EmailAddress.

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

Constructor Summary
EmailAddressWrapper(EmailAddress emailAddress)
           
 
Method Summary
 java.lang.Object clone()
           
 int compareTo(EmailAddress emailAddress)
           
 java.lang.String getAddress()
           
 java.lang.String getClassName()
           
 long getClassNameId()
           
 long getClassPK()
           
 long getCompanyId()
           
 java.util.Date getCreateDate()
           
 long getEmailAddressId()
           
 ExpandoBridge getExpandoBridge()
           
 java.util.Date getModifiedDate()
           
 boolean getPrimary()
           
 long getPrimaryKey()
           
 java.io.Serializable getPrimaryKeyObj()
           
 ListType getType()
           
 int getTypeId()
           
 long getUserId()
           
 java.lang.String getUserName()
           
 java.lang.String getUserUuid()
           
 EmailAddress getWrappedEmailAddress()
           
 int hashCode()
           
 boolean isCachedModel()
           
 boolean isEscapedModel()
           
 boolean isNew()
           
 boolean isPrimary()
           
 void setAddress(java.lang.String address)
           
 void setCachedModel(boolean cachedModel)
           
 void setClassNameId(long classNameId)
           
 void setClassPK(long classPK)
           
 void setCompanyId(long companyId)
           
 void setCreateDate(java.util.Date createDate)
           
 void setEmailAddressId(long emailAddressId)
           
 void setEscapedModel(boolean escapedModel)
           
 void setExpandoBridgeAttributes(ServiceContext serviceContext)
           
 void setModifiedDate(java.util.Date modifiedDate)
           
 boolean setNew(boolean n)
           
 void setPrimary(boolean primary)
           
 void setPrimaryKey(long pk)
           
 void setTypeId(int typeId)
           
 void setUserId(long userId)
           
 void setUserName(java.lang.String userName)
           
 void setUserUuid(java.lang.String userUuid)
           
 EmailAddress 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

EmailAddressWrapper

public EmailAddressWrapper(EmailAddress emailAddress)
Method Detail

getPrimaryKey

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

setPrimaryKey

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

getEmailAddressId

public long getEmailAddressId()
Specified by:
getEmailAddressId in interface EmailAddressModel

setEmailAddressId

public void setEmailAddressId(long emailAddressId)
Specified by:
setEmailAddressId in interface EmailAddressModel

getCompanyId

public long getCompanyId()
Specified by:
getCompanyId in interface EmailAddressModel

setCompanyId

public void setCompanyId(long companyId)
Specified by:
setCompanyId in interface EmailAddressModel

getUserId

public long getUserId()
Specified by:
getUserId in interface EmailAddressModel

setUserId

public void setUserId(long userId)
Specified by:
setUserId in interface EmailAddressModel

getUserUuid

public java.lang.String getUserUuid()
                             throws com.liferay.portal.SystemException
Specified by:
getUserUuid in interface EmailAddressModel
Throws:
com.liferay.portal.SystemException

setUserUuid

public void setUserUuid(java.lang.String userUuid)
Specified by:
setUserUuid in interface EmailAddressModel

getUserName

public java.lang.String getUserName()
Specified by:
getUserName in interface EmailAddressModel

setUserName

public void setUserName(java.lang.String userName)
Specified by:
setUserName in interface EmailAddressModel

getCreateDate

public java.util.Date getCreateDate()
Specified by:
getCreateDate in interface EmailAddressModel

setCreateDate

public void setCreateDate(java.util.Date createDate)
Specified by:
setCreateDate in interface EmailAddressModel

getModifiedDate

public java.util.Date getModifiedDate()
Specified by:
getModifiedDate in interface EmailAddressModel

setModifiedDate

public void setModifiedDate(java.util.Date modifiedDate)
Specified by:
setModifiedDate in interface EmailAddressModel

getClassName

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

getClassNameId

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

setClassNameId

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

getClassPK

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

setClassPK

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

getAddress

public java.lang.String getAddress()
Specified by:
getAddress in interface EmailAddressModel

setAddress

public void setAddress(java.lang.String address)
Specified by:
setAddress in interface EmailAddressModel

getTypeId

public int getTypeId()
Specified by:
getTypeId in interface EmailAddressModel

setTypeId

public void setTypeId(int typeId)
Specified by:
setTypeId in interface EmailAddressModel

getPrimary

public boolean getPrimary()
Specified by:
getPrimary in interface EmailAddressModel

isPrimary

public boolean isPrimary()
Specified by:
isPrimary in interface EmailAddressModel

setPrimary

public void setPrimary(boolean primary)
Specified by:
setPrimary in interface EmailAddressModel

isNew

public boolean isNew()
Specified by:
isNew in interface BaseModel<EmailAddress>
Specified by:
isNew in interface EmailAddressModel

setNew

public boolean setNew(boolean n)
Specified by:
setNew in interface BaseModel<EmailAddress>
Specified by:
setNew in interface EmailAddressModel

isCachedModel

public boolean isCachedModel()
Specified by:
isCachedModel in interface BaseModel<EmailAddress>
Specified by:
isCachedModel in interface EmailAddressModel

setCachedModel

public void setCachedModel(boolean cachedModel)
Specified by:
setCachedModel in interface BaseModel<EmailAddress>
Specified by:
setCachedModel in interface EmailAddressModel

isEscapedModel

public boolean isEscapedModel()
Specified by:
isEscapedModel in interface BaseModel<EmailAddress>
Specified by:
isEscapedModel in interface EmailAddressModel

setEscapedModel

public void setEscapedModel(boolean escapedModel)
Specified by:
setEscapedModel in interface BaseModel<EmailAddress>
Specified by:
setEscapedModel in interface EmailAddressModel

getPrimaryKeyObj

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

getExpandoBridge

public ExpandoBridge getExpandoBridge()
Specified by:
getExpandoBridge in interface BaseModel<EmailAddress>
Specified by:
getExpandoBridge in interface EmailAddressModel

setExpandoBridgeAttributes

public void setExpandoBridgeAttributes(ServiceContext serviceContext)
Specified by:
setExpandoBridgeAttributes in interface BaseModel<EmailAddress>
Specified by:
setExpandoBridgeAttributes in interface EmailAddressModel

clone

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

compareTo

public int compareTo(EmailAddress emailAddress)
Specified by:
compareTo in interface EmailAddressModel
Specified by:
compareTo in interface java.lang.Comparable<EmailAddress>

hashCode

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

toEscapedModel

public EmailAddress toEscapedModel()
Specified by:
toEscapedModel in interface BaseModel<EmailAddress>
Specified by:
toEscapedModel in interface EmailAddressModel

toString

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

toXmlString

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

getType

public ListType getType()
Specified by:
getType in interface EmailAddress

getWrappedEmailAddress

public EmailAddress getWrappedEmailAddress()