Liferay 6.0.5

com.liferay.portal.model
Interface Address

All Superinterfaces:
AddressModel, BaseModel<Address>, Cloneable, Comparable<Address>, Serializable
All Known Implementing Classes:
AddressImpl, AddressWrapper

public interface Address
extends AddressModel

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

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

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

See Also:
AddressModel, AddressImpl, AddressModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is 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()

Liferay 6.0.5