Package com.liferay.portal.kernel.model
Interface Contact
- All Superinterfaces:
AttachedModel
,AuditedModel
,BaseModel<Contact>
,ClassedModel
,Cloneable
,Comparable<Contact>
,ContactModel
,MVCCModel
,PersistedModel
,Serializable
,ShardedModel
,TypedModel
- All Known Implementing Classes:
ContactWrapper
The extended model interface for the Contact service. Represents a row in the "Contact_" database table, with each column mapped to a property of this class.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Field Summary
Fields -
Method Summary
Methods 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, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.liferay.portal.kernel.model.ContactModel
cloneWithOriginalValues, getBirthday, getClassName, getClassNameId, getClassPK, getCompanyId, getContactId, getCreateDate, getEmailAddress, getEmployeeNumber, getEmployeeStatusId, getFacebookSn, getFirstName, getHoursOfOperation, getJabberSn, getJobClass, getJobTitle, getLastName, getMale, getMiddleName, getModifiedDate, getMvccVersion, getParentContactId, getPrefixListTypeId, getPrimaryKey, getSkypeSn, getSmsSn, getSuffixListTypeId, getTwitterSn, getUserId, getUserName, getUserUuid, isMale, setBirthday, setClassName, setClassNameId, setClassPK, setCompanyId, setContactId, setCreateDate, setEmailAddress, setEmployeeNumber, setEmployeeStatusId, setFacebookSn, setFirstName, setHoursOfOperation, setJabberSn, setJobClass, setJobTitle, setLastName, setMale, setMiddleName, setModifiedDate, setMvccVersion, setParentContactId, setPrefixListTypeId, setPrimaryKey, setSkypeSn, setSmsSn, setSuffixListTypeId, setTwitterSn, setUserId, setUserName, setUserUuid, toXmlString
Methods inherited from interface com.liferay.portal.kernel.model.PersistedModel
persist
-
Field Details
-
CONTACT_ID_ACCESSOR
-
-
Method Details
-
getFullName
String getFullName() -
isUser
boolean isUser()
-