|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.liferay.portal.model.impl.BaseModelImpl<Country> com.liferay.portal.model.impl.CountryModelImpl com.liferay.portal.model.impl.CountryBaseImpl
public abstract class CountryBaseImpl
The extended model base implementation for the Country service. Represents a row in the "Country" database table, with each column mapped to a property of this class.
This class exists only as a container for the default extended model level methods generated by ServiceBuilder. Helper methods and all application logic should be put in CountryImpl
.
CountryImpl
,
Country
,
Serialized FormField Summary |
---|
Fields inherited from class com.liferay.portal.model.impl.CountryModelImpl |
---|
A2_COLUMN_BITMASK, A3_COLUMN_BITMASK, ACTIVE_COLUMN_BITMASK, COLUMN_BITMASK_ENABLED, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, NAME_COLUMN_BITMASK, ORDER_BY_JPQL, ORDER_BY_SQL, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER |
Constructor Summary | |
---|---|
CountryBaseImpl()
|
Method Summary |
---|
Methods inherited from class com.liferay.portal.model.impl.CountryModelImpl |
---|
clone, compareTo, equals, getA2, getA3, getActive, getColumnBitmask, getCountryId, getExpandoBridge, getIdd, getModelAttributes, getModelClass, getModelClassName, getName, getNumber, getOriginalA2, getOriginalA3, getOriginalActive, getOriginalName, getPrimaryKey, getPrimaryKeyObj, getZipRequired, hashCode, isActive, isZipRequired, resetOriginalValues, setA2, setA3, setActive, setCountryId, setExpandoBridgeAttributes, setIdd, setModelAttributes, setName, setNumber, setPrimaryKey, setPrimaryKeyObj, setZipRequired, toCacheModel, toEscapedModel, toModel, toModels, toString, toUnescapedModel, toXmlString |
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl |
---|
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setNew |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
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 |
Constructor Detail |
---|
public CountryBaseImpl()
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |