Liferay 6.1.2-ce-ga3

com.liferay.portal.model.impl
Class RegionImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<Region>
      extended by com.liferay.portal.model.impl.RegionModelImpl
          extended by com.liferay.portal.model.impl.RegionBaseImpl
              extended by com.liferay.portal.model.impl.RegionImpl
All Implemented Interfaces:
BaseModel<Region>, ClassedModel, Region, RegionModel, Serializable, Cloneable, Comparable<Region>

public class RegionImpl
extends RegionBaseImpl

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portal.model.impl.RegionModelImpl
ACTIVE_COLUMN_BITMASK, COLUMN_BITMASK_ENABLED, COUNTRYID_COLUMN_BITMASK, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, ORDER_BY_JPQL, ORDER_BY_SQL, REGIONCODE_COLUMN_BITMASK, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER
 
Constructor Summary
RegionImpl()
           
 
Method Summary
 
Methods inherited from class com.liferay.portal.model.impl.RegionModelImpl
clone, compareTo, equals, getActive, getColumnBitmask, getCountryId, getExpandoBridge, getModelAttributes, getModelClass, getModelClassName, getName, getOriginalActive, getOriginalCountryId, getOriginalRegionCode, getPrimaryKey, getPrimaryKeyObj, getRegionCode, getRegionId, hashCode, isActive, resetOriginalValues, setActive, setCountryId, setExpandoBridgeAttributes, setModelAttributes, setName, setPrimaryKey, setPrimaryKeyObj, setRegionCode, setRegionId, 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.RegionModel
clone, compareTo, getActive, getCountryId, getExpandoBridge, getName, getPrimaryKey, getPrimaryKeyObj, getRegionCode, getRegionId, hashCode, isActive, isCachedModel, isEscapedModel, isNew, setActive, setCachedModel, setCountryId, setExpandoBridgeAttributes, setName, setNew, setPrimaryKey, setPrimaryKeyObj, setRegionCode, setRegionId, 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

RegionImpl

public RegionImpl()

Liferay 6.1.2-ce-ga3