com.liferay.portal.model
Interface Country

All Superinterfaces:
BaseModel, java.lang.Cloneable, java.lang.Comparable, CountryModel, java.io.Serializable

public interface Country
extends CountryModel

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 Country table in the database.

Customize com.liferay.portal.model.impl.CountryImpl and rerun the ServiceBuilder to generate the new methods.

Author:
Brian Wing Shun Chan
See Also:
CountryModel, CountryImpl, CountryModelImpl

Method Summary
 
Methods inherited from interface com.liferay.portal.model.CountryModel
getA2, getA3, getActive, getCountryId, getIdd, getName, getNumber, getPrimaryKey, isActive, setA2, setA3, setActive, setCountryId, setIdd, setName, setNumber, setPrimaryKey, toEscapedModel
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isEscapedModel, isNew, setEscapedModel, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo