Liferay 6.0.3

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

This interface is a model that represents the Region table in the database.

Customize RegionImpl and rerun the ServiceBuilder to generate the new methods.

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.3