public class EmailAddressWrapper extends BaseModelWrapper<EmailAddress> implements EmailAddress, ModelWrapper<EmailAddress>
This class is a wrapper for EmailAddress.
EmailAddress,
Serialized FormmodelEMAIL_ADDRESS_ID_ACCESSOR| Constructor and Description |
|---|
EmailAddressWrapper(EmailAddress emailAddress) |
| Modifier and Type | Method and Description |
|---|---|
EmailAddress |
cloneWithOriginalValues() |
String |
getAddress()
Returns the address of this email address.
|
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 pk of this email address.
|
long |
getCompanyId()
Returns the company ID of this email address.
|
Date |
getCreateDate()
Returns the create date of this email address.
|
long |
getEmailAddressId()
Returns the email address ID of this email address.
|
Map<String,Object> |
getModelAttributes() |
Date |
getModifiedDate()
Returns the modified date of this email address.
|
long |
getMvccVersion()
Returns the mvcc version of this email address.
|
boolean |
getPrimary()
Returns the primary of this email address.
|
long |
getPrimaryKey()
Returns the primary key of this email address.
|
StagedModelType |
getStagedModelType() |
ListType |
getType() |
long |
getTypeId()
Returns the type ID of this email address.
|
long |
getUserId()
Returns the user ID of this email address.
|
String |
getUserName()
Returns the user name of this email address.
|
String |
getUserUuid()
Returns the user uuid of this email address.
|
String |
getUuid()
Returns the uuid of this email address.
|
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 |
setAddress(String address)
Sets the address of this email address.
|
void |
setClassName(String className) |
void |
setClassNameId(long classNameId)
Sets the class name ID of this email address.
|
void |
setClassPK(long classPK)
Sets the class pk of this email address.
|
void |
setCompanyId(long companyId)
Sets the company ID of this email address.
|
void |
setCreateDate(Date createDate)
Sets the create date of this email address.
|
void |
setEmailAddressId(long emailAddressId)
Sets the email address ID of this email address.
|
void |
setModelAttributes(Map<String,Object> attributes) |
void |
setModifiedDate(Date modifiedDate)
Sets the modified date of this email address.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this email address.
|
void |
setPrimary(boolean primary)
Sets whether this email address is primary.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this email address.
|
void |
setTypeId(long typeId)
Sets the type ID of this email address.
|
void |
setUserId(long userId)
Sets the user ID of this email address.
|
void |
setUserName(String userName)
Sets the user name of this email address.
|
void |
setUserUuid(String userUuid)
Sets the user uuid of this email address.
|
void |
setUuid(String uuid)
Sets the uuid of this email address.
|
protected EmailAddressWrapper |
wrap(EmailAddress emailAddress) |
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlStringclone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringclonegetModelClass, getModelClassNamegetWrappedModelpublic EmailAddressWrapper(EmailAddress emailAddress)
public Map<String,Object> getModelAttributes()
getModelAttributes in interface BaseModel<EmailAddress>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface BaseModel<EmailAddress>public EmailAddress cloneWithOriginalValues()
cloneWithOriginalValues in interface BaseModel<EmailAddress>cloneWithOriginalValues in interface EmailAddressModelpublic String getAddress()
getAddress in interface EmailAddressModelpublic String getClassName()
getClassName in interface EmailAddressModelgetClassName in interface TypedModelpublic long getClassNameId()
getClassNameId in interface EmailAddressModelgetClassNameId in interface TypedModelpublic long getClassPK()
getClassPK in interface AttachedModelgetClassPK in interface EmailAddressModelpublic long getCompanyId()
getCompanyId in interface AuditedModelgetCompanyId in interface EmailAddressModelgetCompanyId in interface ShardedModelgetCompanyId in interface StagedModelpublic Date getCreateDate()
getCreateDate in interface AuditedModelgetCreateDate in interface EmailAddressModelgetCreateDate in interface StagedModelpublic long getEmailAddressId()
getEmailAddressId in interface EmailAddressModelpublic Date getModifiedDate()
getModifiedDate in interface AuditedModelgetModifiedDate in interface EmailAddressModelgetModifiedDate in interface StagedModelpublic long getMvccVersion()
getMvccVersion in interface EmailAddressModelgetMvccVersion in interface MVCCModelpublic boolean getPrimary()
getPrimary in interface EmailAddressModelpublic long getPrimaryKey()
getPrimaryKey in interface EmailAddressModelpublic ListType getType() throws PortalException
getType in interface EmailAddressPortalExceptionpublic long getTypeId()
getTypeId in interface EmailAddressModelpublic long getUserId()
getUserId in interface AuditedModelgetUserId in interface EmailAddressModelpublic String getUserName()
getUserName in interface AuditedModelgetUserName in interface EmailAddressModelpublic String getUserUuid()
getUserUuid in interface AuditedModelgetUserUuid in interface EmailAddressModelpublic String getUuid()
getUuid in interface EmailAddressModelgetUuid in interface StagedModelpublic boolean isPrimary()
true if this email address is primary.isPrimary in interface EmailAddressModeltrue if this email address is primary; false otherwisepublic void persist()
PersistedModelpersist in interface PersistedModelpublic void setAddress(String address)
setAddress in interface EmailAddressModeladdress - the address of this email addresspublic void setClassName(String className)
setClassName in interface EmailAddressModelpublic void setClassNameId(long classNameId)
setClassNameId in interface EmailAddressModelsetClassNameId in interface TypedModelclassNameId - the class name ID of this email addresspublic void setClassPK(long classPK)
setClassPK in interface AttachedModelsetClassPK in interface EmailAddressModelclassPK - the class pk of this email addresspublic void setCompanyId(long companyId)
setCompanyId in interface AuditedModelsetCompanyId in interface EmailAddressModelsetCompanyId in interface ShardedModelsetCompanyId in interface StagedModelcompanyId - the company ID of this email addresspublic void setCreateDate(Date createDate)
setCreateDate in interface AuditedModelsetCreateDate in interface EmailAddressModelsetCreateDate in interface StagedModelcreateDate - the create date of this email addresspublic void setEmailAddressId(long emailAddressId)
setEmailAddressId in interface EmailAddressModelemailAddressId - the email address ID of this email addresspublic void setModifiedDate(Date modifiedDate)
setModifiedDate in interface AuditedModelsetModifiedDate in interface EmailAddressModelsetModifiedDate in interface StagedModelmodifiedDate - the modified date of this email addresspublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface EmailAddressModelsetMvccVersion in interface MVCCModelmvccVersion - the mvcc version of this email addresspublic void setPrimary(boolean primary)
setPrimary in interface EmailAddressModelprimary - the primary of this email addresspublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface EmailAddressModelprimaryKey - the primary key of this email addresspublic void setTypeId(long typeId)
setTypeId in interface EmailAddressModeltypeId - the type ID of this email addresspublic void setUserId(long userId)
setUserId in interface AuditedModelsetUserId in interface EmailAddressModeluserId - the user ID of this email addresspublic void setUserName(String userName)
setUserName in interface AuditedModelsetUserName in interface EmailAddressModeluserName - the user name of this email addresspublic void setUserUuid(String userUuid)
setUserUuid in interface AuditedModelsetUserUuid in interface EmailAddressModeluserUuid - the user uuid of this email addresspublic void setUuid(String uuid)
setUuid in interface EmailAddressModelsetUuid in interface StagedModeluuid - the uuid of this email addresspublic StagedModelType getStagedModelType()
getStagedModelType in interface StagedModelprotected EmailAddressWrapper wrap(EmailAddress emailAddress)
wrap in class BaseModelWrapper<EmailAddress>