Liferay 6.2-ce-ga5

com.liferay.portal.model
Interface Contact

All Superinterfaces:
AttachedModel, AuditedModel, BaseModel<Contact>, ClassedModel, Cloneable, Comparable<Contact>, ContactModel, PersistedModel, Serializable, TypedModel
All Known Implementing Classes:
ContactBaseImpl, ContactImpl, 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
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Method Summary
 String getFullName()
           
 boolean isUser()
           
 
Methods inherited from interface com.liferay.portal.model.ContactModel
clone, compareTo, getAccountId, getAimSn, getBirthday, getClassName, getClassNameId, getClassPK, getCompanyId, getContactId, getCreateDate, getEmailAddress, 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, setClassName, setClassNameId, setClassPK, setCompanyId, setContactId, setCreateDate, setEmailAddress, setEmployeeNumber, setEmployeeStatusId, setExpandoBridgeAttributes, setExpandoBridgeAttributes, 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, toUnescapedModel, 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

String getFullName()

isUser

boolean isUser()

Liferay 6.2-ce-ga5