|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.model.EmailAddressWrapper
public class EmailAddressWrapper
This class is a wrapper for EmailAddress.
EmailAddress,
Serialized Form| Constructor Summary | |
|---|---|
EmailAddressWrapper(EmailAddress emailAddress)
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(EmailAddress emailAddress)
|
String |
getAddress()
|
String |
getClassName()
|
long |
getClassNameId()
|
long |
getClassPK()
|
long |
getCompanyId()
|
Date |
getCreateDate()
|
long |
getEmailAddressId()
|
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
Date |
getModifiedDate()
|
boolean |
getPrimary()
|
long |
getPrimaryKey()
|
Serializable |
getPrimaryKeyObj()
Gets the primary key for this model instance. |
ListType |
getType()
|
int |
getTypeId()
|
long |
getUserId()
|
String |
getUserName()
|
String |
getUserUuid()
|
EmailAddress |
getWrappedEmailAddress()
|
int |
hashCode()
|
boolean |
isCachedModel()
Determines if this model instance was retrieved from the entity cache. |
boolean |
isEscapedModel()
Determines if this model instance has been wrapped with an HTML auto escape handler. |
boolean |
isNew()
Determines if this model instance does not yet exist in the database. |
boolean |
isPrimary()
|
void |
setAddress(String address)
|
void |
setCachedModel(boolean cachedModel)
Sets whether this model instance was retrieved from the entity cache. |
void |
setClassNameId(long classNameId)
|
void |
setClassPK(long classPK)
|
void |
setCompanyId(long companyId)
|
void |
setCreateDate(Date createDate)
|
void |
setEmailAddressId(long emailAddressId)
|
void |
setEscapedModel(boolean escapedModel)
Sets whether this model instance has been wrapped with an HTML auto escape handler. |
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the attributes stored in the service context. |
void |
setModifiedDate(Date modifiedDate)
|
void |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database. |
void |
setPrimary(boolean primary)
|
void |
setPrimaryKey(long pk)
|
void |
setTypeId(int typeId)
|
void |
setUserId(long userId)
|
void |
setUserName(String userName)
|
void |
setUserUuid(String userUuid)
|
EmailAddress |
toEscapedModel()
|
String |
toString()
|
String |
toXmlString()
Gets the XML representation of this model instance. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public EmailAddressWrapper(EmailAddress emailAddress)
| Method Detail |
|---|
public long getPrimaryKey()
getPrimaryKey in interface EmailAddressModelpublic void setPrimaryKey(long pk)
setPrimaryKey in interface EmailAddressModelpublic long getEmailAddressId()
getEmailAddressId in interface EmailAddressModelpublic void setEmailAddressId(long emailAddressId)
setEmailAddressId in interface EmailAddressModelpublic long getCompanyId()
getCompanyId in interface EmailAddressModelpublic void setCompanyId(long companyId)
setCompanyId in interface EmailAddressModelpublic long getUserId()
getUserId in interface EmailAddressModelpublic void setUserId(long userId)
setUserId in interface EmailAddressModel
public String getUserUuid()
throws SystemException
getUserUuid in interface EmailAddressModelSystemExceptionpublic void setUserUuid(String userUuid)
setUserUuid in interface EmailAddressModelpublic String getUserName()
getUserName in interface EmailAddressModelpublic void setUserName(String userName)
setUserName in interface EmailAddressModelpublic Date getCreateDate()
getCreateDate in interface EmailAddressModelpublic void setCreateDate(Date createDate)
setCreateDate in interface EmailAddressModelpublic Date getModifiedDate()
getModifiedDate in interface EmailAddressModelpublic void setModifiedDate(Date modifiedDate)
setModifiedDate in interface EmailAddressModelpublic String getClassName()
getClassName in interface EmailAddressModelpublic long getClassNameId()
getClassNameId in interface EmailAddressModelpublic void setClassNameId(long classNameId)
setClassNameId in interface EmailAddressModelpublic long getClassPK()
getClassPK in interface EmailAddressModelpublic void setClassPK(long classPK)
setClassPK in interface EmailAddressModelpublic String getAddress()
getAddress in interface EmailAddressModelpublic void setAddress(String address)
setAddress in interface EmailAddressModelpublic int getTypeId()
getTypeId in interface EmailAddressModelpublic void setTypeId(int typeId)
setTypeId in interface EmailAddressModelpublic boolean getPrimary()
getPrimary in interface EmailAddressModelpublic boolean isPrimary()
isPrimary in interface EmailAddressModelpublic void setPrimary(boolean primary)
setPrimary in interface EmailAddressModelpublic EmailAddress toEscapedModel()
toEscapedModel in interface EmailAddressModelpublic boolean isNew()
BaseModel
isNew in interface BaseModel<EmailAddress>isNew in interface EmailAddressModeltrue if this model instance does not yet exist in
the database; false otherwisepublic void setNew(boolean n)
BaseModel
setNew in interface BaseModel<EmailAddress>setNew in interface EmailAddressModeln - whether this model instance does not yet exist in the databasepublic boolean isCachedModel()
BaseModel
isCachedModel in interface BaseModel<EmailAddress>isCachedModel in interface EmailAddressModeltrue if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)public void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel in interface BaseModel<EmailAddress>setCachedModel in interface EmailAddressModelcachedModel - whether this model instance was retrieved from the
entity cacheEntityCachepublic boolean isEscapedModel()
BaseModel
isEscapedModel in interface BaseModel<EmailAddress>isEscapedModel in interface EmailAddressModeltrue if this model instance has been wrapped with an
HTML auto escape handler; false otherwiseBaseModel.setEscapedModel(boolean)public void setEscapedModel(boolean escapedModel)
BaseModel
A model instance can be wrapped with an HTML auto escape handler using
its toEscapedModel method. For example, UserModel.toEscapedModel().
setEscapedModel in interface BaseModel<EmailAddress>setEscapedModel in interface EmailAddressModelescapedModel - whether this model instance has been wrapped with an
HTML auto escape handlerAutoEscapeBeanHandlerpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<EmailAddress>getPrimaryKeyObj in interface EmailAddressModelpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<EmailAddress>getExpandoBridge in interface EmailAddressModelpublic void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<EmailAddress>setExpandoBridgeAttributes in interface EmailAddressModelserviceContext - the service context to retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)public Object clone()
BaseModel
clone in interface BaseModel<EmailAddress>clone in interface EmailAddressModelclone in class Objectpublic int compareTo(EmailAddress emailAddress)
compareTo in interface EmailAddressModelcompareTo in interface Comparable<EmailAddress>public int hashCode()
hashCode in interface EmailAddressModelhashCode in class Objectpublic String toString()
toString in interface EmailAddressModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<EmailAddress>toXmlString in interface EmailAddressModel
public ListType getType()
throws PortalException,
SystemException
getType in interface EmailAddressPortalException
SystemExceptionpublic EmailAddress getWrappedEmailAddress()
|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||