com.liferay.portal.model.impl
Class PhoneImpl

java.lang.Object
  extended bycom.liferay.portal.model.impl.BaseModelImpl
      extended bycom.liferay.portal.model.impl.PhoneModelImpl
          extended bycom.liferay.portal.model.impl.PhoneImpl
All Implemented Interfaces:
com.liferay.portal.model.BaseModel, java.lang.Cloneable, java.lang.Comparable, com.liferay.portal.model.Phone, com.liferay.portal.model.PhoneModel, java.io.Serializable

public class PhoneImpl
extends PhoneModelImpl
implements com.liferay.portal.model.Phone

View Source

Author:
Brian Wing Shun Chan
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portal.model.impl.PhoneModelImpl
LOCK_EXPIRATION_TIME, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, XSS_ALLOW_BY_MODEL, XSS_ALLOW_EXTENSION, XSS_ALLOW_NUMBER, XSS_ALLOW_USERNAME
 
Fields inherited from class com.liferay.portal.model.impl.BaseModelImpl
XSS_ALLOW
 
Constructor Summary
PhoneImpl()
           
 
Method Summary
 com.liferay.portal.model.ListType getType()
           
 
Methods inherited from class com.liferay.portal.model.impl.PhoneModelImpl
clone, compareTo, equals, getClassNameId, getClassPK, getCompanyId, getCreateDate, getExtension, getModifiedDate, getNumber, getPhoneId, getPrimary, getPrimaryKey, getPrimaryKeyObj, getTypeId, getUserId, getUserName, hashCode, isPrimary, setClassNameId, setClassPK, setCompanyId, setCreateDate, setExtension, setModifiedDate, setNumber, setPhoneId, setPrimary, setPrimaryKey, setTypeId, setUserId, setUserName
 
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.PhoneModel
getClassNameId, getClassPK, getCompanyId, getCreateDate, getExtension, getModifiedDate, getNumber, getPhoneId, getPrimary, getPrimaryKey, getTypeId, getUserId, getUserName, isPrimary, setClassNameId, setClassPK, setCompanyId, setCreateDate, setExtension, setModifiedDate, setNumber, setPhoneId, setPrimary, setPrimaryKey, setTypeId, setUserId, setUserName
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getPrimaryKeyObj, isNew, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Constructor Detail

PhoneImpl

public PhoneImpl()
Method Detail

getType

public com.liferay.portal.model.ListType getType()
Specified by:
getType in interface com.liferay.portal.model.Phone