Liferay 6.0.5

com.liferay.portal.model.impl
Class EmailAddressImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<EmailAddress>
      extended by com.liferay.portal.model.impl.EmailAddressModelImpl
          extended by com.liferay.portal.model.impl.EmailAddressImpl
All Implemented Interfaces:
BaseModel<EmailAddress>, EmailAddress, EmailAddressModel, Serializable, Cloneable, Comparable<EmailAddress>

public class EmailAddressImpl
extends EmailAddressModelImpl
implements EmailAddress

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portal.model.impl.EmailAddressModelImpl
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
EmailAddressImpl()
           
 
Method Summary
 ListType getType()
           
 
Methods inherited from class com.liferay.portal.model.impl.EmailAddressModelImpl
clone, compareTo, equals, getAddress, getClassName, getClassNameId, getClassPK, getCompanyId, getCreateDate, getEmailAddressId, getExpandoBridge, getModifiedDate, getPrimary, getPrimaryKey, getPrimaryKeyObj, getTypeId, getUserId, getUserName, getUserUuid, hashCode, isPrimary, setAddress, setClassNameId, setClassPK, setCompanyId, setCreateDate, setEmailAddressId, setExpandoBridgeAttributes, setModifiedDate, 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.EmailAddressModel
clone, compareTo, getAddress, getClassName, getClassNameId, getClassPK, getCompanyId, getCreateDate, getEmailAddressId, getExpandoBridge, getModifiedDate, getPrimary, getPrimaryKey, getPrimaryKeyObj, getTypeId, getUserId, getUserName, getUserUuid, hashCode, isCachedModel, isEscapedModel, isNew, isPrimary, setAddress, setCachedModel, setClassNameId, setClassPK, setCompanyId, setCreateDate, setEmailAddressId, setEscapedModel, setExpandoBridgeAttributes, setModifiedDate, setNew, setPrimary, setPrimaryKey, setTypeId, setUserId, setUserName, setUserUuid, toEscapedModel, toString, toXmlString
 

Constructor Detail

EmailAddressImpl

public EmailAddressImpl()
Method Detail

getType

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

Liferay 6.0.5