List of usage examples for com.liferay.portal.kernel.model CountryModel interface-usage
From source file com.liferay.blade.samples.jdbcservicebuilder.model.Country.java
/**
* 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.
*
* @author Brian Wing Shun Chan
* @see CountryModel
* @see com.liferay.blade.samples.jdbcservicebuilder.model.impl.CountryImpl