com.liferay.portal.model
Interface Region
- All Superinterfaces:
- BaseModel, java.lang.Cloneable, java.lang.Comparable, RegionModel, java.io.Serializable
- public interface Region
- extends RegionModel
View Source
ServiceBuilder generated this class. Modifications in this class will be overwritten
the next time is generated.
This interface is a model that represents the Region table in the
database.
Customize com.liferay.portal.service.model.impl.RegionImpl and rerun
the ServiceBuilder to generate the new methods.
- Author:
- Brian Wing Shun Chan
- See Also:
com.liferay.portal.service.model.RegionModel,
com.liferay.portal.service.model.impl.RegionImpl,
com.liferay.portal.service.model.impl.RegionModelImpl
| Methods inherited from interface com.liferay.portal.model.RegionModel |
getActive, getCountryId, getName, getPrimaryKey, getRegionCode, getRegionId, isActive, setActive, setCountryId, setName, setPrimaryKey, setRegionCode, setRegionId |
| Methods inherited from interface java.lang.Comparable |
compareTo |