com.liferay.portal.model.impl
Class EmailAddressImpl

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

public class EmailAddressImpl
extends EmailAddressModelImpl
implements com.liferay.portal.model.EmailAddress

View Source

Author:
Brian Wing Shun Chan
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portal.model.impl.EmailAddressModelImpl
CACHE_ENABLED, DATA_SOURCE, LOCK_EXPIRATION_TIME, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER
 
Constructor Summary
EmailAddressImpl()
           
 
Method Summary
 com.liferay.portal.model.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, hashCode, isPrimary, setAddress, setClassNameId, setClassPK, setCompanyId, setCreateDate, setEmailAddressId, setModifiedDate, setPrimary, setPrimaryKey, setTypeId, setUserId, setUserName, toEscapedModel, toModel, toModels
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
isEscapedModel, isNew, setEscapedModel, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.portal.model.EmailAddressModel
getAddress, getClassName, getClassNameId, getClassPK, getCompanyId, getCreateDate, getEmailAddressId, getModifiedDate, getPrimary, getPrimaryKey, getTypeId, getUserId, getUserName, isPrimary, setAddress, setClassNameId, setClassPK, setCompanyId, setCreateDate, setEmailAddressId, setModifiedDate, setPrimary, setPrimaryKey, setTypeId, setUserId, setUserName, toEscapedModel
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isEscapedModel, isNew, setEscapedModel, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Constructor Detail

EmailAddressImpl

public EmailAddressImpl()
Method Detail

getType

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