@ProviderType public class EmailAddressWrapper extends Object implements EmailAddress, ModelWrapper<EmailAddress>
This class is a wrapper for EmailAddress
.
EmailAddress
,
Serialized FormEMAIL_ADDRESS_ID_ACCESSOR
Constructor and Description |
---|
EmailAddressWrapper(EmailAddress emailAddress) |
Modifier and Type | Method and Description |
---|---|
Object |
clone()
Creates a shallow clone of this model instance.
|
int |
compareTo(EmailAddress emailAddress) |
boolean |
equals(Object obj) |
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.
|
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance.
|
Map<String,Object> |
getModelAttributes() |
Class<?> |
getModelClass() |
String |
getModelClassName() |
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.
|
Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance.
|
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.
|
EmailAddress |
getWrappedModel() |
int |
hashCode() |
boolean |
isCachedModel()
Returns
true if this model instance was retrieved from the
entity cache. |
boolean |
isEntityCacheEnabled()
Returns
true if this model's entity cache is enabled. |
boolean |
isEscapedModel()
Returns
true if this model instance is escaped. |
boolean |
isFinderCacheEnabled()
Returns
true if this model's finder cache is enabled. |
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(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(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 |
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(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 |
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(Serializable primaryKeyObj)
Sets the primary key of this model instance.
|
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.
|
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 . |
String |
toString() |
EmailAddress |
toUnescapedModel() |
String |
toXmlString()
Returns the XML representation of this model instance.
|
public EmailAddressWrapper(EmailAddress emailAddress)
public Class<?> getModelClass()
getModelClass
in interface ClassedModel
public String getModelClassName()
getModelClassName
in interface ClassedModel
public Map<String,Object> getModelAttributes()
getModelAttributes
in interface BaseModel<EmailAddress>
public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes
in interface BaseModel<EmailAddress>
public Object clone()
BaseModel
clone
in interface BaseModel<EmailAddress>
clone
in interface EmailAddressModel
clone
in interface StagedModel
clone
in class Object
public int compareTo(EmailAddress emailAddress)
compareTo
in interface EmailAddressModel
compareTo
in interface Comparable<EmailAddress>
public String getAddress()
getAddress
in interface EmailAddressModel
public String getClassName()
getClassName
in interface EmailAddressModel
getClassName
in interface TypedModel
public long getClassNameId()
getClassNameId
in interface EmailAddressModel
getClassNameId
in interface TypedModel
public long getClassPK()
getClassPK
in interface AttachedModel
getClassPK
in interface EmailAddressModel
public long getCompanyId()
getCompanyId
in interface AuditedModel
getCompanyId
in interface EmailAddressModel
getCompanyId
in interface ShardedModel
getCompanyId
in interface StagedModel
public Date getCreateDate()
getCreateDate
in interface AuditedModel
getCreateDate
in interface EmailAddressModel
getCreateDate
in interface StagedModel
public long getEmailAddressId()
getEmailAddressId
in interface EmailAddressModel
public ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge
in interface BaseModel<EmailAddress>
getExpandoBridge
in interface ClassedModel
getExpandoBridge
in interface EmailAddressModel
public Date getModifiedDate()
getModifiedDate
in interface AuditedModel
getModifiedDate
in interface EmailAddressModel
getModifiedDate
in interface StagedModel
public long getMvccVersion()
getMvccVersion
in interface EmailAddressModel
getMvccVersion
in interface MVCCModel
public boolean getPrimary()
getPrimary
in interface EmailAddressModel
public long getPrimaryKey()
getPrimaryKey
in interface EmailAddressModel
public Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj
in interface BaseModel<EmailAddress>
getPrimaryKeyObj
in interface ClassedModel
getPrimaryKeyObj
in interface EmailAddressModel
public ListType getType() throws PortalException
getType
in interface EmailAddress
PortalException
public long getTypeId()
getTypeId
in interface EmailAddressModel
public long getUserId()
getUserId
in interface AuditedModel
getUserId
in interface EmailAddressModel
public String getUserName()
getUserName
in interface AuditedModel
getUserName
in interface EmailAddressModel
public String getUserUuid()
getUserUuid
in interface AuditedModel
getUserUuid
in interface EmailAddressModel
public String getUuid()
getUuid
in interface EmailAddressModel
getUuid
in interface StagedModel
public int hashCode()
hashCode
in interface EmailAddressModel
hashCode
in class Object
public boolean isCachedModel()
BaseModel
true
if this model instance was retrieved from the
entity cache.isCachedModel
in interface BaseModel<EmailAddress>
isCachedModel
in interface EmailAddressModel
true
if this model instance was retrieved from the
entity cache; false
otherwiseBaseModel.setCachedModel(boolean)
public boolean isEscapedModel()
BaseModel
true
if this model instance is escaped.isEscapedModel
in interface BaseModel<EmailAddress>
isEscapedModel
in interface EmailAddressModel
true
if this model instance is escaped;
false
otherwisepublic boolean isNew()
BaseModel
true
if this model instance does not yet exist in
the database.isNew
in interface BaseModel<EmailAddress>
isNew
in interface EmailAddressModel
true
if this model instance does not yet exist in
the database; false
otherwisepublic boolean isPrimary()
true
if this email address is primary.isPrimary
in interface EmailAddressModel
true
if this email address is primary; false
otherwisepublic void persist()
PersistedModel
persist
in interface PersistedModel
public void setAddress(String address)
setAddress
in interface EmailAddressModel
address
- the address of this email addresspublic void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel
in interface BaseModel<EmailAddress>
setCachedModel
in interface EmailAddressModel
cachedModel
- whether this model instance was retrieved from the
entity cacheEntityCache
public void setClassName(String className)
setClassName
in interface EmailAddressModel
public void setClassNameId(long classNameId)
setClassNameId
in interface EmailAddressModel
setClassNameId
in interface TypedModel
classNameId
- the class name ID of this email addresspublic void setClassPK(long classPK)
setClassPK
in interface AttachedModel
setClassPK
in interface EmailAddressModel
classPK
- the class pk of this email addresspublic void setCompanyId(long companyId)
setCompanyId
in interface AuditedModel
setCompanyId
in interface EmailAddressModel
setCompanyId
in interface ShardedModel
setCompanyId
in interface StagedModel
companyId
- the company ID of this email addresspublic void setCreateDate(Date createDate)
setCreateDate
in interface AuditedModel
setCreateDate
in interface EmailAddressModel
setCreateDate
in interface StagedModel
createDate
- the create date of this email addresspublic void setEmailAddressId(long emailAddressId)
setEmailAddressId
in interface EmailAddressModel
emailAddressId
- the email address ID of this email addresspublic void setExpandoBridgeAttributes(BaseModel<?> baseModel)
setExpandoBridgeAttributes
in interface BaseModel<EmailAddress>
setExpandoBridgeAttributes
in interface EmailAddressModel
public void setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
setExpandoBridgeAttributes
in interface BaseModel<EmailAddress>
setExpandoBridgeAttributes
in interface EmailAddressModel
public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes
in interface BaseModel<EmailAddress>
setExpandoBridgeAttributes
in interface EmailAddressModel
serviceContext
- the service context to be appliedServiceContext.getExpandoBridgeAttributes()
public void setModifiedDate(Date modifiedDate)
setModifiedDate
in interface AuditedModel
setModifiedDate
in interface EmailAddressModel
setModifiedDate
in interface StagedModel
modifiedDate
- the modified date of this email addresspublic void setMvccVersion(long mvccVersion)
setMvccVersion
in interface EmailAddressModel
setMvccVersion
in interface MVCCModel
mvccVersion
- the mvcc version of this email addresspublic void setNew(boolean n)
BaseModel
setNew
in interface BaseModel<EmailAddress>
setNew
in interface EmailAddressModel
n
- whether this model instance does not yet exist in the databasepublic void setPrimary(boolean primary)
setPrimary
in interface EmailAddressModel
primary
- the primary of this email addresspublic void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface EmailAddressModel
primaryKey
- the primary key of this email addresspublic void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj
in interface BaseModel<EmailAddress>
setPrimaryKeyObj
in interface ClassedModel
setPrimaryKeyObj
in interface EmailAddressModel
primaryKeyObj
- the primary key of this model instancepublic void setTypeId(long typeId)
setTypeId
in interface EmailAddressModel
typeId
- the type ID of this email addresspublic void setUserId(long userId)
setUserId
in interface AuditedModel
setUserId
in interface EmailAddressModel
userId
- the user ID of this email addresspublic void setUserName(String userName)
setUserName
in interface AuditedModel
setUserName
in interface EmailAddressModel
userName
- the user name of this email addresspublic void setUserUuid(String userUuid)
setUserUuid
in interface AuditedModel
setUserUuid
in interface EmailAddressModel
userUuid
- the user uuid of this email addresspublic void setUuid(String uuid)
setUuid
in interface EmailAddressModel
setUuid
in interface StagedModel
uuid
- the uuid of this email addresspublic CacheModel<EmailAddress> toCacheModel()
BaseModel
toCacheModel
in interface BaseModel<EmailAddress>
toCacheModel
in interface EmailAddressModel
public EmailAddress toEscapedModel()
BaseModel
AutoEscapeBeanHandler
.toEscapedModel
in interface BaseModel<EmailAddress>
toEscapedModel
in interface EmailAddressModel
AutoEscapeBeanHandler
public String toString()
toString
in interface EmailAddressModel
toString
in class Object
public EmailAddress toUnescapedModel()
toUnescapedModel
in interface BaseModel<EmailAddress>
toUnescapedModel
in interface EmailAddressModel
public String toXmlString()
BaseModel
toXmlString
in interface BaseModel<EmailAddress>
toXmlString
in interface EmailAddressModel
public boolean equals(Object obj)
equals
in class Object
public StagedModelType getStagedModelType()
getStagedModelType
in interface StagedModel
public EmailAddress getWrappedModel()
getWrappedModel
in interface ModelWrapper<EmailAddress>
public boolean isEntityCacheEnabled()
BaseModel
true
if this model's entity cache is enabled.isEntityCacheEnabled
in interface BaseModel<EmailAddress>
true
if this model's entity cache is enabled;
false
otherwisepublic boolean isFinderCacheEnabled()
BaseModel
true
if this model's finder cache is enabled.isFinderCacheEnabled
in interface BaseModel<EmailAddress>
true
if this model's finder cache is enabled;
false
otherwisepublic void resetOriginalValues()
BaseModel
resetOriginalValues
in interface BaseModel<EmailAddress>