Liferay 6.2-ce-ga5

com.liferay.portal.model
Interface Region

All Superinterfaces:
BaseModel<Region>, ClassedModel, Cloneable, Comparable<Region>, RegionModel, Serializable
All Known Implementing Classes:
RegionBaseImpl, RegionImpl, 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
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

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, 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
 


Liferay 6.2-ce-ga5