Liferay 6.0.5

com.liferay.portal.model.impl
Class PhoneImpl

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

public class PhoneImpl
extends PhoneModelImpl
implements Phone

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portal.model.impl.PhoneModelImpl
DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, ORDER_BY_JPQL, ORDER_BY_SQL, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER
 
Constructor Summary
PhoneImpl()
           
 
Method Summary
 ListType getType()
           
 
Methods inherited from class com.liferay.portal.model.impl.PhoneModelImpl
clone, compareTo, equals, getClassName, getClassNameId, getClassPK, getCompanyId, getCreateDate, getExpandoBridge, getExtension, getModifiedDate, getNumber, getPhoneId, getPrimary, getPrimaryKey, getPrimaryKeyObj, getTypeId, getUserId, getUserName, getUserUuid, hashCode, isPrimary, setClassNameId, setClassPK, setCompanyId, setCreateDate, setExpandoBridgeAttributes, setExtension, setModifiedDate, setNumber, setPhoneId, setPrimary, setPrimaryKey, setTypeId, setUserId, setUserName, setUserUuid, toEscapedModel, toModel, toModels, toString, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.liferay.portal.model.PhoneModel
clone, compareTo, getClassName, getClassNameId, getClassPK, getCompanyId, getCreateDate, getExpandoBridge, getExtension, getModifiedDate, getNumber, getPhoneId, getPrimary, getPrimaryKey, getPrimaryKeyObj, getTypeId, getUserId, getUserName, getUserUuid, hashCode, isCachedModel, isEscapedModel, isNew, isPrimary, setCachedModel, setClassNameId, setClassPK, setCompanyId, setCreateDate, setEscapedModel, setExpandoBridgeAttributes, setExtension, setModifiedDate, setNew, setNumber, setPhoneId, setPrimary, setPrimaryKey, setTypeId, setUserId, setUserName, setUserUuid, toEscapedModel, toString, toXmlString
 

Constructor Detail

PhoneImpl

public PhoneImpl()
Method Detail

getType

public ListType getType()
                 throws PortalException,
                        SystemException
Specified by:
getType in interface Phone
Throws:
PortalException
SystemException

Liferay 6.0.5