Liferay 7.0-ce-b4

com.liferay.portal.model
Interface Contact

All Superinterfaces:
AttachedModel, AuditedModel, BaseModel<Contact>, ClassedModel, Cloneable, Comparable<Contact>, ContactModel, MVCCModel, PersistedModel, Serializable, ShardedModel, TypedModel
All Known Implementing Classes:
ContactWrapper

@ProviderType
public interface Contact
extends ContactModel, PersistedModel

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.

See Also:
ContactModel, ContactImpl, ContactModelImpl

Field Summary
static Accessor<Contact,Long> CONTACT_ID_ACCESSOR
           
 
Method Summary
 String getFullName()
           
 boolean isUser()
           
 
Methods inherited from interface com.liferay.portal.model.ContactModel
clone, compareTo, getAccountId, getBirthday, getClassName, getClassNameId, getClassPK, getCompanyId, getContactId, getCreateDate, getEmailAddress, getEmployeeNumber, getEmployeeStatusId, getExpandoBridge, getFacebookSn, getFirstName, getHoursOfOperation, getJabberSn, getJobClass, getJobTitle, getLastName, getMale, getMiddleName, getModifiedDate, getMvccVersion, getParentContactId, getPrefixId, getPrimaryKey, getPrimaryKeyObj, getSkypeSn, getSmsSn, getSuffixId, getTwitterSn, getUserId, getUserName, getUserUuid, hashCode, isCachedModel, isEscapedModel, isMale, isNew, setAccountId, setBirthday, setCachedModel, setClassName, setClassNameId, setClassPK, setCompanyId, setContactId, setCreateDate, setEmailAddress, setEmployeeNumber, setEmployeeStatusId, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setFacebookSn, setFirstName, setHoursOfOperation, setJabberSn, setJobClass, setJobTitle, setLastName, setMale, setMiddleName, setModifiedDate, setMvccVersion, setNew, setParentContactId, setPrefixId, setPrimaryKey, setPrimaryKeyObj, setSkypeSn, setSmsSn, setSuffixId, setTwitterSn, setUserId, setUserName, setUserUuid, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 

Field Detail

CONTACT_ID_ACCESSOR

static final Accessor<Contact,Long> CONTACT_ID_ACCESSOR
Method Detail

getFullName

String getFullName()

isUser

boolean isUser()

Liferay 7.0-ce-b4