Liferay 6.1.2-ce-ga3

com.liferay.portal.model
Interface Country

All Superinterfaces:
BaseModel<Country>, ClassedModel, Cloneable, Comparable<Country>, CountryModel, Serializable
All Known Implementing Classes:
CountryWrapper

public interface Country
extends CountryModel

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

See Also:
CountryModel, CountryImpl, CountryModelImpl

Method Summary
 
Methods inherited from interface com.liferay.portal.model.CountryModel
clone, compareTo, getA2, getA3, getActive, getCountryId, getExpandoBridge, getIdd, getName, getNumber, getPrimaryKey, getPrimaryKeyObj, getZipRequired, hashCode, isActive, isCachedModel, isEscapedModel, isNew, isZipRequired, setA2, setA3, setActive, setCachedModel, setCountryId, setExpandoBridgeAttributes, setIdd, setName, setNew, setNumber, setPrimaryKey, setPrimaryKeyObj, setZipRequired, 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.1.2-ce-ga3