Package com.liferay.portal.kernel.model
Interface ContactModel
- All Superinterfaces:
AttachedModel,AuditedModel,BaseModel<Contact>,ClassedModel,Cloneable,Comparable<Contact>,MVCCModel,Serializable,ShardedModel,TypedModel
- All Known Subinterfaces:
Contact
- All Known Implementing Classes:
ContactWrapper
@ProviderType
public interface ContactModel
extends AttachedModel, AuditedModel, BaseModel<Contact>, MVCCModel, ShardedModel
The base model interface for the Contact service. Represents a row in the "Contact_" database table, with each column mapped to a property of this class.
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.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Method Summary
Modifier and TypeMethodDescriptionReturns the birthday of this contact.Returns the fully qualified class name of this contact.longReturns the class name ID of this contact.longReturns the class pk of this contact.longReturns the company ID of this contact.longReturns the contact ID of this contact.Returns the create date of this contact.Returns the email address of this contact.Returns the employee number of this contact.Returns the employee status ID of this contact.Returns the facebook sn of this contact.Returns the first name of this contact.Returns the hours of operation of this contact.Returns the jabber sn of this contact.Returns the job class of this contact.Returns the job title of this contact.Returns the last name of this contact.booleangetMale()Returns the male of this contact.Returns the middle name of this contact.Returns the modified date of this contact.longReturns the mvcc version of this contact.longReturns the parent contact ID of this contact.longReturns the prefix list type ID of this contact.longReturns the primary key of this contact.Returns the skype sn of this contact.getSmsSn()Returns the sms sn of this contact.longReturns the suffix list type ID of this contact.Returns the twitter sn of this contact.longReturns the user ID of this contact.Returns the user name of this contact.Returns the user uuid of this contact.booleanisMale()Returnstrueif this contact is male.voidsetBirthday(Date birthday) Sets the birthday of this contact.voidsetClassName(String className) voidsetClassNameId(long classNameId) Sets the class name ID of this contact.voidsetClassPK(long classPK) Sets the class pk of this contact.voidsetCompanyId(long companyId) Sets the company ID of this contact.voidsetContactId(long contactId) Sets the contact ID of this contact.voidsetCreateDate(Date createDate) Sets the create date of this contact.voidsetEmailAddress(String emailAddress) Sets the email address of this contact.voidsetEmployeeNumber(String employeeNumber) Sets the employee number of this contact.voidsetEmployeeStatusId(String employeeStatusId) Sets the employee status ID of this contact.voidsetFacebookSn(String facebookSn) Sets the facebook sn of this contact.voidsetFirstName(String firstName) Sets the first name of this contact.voidsetHoursOfOperation(String hoursOfOperation) Sets the hours of operation of this contact.voidsetJabberSn(String jabberSn) Sets the jabber sn of this contact.voidsetJobClass(String jobClass) Sets the job class of this contact.voidsetJobTitle(String jobTitle) Sets the job title of this contact.voidsetLastName(String lastName) Sets the last name of this contact.voidsetMale(boolean male) Sets whether this contact is male.voidsetMiddleName(String middleName) Sets the middle name of this contact.voidsetModifiedDate(Date modifiedDate) Sets the modified date of this contact.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this contact.voidsetParentContactId(long parentContactId) Sets the parent contact ID of this contact.voidsetPrefixListTypeId(long prefixListTypeId) Sets the prefix list type ID of this contact.voidsetPrimaryKey(long primaryKey) Sets the primary key of this contact.voidsetSkypeSn(String skypeSn) Sets the skype sn of this contact.voidSets the sms sn of this contact.voidsetSuffixListTypeId(long suffixListTypeId) Sets the suffix list type ID of this contact.voidsetTwitterSn(String twitterSn) Sets the twitter sn of this contact.voidsetUserId(long userId) Sets the user ID of this contact.voidsetUserName(String userName) Sets the user name of this contact.voidsetUserUuid(String userUuid) Sets the user uuid of this contact.default StringMethods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareTo
-
Method Details
-
getPrimaryKey
long getPrimaryKey()Returns the primary key of this contact.- Returns:
- the primary key of this contact
-
setPrimaryKey
void setPrimaryKey(long primaryKey) Sets the primary key of this contact.- Parameters:
primaryKey- the primary key of this contact
-
getMvccVersion
long getMvccVersion()Returns the mvcc version of this contact.- Specified by:
getMvccVersionin interfaceMVCCModel- Returns:
- the mvcc version of this contact
-
setMvccVersion
void setMvccVersion(long mvccVersion) Sets the mvcc version of this contact.- Specified by:
setMvccVersionin interfaceMVCCModel- Parameters:
mvccVersion- the mvcc version of this contact
-
getContactId
long getContactId()Returns the contact ID of this contact.- Returns:
- the contact ID of this contact
-
setContactId
void setContactId(long contactId) Sets the contact ID of this contact.- Parameters:
contactId- the contact ID of this contact
-
getCompanyId
long getCompanyId()Returns the company ID of this contact.- Specified by:
getCompanyIdin interfaceAuditedModel- Specified by:
getCompanyIdin interfaceShardedModel- Returns:
- the company ID of this contact
-
setCompanyId
void setCompanyId(long companyId) Sets the company ID of this contact.- Specified by:
setCompanyIdin interfaceAuditedModel- Specified by:
setCompanyIdin interfaceShardedModel- Parameters:
companyId- the company ID of this contact
-
getUserId
long getUserId()Returns the user ID of this contact.- Specified by:
getUserIdin interfaceAuditedModel- Returns:
- the user ID of this contact
-
setUserId
void setUserId(long userId) Sets the user ID of this contact.- Specified by:
setUserIdin interfaceAuditedModel- Parameters:
userId- the user ID of this contact
-
getUserUuid
String getUserUuid()Returns the user uuid of this contact.- Specified by:
getUserUuidin interfaceAuditedModel- Returns:
- the user uuid of this contact
-
setUserUuid
Sets the user uuid of this contact.- Specified by:
setUserUuidin interfaceAuditedModel- Parameters:
userUuid- the user uuid of this contact
-
getUserName
Returns the user name of this contact.- Specified by:
getUserNamein interfaceAuditedModel- Returns:
- the user name of this contact
-
setUserName
Sets the user name of this contact.- Specified by:
setUserNamein interfaceAuditedModel- Parameters:
userName- the user name of this contact
-
getCreateDate
Date getCreateDate()Returns the create date of this contact.- Specified by:
getCreateDatein interfaceAuditedModel- Returns:
- the create date of this contact
-
setCreateDate
Sets the create date of this contact.- Specified by:
setCreateDatein interfaceAuditedModel- Parameters:
createDate- the create date of this contact
-
getModifiedDate
Date getModifiedDate()Returns the modified date of this contact.- Specified by:
getModifiedDatein interfaceAuditedModel- Returns:
- the modified date of this contact
-
setModifiedDate
Sets the modified date of this contact.- Specified by:
setModifiedDatein interfaceAuditedModel- Parameters:
modifiedDate- the modified date of this contact
-
getClassName
String getClassName()Returns the fully qualified class name of this contact.- Specified by:
getClassNamein interfaceTypedModel- Returns:
- the fully qualified class name of this contact
-
setClassName
-
getClassNameId
long getClassNameId()Returns the class name ID of this contact.- Specified by:
getClassNameIdin interfaceTypedModel- Returns:
- the class name ID of this contact
-
setClassNameId
void setClassNameId(long classNameId) Sets the class name ID of this contact.- Specified by:
setClassNameIdin interfaceTypedModel- Parameters:
classNameId- the class name ID of this contact
-
getClassPK
long getClassPK()Returns the class pk of this contact.- Specified by:
getClassPKin interfaceAttachedModel- Returns:
- the class pk of this contact
-
setClassPK
void setClassPK(long classPK) Sets the class pk of this contact.- Specified by:
setClassPKin interfaceAttachedModel- Parameters:
classPK- the class pk of this contact
-
getParentContactId
long getParentContactId()Returns the parent contact ID of this contact.- Returns:
- the parent contact ID of this contact
-
setParentContactId
void setParentContactId(long parentContactId) Sets the parent contact ID of this contact.- Parameters:
parentContactId- the parent contact ID of this contact
-
getEmailAddress
Returns the email address of this contact.- Returns:
- the email address of this contact
-
setEmailAddress
Sets the email address of this contact.- Parameters:
emailAddress- the email address of this contact
-
getFirstName
Returns the first name of this contact.- Returns:
- the first name of this contact
-
setFirstName
Sets the first name of this contact.- Parameters:
firstName- the first name of this contact
-
getMiddleName
Returns the middle name of this contact.- Returns:
- the middle name of this contact
-
setMiddleName
Sets the middle name of this contact.- Parameters:
middleName- the middle name of this contact
-
getLastName
Returns the last name of this contact.- Returns:
- the last name of this contact
-
setLastName
Sets the last name of this contact.- Parameters:
lastName- the last name of this contact
-
getPrefixListTypeId
long getPrefixListTypeId()Returns the prefix list type ID of this contact.- Returns:
- the prefix list type ID of this contact
-
setPrefixListTypeId
void setPrefixListTypeId(long prefixListTypeId) Sets the prefix list type ID of this contact.- Parameters:
prefixListTypeId- the prefix list type ID of this contact
-
getSuffixListTypeId
long getSuffixListTypeId()Returns the suffix list type ID of this contact.- Returns:
- the suffix list type ID of this contact
-
setSuffixListTypeId
void setSuffixListTypeId(long suffixListTypeId) Sets the suffix list type ID of this contact.- Parameters:
suffixListTypeId- the suffix list type ID of this contact
-
getMale
boolean getMale()Returns the male of this contact.- Returns:
- the male of this contact
-
isMale
boolean isMale()Returnstrueif this contact is male.- Returns:
trueif this contact is male;falseotherwise
-
setMale
void setMale(boolean male) Sets whether this contact is male.- Parameters:
male- the male of this contact
-
getBirthday
Date getBirthday()Returns the birthday of this contact.- Returns:
- the birthday of this contact
-
setBirthday
Sets the birthday of this contact.- Parameters:
birthday- the birthday of this contact
-
getSmsSn
Returns the sms sn of this contact.- Returns:
- the sms sn of this contact
-
setSmsSn
Sets the sms sn of this contact.- Parameters:
smsSn- the sms sn of this contact
-
getFacebookSn
Returns the facebook sn of this contact.- Returns:
- the facebook sn of this contact
-
setFacebookSn
Sets the facebook sn of this contact.- Parameters:
facebookSn- the facebook sn of this contact
-
getJabberSn
Returns the jabber sn of this contact.- Returns:
- the jabber sn of this contact
-
setJabberSn
Sets the jabber sn of this contact.- Parameters:
jabberSn- the jabber sn of this contact
-
getSkypeSn
Returns the skype sn of this contact.- Returns:
- the skype sn of this contact
-
setSkypeSn
Sets the skype sn of this contact.- Parameters:
skypeSn- the skype sn of this contact
-
getTwitterSn
Returns the twitter sn of this contact.- Returns:
- the twitter sn of this contact
-
setTwitterSn
Sets the twitter sn of this contact.- Parameters:
twitterSn- the twitter sn of this contact
-
getEmployeeStatusId
Returns the employee status ID of this contact.- Returns:
- the employee status ID of this contact
-
setEmployeeStatusId
Sets the employee status ID of this contact.- Parameters:
employeeStatusId- the employee status ID of this contact
-
getEmployeeNumber
Returns the employee number of this contact.- Returns:
- the employee number of this contact
-
setEmployeeNumber
Sets the employee number of this contact.- Parameters:
employeeNumber- the employee number of this contact
-
getJobTitle
Returns the job title of this contact.- Returns:
- the job title of this contact
-
setJobTitle
Sets the job title of this contact.- Parameters:
jobTitle- the job title of this contact
-
getJobClass
Returns the job class of this contact.- Returns:
- the job class of this contact
-
setJobClass
Sets the job class of this contact.- Parameters:
jobClass- the job class of this contact
-
getHoursOfOperation
Returns the hours of operation of this contact.- Returns:
- the hours of operation of this contact
-
setHoursOfOperation
Sets the hours of operation of this contact.- Parameters:
hoursOfOperation- the hours of operation of this contact
-
cloneWithOriginalValues
Contact cloneWithOriginalValues()- Specified by:
cloneWithOriginalValuesin interfaceBaseModel<Contact>
-
toXmlString
-