com.liferay.portal.model
Interface EmailAddress

All Superinterfaces:
BaseModel, java.lang.Cloneable, java.lang.Comparable, EmailAddressModel, java.io.Serializable

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 com.liferay.portal.model.impl.EmailAddressImpl and rerun the ServiceBuilder to generate the new methods.

Author:
Brian Wing Shun Chan
See Also:
EmailAddressModel, EmailAddressImpl, EmailAddressModelImpl

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

Method Detail

getType

ListType getType()