@ProviderType public class EmailAddressWrapper extends java.lang.Object implements EmailAddress, ModelWrapper<EmailAddress>
This class is a wrapper for EmailAddress.
EmailAddress,
Serialized Form| Constructor and Description |
|---|
EmailAddressWrapper(EmailAddress emailAddress) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone()
Creates a shallow clone of this model instance.
|
int |
compareTo(EmailAddress emailAddress) |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getAddress()
Returns the address of this email address.
|
java.lang.String |
getClassName()
Returns the fully qualified class name of this email address.
|
long |
getClassNameId()
Returns the class name ID of this email address.
|
long |
getClassPK()
Returns the class p k of this email address.
|
long |
getCompanyId()
Returns the company ID of this email address.
|
java.util.Date |
getCreateDate()
Returns the create date of this email address.
|
long |
getEmailAddressId()
Returns the email address ID of this email address.
|
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.lang.Class<?> |
getModelClass() |
java.lang.String |
getModelClassName() |
java.util.Date |
getModifiedDate()
Returns the modified date of this email address.
|
boolean |
getPrimary()
Returns the primary of this email address.
|
long |
getPrimaryKey()
Returns the primary key of this email address.
|
java.io.Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance.
|
StagedModelType |
getStagedModelType() |
ListType |
getType() |
int |
getTypeId()
Returns the type ID of this email address.
|
long |
getUserId()
Returns the user ID of this email address.
|
java.lang.String |
getUserName()
Returns the user name of this email address.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this email address.
|
java.lang.String |
getUuid()
Returns the uuid of this email address.
|
EmailAddress |
getWrappedEmailAddress()
Deprecated.
As of 6.1.0, replaced by
getWrappedModel() |
EmailAddress |
getWrappedModel() |
int |
hashCode() |
boolean |
isCachedModel()
Returns
true if this model instance was retrieved from the
entity cache. |
boolean |
isEscapedModel()
Returns
true if this model instance is escaped. |
boolean |
isNew()
Returns
true if this model instance does not yet exist in
the database. |
boolean |
isPrimary()
Returns
true if this email address is primary. |
void |
persist()
Updates this model instance in the database or adds it if it does not yet
exist.
|
void |
resetOriginalValues()
Reset all original fields to current values.
|
void |
setAddress(java.lang.String address)
Sets the address of this email address.
|
void |
setCachedModel(boolean cachedModel)
Sets whether this model instance was retrieved from the entity cache.
|
void |
setClassName(java.lang.String className) |
void |
setClassNameId(long classNameId)
Sets the class name ID of this email address.
|
void |
setClassPK(long classPK)
Sets the class p k of this email address.
|
void |
setCompanyId(long companyId)
Sets the company ID of this email address.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this email address.
|
void |
setEmailAddressId(long emailAddressId)
Sets the email address ID of this email address.
|
void |
setExpandoBridgeAttributes(BaseModel<?> baseModel) |
void |
setExpandoBridgeAttributes(ExpandoBridge expandoBridge) |
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the
attributes stored in the service context.
|
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this email address.
|
void |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database.
|
void |
setPrimary(boolean primary)
Sets whether this email address is primary.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this email address.
|
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
Sets the primary key of this model instance.
|
void |
setTypeId(int typeId)
Sets the type ID of this email address.
|
void |
setUserId(long userId)
Sets the user ID of this email address.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this email address.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this email address.
|
void |
setUuid(java.lang.String uuid)
Sets the uuid of this email address.
|
CacheModel<EmailAddress> |
toCacheModel()
Returns a cache model object for this entity used by entity cache.
|
EmailAddress |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it
with an
AutoEscapeBeanHandler. |
java.lang.String |
toString() |
EmailAddress |
toUnescapedModel() |
java.lang.String |
toXmlString()
Returns the XML representation of this model instance.
|
public EmailAddressWrapper(EmailAddress emailAddress)
public java.lang.Class<?> getModelClass()
getModelClass in interface ClassedModelpublic java.lang.String getModelClassName()
getModelClassName in interface ClassedModelpublic java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface BaseModel<EmailAddress>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface BaseModel<EmailAddress>public long getPrimaryKey()
getPrimaryKey in interface EmailAddressModelpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface EmailAddressModelprimaryKey - the primary key of this email addresspublic java.lang.String getUuid()
getUuid in interface EmailAddressModelgetUuid in interface StagedModelpublic void setUuid(java.lang.String uuid)
setUuid in interface EmailAddressModelsetUuid in interface StagedModeluuid - the uuid of this email addresspublic long getEmailAddressId()
getEmailAddressId in interface EmailAddressModelpublic void setEmailAddressId(long emailAddressId)
setEmailAddressId in interface EmailAddressModelemailAddressId - the email address ID of this email addresspublic long getCompanyId()
getCompanyId in interface AuditedModelgetCompanyId in interface EmailAddressModelgetCompanyId in interface StagedModelpublic void setCompanyId(long companyId)
setCompanyId in interface AuditedModelsetCompanyId in interface EmailAddressModelsetCompanyId in interface StagedModelcompanyId - the company ID of this email addresspublic long getUserId()
getUserId in interface AuditedModelgetUserId in interface EmailAddressModelpublic void setUserId(long userId)
setUserId in interface AuditedModelsetUserId in interface EmailAddressModeluserId - the user ID of this email addresspublic java.lang.String getUserUuid()
throws SystemException
getUserUuid in interface AuditedModelgetUserUuid in interface EmailAddressModelSystemException - if a system exception occurredpublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface AuditedModelsetUserUuid in interface EmailAddressModeluserUuid - the user uuid of this email addresspublic java.lang.String getUserName()
getUserName in interface AuditedModelgetUserName in interface EmailAddressModelpublic void setUserName(java.lang.String userName)
setUserName in interface AuditedModelsetUserName in interface EmailAddressModeluserName - the user name of this email addresspublic java.util.Date getCreateDate()
getCreateDate in interface AuditedModelgetCreateDate in interface EmailAddressModelgetCreateDate in interface StagedModelpublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface AuditedModelsetCreateDate in interface EmailAddressModelsetCreateDate in interface StagedModelcreateDate - the create date of this email addresspublic java.util.Date getModifiedDate()
getModifiedDate in interface AuditedModelgetModifiedDate in interface EmailAddressModelgetModifiedDate in interface StagedModelpublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface AuditedModelsetModifiedDate in interface EmailAddressModelsetModifiedDate in interface StagedModelmodifiedDate - the modified date of this email addresspublic java.lang.String getClassName()
getClassName in interface EmailAddressModelgetClassName in interface TypedModelpublic void setClassName(java.lang.String className)
setClassName in interface EmailAddressModelpublic long getClassNameId()
getClassNameId in interface EmailAddressModelgetClassNameId in interface TypedModelpublic void setClassNameId(long classNameId)
setClassNameId in interface EmailAddressModelsetClassNameId in interface TypedModelclassNameId - the class name ID of this email addresspublic long getClassPK()
getClassPK in interface AttachedModelgetClassPK in interface EmailAddressModelpublic void setClassPK(long classPK)
setClassPK in interface AttachedModelsetClassPK in interface EmailAddressModelclassPK - the class p k of this email addresspublic java.lang.String getAddress()
getAddress in interface EmailAddressModelpublic void setAddress(java.lang.String address)
setAddress in interface EmailAddressModeladdress - the address of this email addresspublic int getTypeId()
getTypeId in interface EmailAddressModelpublic void setTypeId(int typeId)
setTypeId in interface EmailAddressModeltypeId - the type ID of this email addresspublic boolean getPrimary()
getPrimary in interface EmailAddressModelpublic boolean isPrimary()
true if this email address is primary.isPrimary in interface EmailAddressModeltrue if this email address is primary; false otherwisepublic void setPrimary(boolean primary)
setPrimary in interface EmailAddressModelprimary - the primary of this email addresspublic boolean isNew()
BaseModeltrue if this model instance does not yet exist in
the database.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)
BaseModelsetNew in interface BaseModel<EmailAddress>setNew in interface EmailAddressModeln - whether this model instance does not yet exist in the databasepublic boolean isCachedModel()
BaseModeltrue if this model instance was retrieved from the
entity cache.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)
BaseModelsetCachedModel in interface BaseModel<EmailAddress>setCachedModel in interface EmailAddressModelcachedModel - whether this model instance was retrieved from the
entity cacheEntityCachepublic boolean isEscapedModel()
BaseModeltrue if this model instance is escaped.isEscapedModel in interface BaseModel<EmailAddress>isEscapedModel in interface EmailAddressModeltrue if this model instance is escaped;
false otherwisepublic java.io.Serializable getPrimaryKeyObj()
BaseModelgetPrimaryKeyObj in interface BaseModel<EmailAddress>getPrimaryKeyObj in interface ClassedModelgetPrimaryKeyObj in interface EmailAddressModelpublic void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
BaseModelsetPrimaryKeyObj in interface BaseModel<EmailAddress>setPrimaryKeyObj in interface ClassedModelsetPrimaryKeyObj in interface EmailAddressModelprimaryKeyObj - the primary key of this model instancepublic ExpandoBridge getExpandoBridge()
BaseModelgetExpandoBridge in interface BaseModel<EmailAddress>getExpandoBridge in interface ClassedModelgetExpandoBridge in interface EmailAddressModelpublic void setExpandoBridgeAttributes(BaseModel<?> baseModel)
setExpandoBridgeAttributes in interface BaseModel<EmailAddress>setExpandoBridgeAttributes in interface EmailAddressModelpublic void setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
setExpandoBridgeAttributes in interface BaseModel<EmailAddress>setExpandoBridgeAttributes in interface EmailAddressModelpublic void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModelsetExpandoBridgeAttributes in interface BaseModel<EmailAddress>setExpandoBridgeAttributes in interface EmailAddressModelserviceContext - the service context to be appliedServiceContext.getExpandoBridgeAttributes(
)public java.lang.Object clone()
BaseModelclone in interface BaseModel<EmailAddress>clone in interface EmailAddressModelclone in interface StagedModelclone in class java.lang.Objectpublic int compareTo(EmailAddress emailAddress)
compareTo in interface EmailAddressModelcompareTo in interface java.lang.Comparable<EmailAddress>public int hashCode()
hashCode in interface EmailAddressModelhashCode in class java.lang.Objectpublic CacheModel<EmailAddress> toCacheModel()
BaseModeltoCacheModel in interface BaseModel<EmailAddress>toCacheModel in interface EmailAddressModelpublic EmailAddress toEscapedModel()
BaseModelAutoEscapeBeanHandler.toEscapedModel in interface BaseModel<EmailAddress>toEscapedModel in interface EmailAddressModelAutoEscapeBeanHandlerpublic EmailAddress toUnescapedModel()
toUnescapedModel in interface BaseModel<EmailAddress>toUnescapedModel in interface EmailAddressModelpublic java.lang.String toString()
toString in interface EmailAddressModeltoString in class java.lang.Objectpublic java.lang.String toXmlString()
BaseModeltoXmlString in interface BaseModel<EmailAddress>toXmlString in interface EmailAddressModelpublic void persist()
throws SystemException
PersistedModelpersist in interface PersistedModelSystemException - if a system exception occurredpublic ListType getType() throws PortalException, SystemException
getType in interface EmailAddressPortalExceptionSystemExceptionpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic StagedModelType getStagedModelType()
getStagedModelType in interface StagedModelpublic EmailAddress getWrappedEmailAddress()
getWrappedModel()public EmailAddress getWrappedModel()
getWrappedModel in interface ModelWrapper<EmailAddress>public void resetOriginalValues()
BaseModelresetOriginalValues in interface BaseModel<EmailAddress>