com.liferay.portal.model
Interface Address

All Superinterfaces:
AddressModel, BaseModel<Address>, java.lang.Cloneable, java.lang.Comparable<Address>, java.io.Serializable
All Known Implementing Classes:
AddressWrapper

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 AddressImpl and rerun the ServiceBuilder to generate the new methods.

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

Method Summary
 Country getCountry()
           
 Region getRegion()
           
 ListType getType()
           
 
Methods inherited from interface com.liferay.portal.model.AddressModel
clone, compareTo, getAddressId, getCity, getClassName, getClassNameId, getClassPK, getCompanyId, getCountryId, getCreateDate, getExpandoBridge, getMailing, getModifiedDate, getPrimary, getPrimaryKey, getPrimaryKeyObj, getRegionId, getStreet1, getStreet2, getStreet3, getTypeId, getUserId, getUserName, getUserUuid, getZip, hashCode, isCachedModel, isEscapedModel, isMailing, isNew, isPrimary, setAddressId, setCachedModel, setCity, setClassNameId, setClassPK, setCompanyId, setCountryId, setCreateDate, setEscapedModel, setExpandoBridgeAttributes, setMailing, setModifiedDate, setNew, setPrimary, setPrimaryKey, setRegionId, setStreet1, setStreet2, setStreet3, setTypeId, setUserId, setUserName, setUserUuid, setZip, toEscapedModel, toString, toXmlString
 

Method Detail

getRegion

Region getRegion()

getCountry

Country getCountry()

getType

ListType getType()