Liferay 6.0.3

com.liferay.portal.model
Interface Contact

All Superinterfaces:
BaseModel<Contact>, Cloneable, Comparable<Contact>, ContactModel, Serializable
All Known Implementing Classes:
ContactImpl, ContactWrapper

public interface Contact
extends ContactModel

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

Customize ContactImpl and rerun the ServiceBuilder to generate the new methods.

See Also:
ContactModel, ContactImpl, ContactModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Method Summary
 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, setEscapedModel, setExpandoBridgeAttributes, setFacebookSn, setFirstName, setHoursOfOperation, setIcqSn, setJabberSn, setJobClass, setJobTitle, setLastName, setMale, setMiddleName, setModifiedDate, setMsnSn, setMySpaceSn, setNew, setParentContactId, setPrefixId, setPrimaryKey, setSkypeSn, setSmsSn, setSuffixId, setTwitterSn, setUserId, setUserName, setUserUuid, setYmSn, toEscapedModel, toString, toXmlString
 

Method Detail

getFullName

String getFullName()

Liferay 6.0.3