@ProviderType public interface ContactModel extends AttachedModel, AuditedModel, BaseModel<Contact>, MVCCModel, ShardedModel
This interface and its corresponding implementation com.liferay.portal.model.impl.ContactModelImpl 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.ContactImpl.
Contact| Modifier and Type | Method and Description |
|---|---|
long |
getAccountId()
Returns the account ID of this contact.
|
java.util.Date |
getBirthday()
Returns the birthday of this contact.
|
java.lang.String |
getClassName()
Returns the fully qualified class name of this contact.
|
long |
getClassNameId()
Returns the class name ID of this contact.
|
long |
getClassPK()
Returns the class pk of this contact.
|
long |
getCompanyId()
Returns the company ID of this contact.
|
long |
getContactId()
Returns the contact ID of this contact.
|
java.util.Date |
getCreateDate()
Returns the create date of this contact.
|
java.lang.String |
getEmailAddress()
Returns the email address of this contact.
|
java.lang.String |
getEmployeeNumber()
Returns the employee number of this contact.
|
java.lang.String |
getEmployeeStatusId()
Returns the employee status ID of this contact.
|
java.lang.String |
getFacebookSn()
Returns the facebook sn of this contact.
|
java.lang.String |
getFirstName()
Returns the first name of this contact.
|
java.lang.String |
getHoursOfOperation()
Returns the hours of operation of this contact.
|
java.lang.String |
getJabberSn()
Returns the jabber sn of this contact.
|
java.lang.String |
getJobClass()
Returns the job class of this contact.
|
java.lang.String |
getJobTitle()
Returns the job title of this contact.
|
java.lang.String |
getLastName()
Returns the last name of this contact.
|
boolean |
getMale()
Returns the male of this contact.
|
java.lang.String |
getMiddleName()
Returns the middle name of this contact.
|
java.util.Date |
getModifiedDate()
Returns the modified date of this contact.
|
long |
getMvccVersion()
Returns the mvcc version of this contact.
|
long |
getParentContactId()
Returns the parent contact ID of this contact.
|
long |
getPrefixId()
Returns the prefix ID of this contact.
|
long |
getPrimaryKey()
Returns the primary key of this contact.
|
java.lang.String |
getSkypeSn()
Returns the skype sn of this contact.
|
java.lang.String |
getSmsSn()
Returns the sms sn of this contact.
|
long |
getSuffixId()
Returns the suffix ID of this contact.
|
java.lang.String |
getTwitterSn()
Returns the twitter sn of this contact.
|
long |
getUserId()
Returns the user ID of this contact.
|
java.lang.String |
getUserName()
Returns the user name of this contact.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this contact.
|
boolean |
isMale()
Returns
true if this contact is male. |
void |
setAccountId(long accountId)
Sets the account ID of this contact.
|
void |
setBirthday(java.util.Date birthday)
Sets the birthday of this contact.
|
void |
setClassName(java.lang.String className) |
void |
setClassNameId(long classNameId)
Sets the class name ID of this contact.
|
void |
setClassPK(long classPK)
Sets the class pk of this contact.
|
void |
setCompanyId(long companyId)
Sets the company ID of this contact.
|
void |
setContactId(long contactId)
Sets the contact ID of this contact.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this contact.
|
void |
setEmailAddress(java.lang.String emailAddress)
Sets the email address of this contact.
|
void |
setEmployeeNumber(java.lang.String employeeNumber)
Sets the employee number of this contact.
|
void |
setEmployeeStatusId(java.lang.String employeeStatusId)
Sets the employee status ID of this contact.
|
void |
setFacebookSn(java.lang.String facebookSn)
Sets the facebook sn of this contact.
|
void |
setFirstName(java.lang.String firstName)
Sets the first name of this contact.
|
void |
setHoursOfOperation(java.lang.String hoursOfOperation)
Sets the hours of operation of this contact.
|
void |
setJabberSn(java.lang.String jabberSn)
Sets the jabber sn of this contact.
|
void |
setJobClass(java.lang.String jobClass)
Sets the job class of this contact.
|
void |
setJobTitle(java.lang.String jobTitle)
Sets the job title of this contact.
|
void |
setLastName(java.lang.String lastName)
Sets the last name of this contact.
|
void |
setMale(boolean male)
Sets whether this contact is male.
|
void |
setMiddleName(java.lang.String middleName)
Sets the middle name of this contact.
|
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this contact.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this contact.
|
void |
setParentContactId(long parentContactId)
Sets the parent contact ID of this contact.
|
void |
setPrefixId(long prefixId)
Sets the prefix ID of this contact.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this contact.
|
void |
setSkypeSn(java.lang.String skypeSn)
Sets the skype sn of this contact.
|
void |
setSmsSn(java.lang.String smsSn)
Sets the sms sn of this contact.
|
void |
setSuffixId(long suffixId)
Sets the suffix ID of this contact.
|
void |
setTwitterSn(java.lang.String twitterSn)
Sets the twitter sn of this contact.
|
void |
setUserId(long userId)
Sets the user ID of this contact.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this contact.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this contact.
|
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringgetModelClass, getModelClassNamelong getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey - the primary key of this contactlong getMvccVersion()
getMvccVersion in interface MVCCModelvoid setMvccVersion(long mvccVersion)
setMvccVersion in interface MVCCModelmvccVersion - the mvcc version of this contactlong getContactId()
void setContactId(long contactId)
contactId - the contact ID of this contactlong getCompanyId()
getCompanyId in interface AuditedModelgetCompanyId in interface ShardedModelvoid setCompanyId(long companyId)
setCompanyId in interface AuditedModelsetCompanyId in interface ShardedModelcompanyId - the company ID of this contactlong getUserId()
getUserId in interface AuditedModelvoid setUserId(long userId)
setUserId in interface AuditedModeluserId - the user ID of this contactjava.lang.String getUserUuid()
getUserUuid in interface AuditedModelvoid setUserUuid(java.lang.String userUuid)
setUserUuid in interface AuditedModeluserUuid - the user uuid of this contact@AutoEscape java.lang.String getUserName()
getUserName in interface AuditedModelvoid setUserName(java.lang.String userName)
setUserName in interface AuditedModeluserName - the user name of this contactjava.util.Date getCreateDate()
getCreateDate in interface AuditedModelvoid setCreateDate(java.util.Date createDate)
setCreateDate in interface AuditedModelcreateDate - the create date of this contactjava.util.Date getModifiedDate()
getModifiedDate in interface AuditedModelvoid setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface AuditedModelmodifiedDate - the modified date of this contactjava.lang.String getClassName()
getClassName in interface TypedModelvoid setClassName(java.lang.String className)
long getClassNameId()
getClassNameId in interface TypedModelvoid setClassNameId(long classNameId)
setClassNameId in interface TypedModelclassNameId - the class name ID of this contactlong getClassPK()
getClassPK in interface AttachedModelvoid setClassPK(long classPK)
setClassPK in interface AttachedModelclassPK - the class pk of this contactlong getAccountId()
void setAccountId(long accountId)
accountId - the account ID of this contactlong getParentContactId()
void setParentContactId(long parentContactId)
parentContactId - the parent contact ID of this contact@AutoEscape java.lang.String getEmailAddress()
void setEmailAddress(java.lang.String emailAddress)
emailAddress - the email address of this contact@AutoEscape java.lang.String getFirstName()
void setFirstName(java.lang.String firstName)
firstName - the first name of this contact@AutoEscape java.lang.String getMiddleName()
void setMiddleName(java.lang.String middleName)
middleName - the middle name of this contact@AutoEscape java.lang.String getLastName()
void setLastName(java.lang.String lastName)
lastName - the last name of this contactlong getPrefixId()
void setPrefixId(long prefixId)
prefixId - the prefix ID of this contactlong getSuffixId()
void setSuffixId(long suffixId)
suffixId - the suffix ID of this contactboolean getMale()
boolean isMale()
true if this contact is male.true if this contact is male; false otherwisevoid setMale(boolean male)
male - the male of this contactjava.util.Date getBirthday()
void setBirthday(java.util.Date birthday)
birthday - the birthday of this contact@AutoEscape java.lang.String getSmsSn()
void setSmsSn(java.lang.String smsSn)
smsSn - the sms sn of this contact@AutoEscape java.lang.String getFacebookSn()
void setFacebookSn(java.lang.String facebookSn)
facebookSn - the facebook sn of this contact@AutoEscape java.lang.String getJabberSn()
void setJabberSn(java.lang.String jabberSn)
jabberSn - the jabber sn of this contact@AutoEscape java.lang.String getSkypeSn()
void setSkypeSn(java.lang.String skypeSn)
skypeSn - the skype sn of this contact@AutoEscape java.lang.String getTwitterSn()
void setTwitterSn(java.lang.String twitterSn)
twitterSn - the twitter sn of this contact@AutoEscape java.lang.String getEmployeeStatusId()
void setEmployeeStatusId(java.lang.String employeeStatusId)
employeeStatusId - the employee status ID of this contact@AutoEscape java.lang.String getEmployeeNumber()
void setEmployeeNumber(java.lang.String employeeNumber)
employeeNumber - the employee number of this contact@AutoEscape java.lang.String getJobTitle()
void setJobTitle(java.lang.String jobTitle)
jobTitle - the job title of this contact@AutoEscape java.lang.String getJobClass()
void setJobClass(java.lang.String jobClass)
jobClass - the job class of this contact@AutoEscape java.lang.String getHoursOfOperation()
void setHoursOfOperation(java.lang.String hoursOfOperation)
hoursOfOperation - the hours of operation of this contact