Liferay 6.0.5

com.liferay.portal.model
Interface Region

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

public interface Region
extends RegionModel

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

Never modify this interface directly. Add methods to RegionImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.

Never reference this interface directly. All methods that expect a region model instance should use the Region interface instead.

See Also:
RegionModel, RegionImpl, RegionModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time 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, setEscapedModel, setExpandoBridgeAttributes, setName, setNew, setPrimaryKey, setRegionCode, setRegionId, toEscapedModel, toString, toXmlString
 


Liferay 6.0.5