Liferay 6.1.2-ce-ga3

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.AddressBaseImpl
              extended by com.liferay.portal.model.impl.AddressImpl
All Implemented Interfaces:
Address, AddressModel, AttachedModel, AuditedModel, BaseModel<Address>, ClassedModel, PersistedModel, Serializable, Cloneable, Comparable<Address>

public class AddressImpl
extends AddressBaseImpl

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portal.model.impl.AddressModelImpl
CLASSNAMEID_COLUMN_BITMASK, CLASSPK_COLUMN_BITMASK, COLUMN_BITMASK_ENABLED, COMPANYID_COLUMN_BITMASK, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, MAILING_COLUMN_BITMASK, ORDER_BY_JPQL, ORDER_BY_SQL, PRIMARY_COLUMN_BITMASK, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER, USERID_COLUMN_BITMASK
 
Constructor Summary
AddressImpl()
           
 
Method Summary
 Country getCountry()
           
 Region getRegion()
           
 ListType getType()
           
 
Methods inherited from class com.liferay.portal.model.impl.AddressBaseImpl
persist
 
Methods inherited from class com.liferay.portal.model.impl.AddressModelImpl
clone, compareTo, equals, getAddressId, getCity, getClassName, getClassNameId, getClassPK, getColumnBitmask, getCompanyId, getCountryId, getCreateDate, getExpandoBridge, getMailing, getModelAttributes, getModelClass, getModelClassName, getModifiedDate, getOriginalClassNameId, getOriginalClassPK, getOriginalCompanyId, getOriginalMailing, getOriginalPrimary, getOriginalUserId, getPrimary, getPrimaryKey, getPrimaryKeyObj, getRegionId, getStreet1, getStreet2, getStreet3, getTypeId, getUserId, getUserName, getUserUuid, getZip, hashCode, isMailing, isPrimary, resetOriginalValues, setAddressId, setCity, setClassName, setClassNameId, setClassPK, setCompanyId, setCountryId, setCreateDate, setExpandoBridgeAttributes, setMailing, setModelAttributes, setModifiedDate, setPrimary, setPrimaryKey, setPrimaryKeyObj, setRegionId, setStreet1, setStreet2, setStreet3, setTypeId, setUserId, setUserName, setUserUuid, setZip, toCacheModel, toEscapedModel, toModel, toModels, toString, toUnescapedModel, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, 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, setClassName, setClassNameId, setClassPK, setCompanyId, setCountryId, setCreateDate, setExpandoBridgeAttributes, setMailing, setModifiedDate, setNew, setPrimary, setPrimaryKey, setPrimaryKeyObj, setRegionId, setStreet1, setStreet2, setStreet3, setTypeId, setUserId, setUserName, setUserUuid, 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.ClassedModel
getModelClass, getModelClassName
 

Constructor Detail

AddressImpl

public AddressImpl()
Method Detail

getCountry

public Country getCountry()

getRegion

public Region getRegion()

getType

public ListType getType()

Liferay 6.1.2-ce-ga3