com.liferay.portal.model
Interface Region

All Superinterfaces:
BaseModel<Region>, java.lang.Cloneable, java.lang.Comparable<Region>, RegionModel, java.io.Serializable
All Known Implementing Classes:
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.

Author:
Brian Wing Shun Chan
See Also:
RegionModel, RegionImpl, RegionModelImpl
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