Liferay 6.0.5

com.liferay.portal.model.impl
Class AddressImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<Address>
      extended by com.liferay.portal.model.impl.AddressModelImpl
          extended by com.liferay.portal.model.impl.AddressImpl
All Implemented Interfaces:
Address, AddressModel, BaseModel<Address>, Serializable, Cloneable, Comparable<Address>

public class AddressImpl
extends AddressModelImpl
implements Address

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portal.model.impl.AddressModelImpl
DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, ORDER_BY_JPQL, ORDER_BY_SQL, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER
 
Constructor Summary
AddressImpl()
           
 
Method Summary
 Country getCountry()
           
 Region getRegion()
           
 ListType getType()
           
 
Methods inherited from class com.liferay.portal.model.impl.AddressModelImpl
clone, compareTo, equals, getAddressId, getCity, getClassName, getClassNameId, getClassPK, getCompanyId, getCountryId, getCreateDate, getExpandoBridge, getMailing, getModifiedDate, getPrimary, getPrimaryKey, getPrimaryKeyObj, getRegionId, getStreet1, getStreet2, getStreet3, getTypeId, getUserId, getUserName, getUserUuid, getZip, hashCode, isMailing, isPrimary, setAddressId, setCity, setClassNameId, setClassPK, setCompanyId, setCountryId, setCreateDate, setExpandoBridgeAttributes, setMailing, setModifiedDate, setPrimary, setPrimaryKey, setRegionId, setStreet1, setStreet2, setStreet3, setTypeId, setUserId, setUserName, setUserUuid, setZip, toEscapedModel, toModel, toModels, toString, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
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
 

Constructor Detail

AddressImpl

public AddressImpl()
Method Detail

getRegion

public Region getRegion()
Specified by:
getRegion in interface Address

getCountry

public Country getCountry()
Specified by:
getCountry in interface Address

getType

public ListType getType()
Specified by:
getType in interface Address

Liferay 6.0.5