Liferay 7.0-ce-b4

com.liferay.portal.model
Interface Region

All Superinterfaces:
BaseModel<Region>, ClassedModel, Cloneable, Comparable<Region>, MVCCModel, RegionModel, Serializable
All Known Implementing Classes:
RegionWrapper

@ProviderType
public interface Region
extends RegionModel

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

See Also:
RegionModel, RegionImpl, RegionModelImpl

Field Summary
static Accessor<Region,Long> REGION_ID_ACCESSOR
           
 
Method Summary
 
Methods inherited from interface com.liferay.portal.model.RegionModel
clone, compareTo, getActive, getCountryId, getExpandoBridge, getMvccVersion, getName, getPrimaryKey, getPrimaryKeyObj, getRegionCode, getRegionId, hashCode, isActive, isCachedModel, isEscapedModel, isNew, setActive, setCachedModel, setCountryId, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setMvccVersion, setName, setNew, setPrimaryKey, setPrimaryKeyObj, setRegionCode, setRegionId, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 

Field Detail

REGION_ID_ACCESSOR

static final Accessor<Region,Long> REGION_ID_ACCESSOR

Liferay 7.0-ce-b4