com.liferay.portal.model.impl
Class ContactImpl

java.lang.Object
  extended bycom.liferay.portal.model.impl.BaseModelImpl
      extended bycom.liferay.portal.model.impl.ContactModelImpl
          extended bycom.liferay.portal.model.impl.ContactImpl
All Implemented Interfaces:
com.liferay.portal.model.BaseModel, java.lang.Cloneable, java.lang.Comparable, com.liferay.portal.model.Contact, com.liferay.portal.model.ContactModel, java.io.Serializable

public class ContactImpl
extends ContactModelImpl
implements com.liferay.portal.model.Contact

View Source

Author:
Brian Wing Shun Chan
See Also:
Serialized Form

Field Summary
static long DEFAULT_PARENT_CONTACT_ID
           
 
Fields inherited from class com.liferay.portal.model.impl.ContactModelImpl
LOCK_EXPIRATION_TIME, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, XSS_ALLOW_AIMSN, XSS_ALLOW_BY_MODEL, XSS_ALLOW_EMPLOYEENUMBER, XSS_ALLOW_EMPLOYEESTATUSID, XSS_ALLOW_FIRSTNAME, XSS_ALLOW_HOURSOFOPERATION, XSS_ALLOW_ICQSN, XSS_ALLOW_JABBERSN, XSS_ALLOW_JOBCLASS, XSS_ALLOW_JOBTITLE, XSS_ALLOW_LASTNAME, XSS_ALLOW_MIDDLENAME, XSS_ALLOW_MSNSN, XSS_ALLOW_SKYPESN, XSS_ALLOW_SMSSN, XSS_ALLOW_USERNAME, XSS_ALLOW_YMSN
 
Fields inherited from class com.liferay.portal.model.impl.BaseModelImpl
XSS_ALLOW
 
Constructor Summary
ContactImpl()
           
 
Method Summary
 java.lang.String getFullName()
           
static java.lang.String getFullName(java.lang.String firstName, java.lang.String middleName, java.lang.String lastName)
           
 
Methods inherited from class com.liferay.portal.model.impl.ContactModelImpl
clone, compareTo, equals, getAccountId, getAimSn, getBirthday, getCompanyId, getContactId, getCreateDate, getEmployeeNumber, getEmployeeStatusId, getFirstName, getHoursOfOperation, getIcqSn, getJabberSn, getJobClass, getJobTitle, getLastName, getMale, getMiddleName, getModifiedDate, getMsnSn, getParentContactId, getPrefixId, getPrimaryKey, getPrimaryKeyObj, getSkypeSn, getSmsSn, getSuffixId, getUserId, getUserName, getYmSn, hashCode, isMale, setAccountId, setAimSn, setBirthday, setCompanyId, setContactId, setCreateDate, setEmployeeNumber, setEmployeeStatusId, setFirstName, setHoursOfOperation, setIcqSn, setJabberSn, setJobClass, setJobTitle, setLastName, setMale, setMiddleName, setModifiedDate, setMsnSn, setParentContactId, setPrefixId, setPrimaryKey, setSkypeSn, setSmsSn, setSuffixId, setUserId, setUserName, setYmSn
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
isNew, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.portal.model.ContactModel
getAccountId, getAimSn, getBirthday, getCompanyId, getContactId, getCreateDate, getEmployeeNumber, getEmployeeStatusId, getFirstName, getHoursOfOperation, getIcqSn, getJabberSn, getJobClass, getJobTitle, getLastName, getMale, getMiddleName, getModifiedDate, getMsnSn, getParentContactId, getPrefixId, getPrimaryKey, getSkypeSn, getSmsSn, getSuffixId, getUserId, getUserName, getYmSn, isMale, setAccountId, setAimSn, setBirthday, setCompanyId, setContactId, setCreateDate, setEmployeeNumber, setEmployeeStatusId, setFirstName, setHoursOfOperation, setIcqSn, setJabberSn, setJobClass, setJobTitle, setLastName, setMale, setMiddleName, setModifiedDate, setMsnSn, setParentContactId, setPrefixId, setPrimaryKey, setSkypeSn, setSmsSn, setSuffixId, setUserId, setUserName, setYmSn
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getPrimaryKeyObj, isNew, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Field Detail

DEFAULT_PARENT_CONTACT_ID

public static final long DEFAULT_PARENT_CONTACT_ID
See Also:
Constant Field Values
Constructor Detail

ContactImpl

public ContactImpl()
Method Detail

getFullName

public static java.lang.String getFullName(java.lang.String firstName,
                                           java.lang.String middleName,
                                           java.lang.String lastName)

getFullName

public java.lang.String getFullName()
Specified by:
getFullName in interface com.liferay.portal.model.Contact