Liferay 6.0.3

com.liferay.portal.model
Interface EmailAddress

All Superinterfaces:
BaseModel<EmailAddress>, Cloneable, Comparable<EmailAddress>, EmailAddressModel, Serializable
All Known Implementing Classes:
EmailAddressImpl, EmailAddressWrapper

public interface EmailAddress
extends EmailAddressModel

This interface is a model that represents the EmailAddress table in the database.

Customize EmailAddressImpl and rerun the ServiceBuilder to generate the new methods.

See Also:
EmailAddressModel, EmailAddressImpl, EmailAddressModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Method Summary
 ListType getType()
           
 
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
 

Method Detail

getType

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

Liferay 6.0.3