Liferay 6.0.5

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

The model interface for the EmailAddress service. Represents a row in the "EmailAddress" database table, with each column mapped to a property of this class.

Never modify this interface directly. Add methods to EmailAddressImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.

Never reference this interface directly. All methods that expect a email address model instance should use the EmailAddress interface instead.

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.5