com.liferay.portal.model
Interface Contact

All Superinterfaces:
AuditedModel, BaseModel<Contact>, ClassedModel, java.lang.Cloneable, java.lang.Comparable<Contact>, ContactModel, PersistedModel, java.io.Serializable
All Known Implementing Classes:
ContactWrapper

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.

Author:
Brian Wing Shun Chan
See Also:
ContactModel, ContactImpl, ContactModelImpl
Generated:

Method Summary
 java.lang.String getFullName()
           
 
Methods inherited from interface com.liferay.portal.model.ContactModel
clone, compareTo, getAccountId, getAimSn, getBirthday, getCompanyId, getContactId, getCreateDate, getEmployeeNumber, getEmployeeStatusId, getExpandoBridge, getFacebookSn, getFirstName, getHoursOfOperation, getIcqSn, getJabberSn, getJobClass, getJobTitle, getLastName, getMale, getMiddleName, getModifiedDate, getMsnSn, getMySpaceSn, getParentContactId, getPrefixId, getPrimaryKey, getPrimaryKeyObj, getSkypeSn, getSmsSn, getSuffixId, getTwitterSn, getUserId, getUserName, getUserUuid, getYmSn, hashCode, isCachedModel, isEscapedModel, isMale, isNew, setAccountId, setAimSn, setBirthday, setCachedModel, setCompanyId, setContactId, setCreateDate, setEmployeeNumber, setEmployeeStatusId, setExpandoBridgeAttributes, setFacebookSn, setFirstName, setHoursOfOperation, setIcqSn, setJabberSn, setJobClass, setJobTitle, setLastName, setMale, setMiddleName, setModifiedDate, setMsnSn, setMySpaceSn, setNew, setParentContactId, setPrefixId, setPrimaryKey, setPrimaryKeyObj, setSkypeSn, setSmsSn, setSuffixId, setTwitterSn, setUserId, setUserName, setUserUuid, setYmSn, toCacheModel, toEscapedModel, toString, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 

Method Detail

getFullName

java.lang.String getFullName()