Liferay 6.0.5

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

public class RegionImpl
extends RegionModelImpl
implements Region

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portal.model.impl.RegionModelImpl
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
RegionImpl()
           
 
Method Summary
 
Methods inherited from class com.liferay.portal.model.impl.RegionModelImpl
clone, compareTo, equals, getActive, getCountryId, getExpandoBridge, getName, getPrimaryKey, getPrimaryKeyObj, getRegionCode, getRegionId, hashCode, isActive, setActive, setCountryId, setExpandoBridgeAttributes, setName, setPrimaryKey, setRegionCode, setRegionId, 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.RegionModel
clone, compareTo, getActive, getCountryId, getExpandoBridge, getName, getPrimaryKey, getPrimaryKeyObj, getRegionCode, getRegionId, hashCode, isActive, isCachedModel, isEscapedModel, isNew, setActive, setCachedModel, setCountryId, setEscapedModel, setExpandoBridgeAttributes, setName, setNew, setPrimaryKey, setRegionCode, setRegionId, toEscapedModel, toString, toXmlString
 

Constructor Detail

RegionImpl

public RegionImpl()

Liferay 6.0.5