Liferay 6.1.2-ce-ga3

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.EmailAddressBaseImpl
              extended by com.liferay.portal.model.impl.EmailAddressImpl
All Implemented Interfaces:
AttachedModel, AuditedModel, BaseModel<EmailAddress>, ClassedModel, EmailAddress, EmailAddressModel, PersistedModel, Serializable, Cloneable, Comparable<EmailAddress>

public class EmailAddressImpl
extends EmailAddressBaseImpl

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portal.model.impl.EmailAddressModelImpl
CLASSNAMEID_COLUMN_BITMASK, CLASSPK_COLUMN_BITMASK, COLUMN_BITMASK_ENABLED, COMPANYID_COLUMN_BITMASK, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, ORDER_BY_JPQL, ORDER_BY_SQL, PRIMARY_COLUMN_BITMASK, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER, USERID_COLUMN_BITMASK
 
Constructor Summary
EmailAddressImpl()
           
 
Method Summary
 ListType getType()
           
 
Methods inherited from class com.liferay.portal.model.impl.EmailAddressBaseImpl
persist
 
Methods inherited from class com.liferay.portal.model.impl.EmailAddressModelImpl
clone, compareTo, equals, getAddress, getClassName, getClassNameId, getClassPK, getColumnBitmask, getCompanyId, getCreateDate, getEmailAddressId, getExpandoBridge, getModelAttributes, getModelClass, getModelClassName, getModifiedDate, getOriginalClassNameId, getOriginalClassPK, getOriginalCompanyId, getOriginalPrimary, getOriginalUserId, getPrimary, getPrimaryKey, getPrimaryKeyObj, getTypeId, getUserId, getUserName, getUserUuid, hashCode, isPrimary, resetOriginalValues, setAddress, setClassName, setClassNameId, setClassPK, setCompanyId, setCreateDate, setEmailAddressId, setExpandoBridgeAttributes, setModelAttributes, setModifiedDate, setPrimary, setPrimaryKey, setPrimaryKeyObj, setTypeId, setUserId, setUserName, setUserUuid, toCacheModel, toEscapedModel, toModel, toModels, toString, toUnescapedModel, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, 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, setClassName, setClassNameId, setClassPK, setCompanyId, setCreateDate, setEmailAddressId, setExpandoBridgeAttributes, setModifiedDate, setNew, setPrimary, setPrimaryKey, setPrimaryKeyObj, setTypeId, setUserId, setUserName, setUserUuid, 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
 

Constructor Detail

EmailAddressImpl

public EmailAddressImpl()
Method Detail

getType

public ListType getType()
                 throws PortalException,
                        SystemException
Throws:
PortalException
SystemException

Liferay 6.1.2-ce-ga3