Liferay 6.0.5

com.liferay.portal.model
Interface Country

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

public interface Country
extends CountryModel

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

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

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

See Also:
CountryModel, CountryImpl, CountryModelImpl
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.CountryModel
clone, compareTo, getA2, getA3, getActive, getCountryId, getExpandoBridge, getIdd, getName, getNumber, getPrimaryKey, getPrimaryKeyObj, hashCode, isActive, isCachedModel, isEscapedModel, isNew, setA2, setA3, setActive, setCachedModel, setCountryId, setEscapedModel, setExpandoBridgeAttributes, setIdd, setName, setNew, setNumber, setPrimaryKey, toEscapedModel, toString, toXmlString
 


Liferay 6.0.5