Liferay 6.1.2-ce-ga3

com.liferay.portal.model
Interface Region

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

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

Method Summary
 
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
 


Liferay 6.1.2-ce-ga3