@ProviderType public interface EmailAddressModel extends AttachedModel, BaseModel<EmailAddress>, MVCCModel, ShardedModel, StagedAuditedModel
This interface and its corresponding implementation com.liferay.portal.model.impl.EmailAddressModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.portal.model.impl.EmailAddressImpl.
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.
|
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.
|
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 |
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 |
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.
|
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringclone, getStagedModelTypegetModelClass, getModelClassNamelong getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey - the primary key of this email addresslong getMvccVersion()
getMvccVersion in interface MVCCModelvoid setMvccVersion(long mvccVersion)
setMvccVersion in interface MVCCModelmvccVersion - the mvcc version of this email address@AutoEscape String getUuid()
getUuid in interface StagedModelvoid setUuid(String uuid)
setUuid in interface StagedModeluuid - the uuid of this email addresslong getEmailAddressId()
void setEmailAddressId(long emailAddressId)
emailAddressId - the email address ID of this email addresslong getCompanyId()
getCompanyId in interface AuditedModelgetCompanyId in interface ShardedModelgetCompanyId in interface StagedModelvoid setCompanyId(long companyId)
setCompanyId in interface AuditedModelsetCompanyId in interface ShardedModelsetCompanyId in interface StagedModelcompanyId - the company ID of this email addresslong getUserId()
getUserId in interface AuditedModelvoid setUserId(long userId)
setUserId in interface AuditedModeluserId - the user ID of this email addressString getUserUuid()
getUserUuid in interface AuditedModelvoid setUserUuid(String userUuid)
setUserUuid in interface AuditedModeluserUuid - the user uuid of this email address@AutoEscape String getUserName()
getUserName in interface AuditedModelvoid setUserName(String userName)
setUserName in interface AuditedModeluserName - the user name of this email addressDate getCreateDate()
getCreateDate in interface AuditedModelgetCreateDate in interface StagedModelvoid setCreateDate(Date createDate)
setCreateDate in interface AuditedModelsetCreateDate in interface StagedModelcreateDate - the create date of this email addressDate getModifiedDate()
getModifiedDate in interface AuditedModelgetModifiedDate in interface StagedModelvoid setModifiedDate(Date modifiedDate)
setModifiedDate in interface AuditedModelsetModifiedDate in interface StagedModelmodifiedDate - the modified date of this email addressString getClassName()
getClassName in interface TypedModelvoid setClassName(String className)
long getClassNameId()
getClassNameId in interface TypedModelvoid setClassNameId(long classNameId)
setClassNameId in interface TypedModelclassNameId - the class name ID of this email addresslong getClassPK()
getClassPK in interface AttachedModelvoid setClassPK(long classPK)
setClassPK in interface AttachedModelclassPK - the class pk of this email address@AutoEscape String getAddress()
void setAddress(String address)
address - the address of this email addresslong getTypeId()
void setTypeId(long typeId)
typeId - the type ID of this email addressboolean getPrimary()
boolean isPrimary()
true if this email address is primary.true if this email address is primary; false otherwisevoid setPrimary(boolean primary)
primary - the primary of this email addressEmailAddress cloneWithOriginalValues()
cloneWithOriginalValues in interface BaseModel<EmailAddress>