Example usage for com.liferay.portal.kernel.model CountryModel interface-usage

List of usage examples for com.liferay.portal.kernel.model CountryModel interface-usage

Introduction

In this page you can find the example usage for com.liferay.portal.kernel.model CountryModel interface-usage.

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