Liferay 6.2-ce-ga5

com.liferay.portal.model.impl
Class RegionBaseImpl

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
All Implemented Interfaces:
BaseModel<Region>, ClassedModel, Region, RegionModel, Serializable, Cloneable, Comparable<Region>
Direct Known Subclasses:
RegionImpl

public abstract class RegionBaseImpl
extends RegionModelImpl
implements Region

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

This class exists only as a container for the default extended model level methods generated by ServiceBuilder. Helper methods and all application logic should be put in RegionImpl.

See Also:
RegionImpl, Region, Serialized Form
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

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, NAME_COLUMN_BITMASK, 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
RegionBaseImpl()
           
 
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, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel
 
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, setExpandoBridgeAttributes, 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

RegionBaseImpl

public RegionBaseImpl()

Liferay 6.2-ce-ga5