com.liferay.portal.model
Interface Contact

All Superinterfaces:
BaseModel<Contact>, java.lang.Cloneable, java.lang.Comparable<Contact>, ContactModel, java.io.Serializable

public interface Contact
extends ContactModel

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This interface is a model that represents the Contact table in the database.

Customize com.liferay.portal.model.impl.ContactImpl and rerun the ServiceBuilder to generate the new methods.

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

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

Method Detail

getFullName

java.lang.String getFullName()