com.liferay.portal.model
Interface Address

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

public interface Address
extends AddressModel

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 Address table in the database.

Customize com.liferay.portal.model.impl.AddressImpl and rerun the ServiceBuilder to generate the new methods.

Author:
Brian Wing Shun Chan
See Also:
AddressModel, AddressImpl, AddressModelImpl

Method Summary
 Country getCountry()
           
 Region getRegion()
           
 ListType getType()
           
 
Methods inherited from interface com.liferay.portal.model.AddressModel
getAddressId, getCity, getClassName, getClassNameId, getClassPK, getCompanyId, getCountryId, getCreateDate, getMailing, getModifiedDate, getPrimary, getPrimaryKey, getRegionId, getStreet1, getStreet2, getStreet3, getTypeId, getUserId, getUserName, getZip, isMailing, isPrimary, setAddressId, setCity, setClassNameId, setClassPK, setCompanyId, setCountryId, setCreateDate, setMailing, setModifiedDate, setPrimary, setPrimaryKey, setRegionId, setStreet1, setStreet2, setStreet3, setTypeId, setUserId, setUserName, setZip, 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

getRegion

Region getRegion()

getCountry

Country getCountry()

getType

ListType getType()