Liferay 6.2-ce-ga5

com.liferay.portal.model
Interface Address

All Superinterfaces:
AddressModel, AttachedModel, AuditedModel, BaseModel<Address>, ClassedModel, Cloneable, Comparable<Address>, PersistedModel, Serializable, StagedAuditedModel, StagedModel, TypedModel
All Known Implementing Classes:
AddressBaseImpl, AddressImpl, AddressWrapper

@ProviderType
public interface Address
extends AddressModel, PersistedModel

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

See Also:
AddressModel, AddressImpl, AddressModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it 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, getUuid, getZip, hashCode, isCachedModel, isEscapedModel, isMailing, isNew, isPrimary, setAddressId, setCachedModel, setCity, setClassName, setClassNameId, setClassPK, setCompanyId, setCountryId, setCreateDate, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setMailing, setModifiedDate, setNew, setPrimary, setPrimaryKey, setPrimaryKeyObj, setRegionId, setStreet1, setStreet2, setStreet3, setTypeId, setUserId, setUserName, setUserUuid, setUuid, setZip, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.StagedModel
getStagedModelType
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 

Method Detail

getCountry

Country getCountry()

getRegion

Region getRegion()

getType

ListType getType()

Liferay 6.2-ce-ga5