com.liferay.portal.model.impl
Class RegionBaseImpl
java.lang.Object
com.liferay.portal.model.impl.BaseModelImpl<Region>
com.liferay.portal.model.impl.RegionModelImpl
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.
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, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER |
Methods inherited from class com.liferay.portal.model.impl.RegionModelImpl |
clone, compareTo, equals, getActive, getColumnBitmask, getCountryId, getExpandoBridge, getModelClass, getModelClassName, getName, getOriginalActive, getOriginalCountryId, getPrimaryKey, getPrimaryKeyObj, getRegionCode, getRegionId, hashCode, isActive, resetOriginalValues, setActive, setCountryId, setExpandoBridgeAttributes, setName, setPrimaryKey, setPrimaryKeyObj, setRegionCode, setRegionId, toCacheModel, toEscapedModel, toModel, toModels, toString, toXmlString |
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, toXmlString |
RegionBaseImpl
public RegionBaseImpl()