com.liferay.portal.model
Interface EmailAddress

All Superinterfaces:
BaseModel<EmailAddress>, java.lang.Cloneable, java.lang.Comparable<EmailAddress>, EmailAddressModel, java.io.Serializable
All Known Implementing Classes:
EmailAddressWrapper

public interface EmailAddress
extends EmailAddressModel

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

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

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

Author:
Brian Wing Shun Chan
See Also:
EmailAddressModel, EmailAddressImpl, EmailAddressModelImpl
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()