Liferay 6.0.5

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

The model interface for the Contact service. Represents a row in the "Contact_" database table, with each column mapped to a property of this class.

Never modify this interface directly. Add methods to ContactImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.

Never reference this interface directly. All methods that expect a contact model instance should use the Contact interface instead.

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.5