Package com.liferay.portal.model.impl
Class CountryLocalizationBaseImpl
Object
com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.CountryLocalization>
com.liferay.portal.model.impl.CountryLocalizationModelImpl
com.liferay.portal.model.impl.CountryLocalizationBaseImpl
- All Implemented Interfaces:
com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.CountryLocalization>
,com.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.portal.kernel.model.CountryLocalization>
,com.liferay.portal.kernel.model.ClassedModel
,com.liferay.portal.kernel.model.CountryLocalization
,com.liferay.portal.kernel.model.CountryLocalizationModel
,com.liferay.portal.kernel.model.MVCCModel
,com.liferay.portal.kernel.model.ShardedModel
,Serializable
,Cloneable
,Comparable<com.liferay.portal.kernel.model.CountryLocalization>
- Direct Known Subclasses:
CountryLocalizationImpl
public abstract class CountryLocalizationBaseImpl
extends CountryLocalizationModelImpl
implements com.liferay.portal.kernel.model.CountryLocalization
The extended model base implementation for the CountryLocalization service. Represents a row in the "CountryLocalization" 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 CountryLocalizationImpl
.
- Author:
- Brian Wing Shun Chan
- See Also:
-
CountryLocalizationImpl
CountryLocalization
- Serialized Form
- {$generated.description}
-
Field Summary
Fields inherited from class com.liferay.portal.model.impl.CountryLocalizationModelImpl
COLUMN_BITMASK_ENABLED, COUNTRYID_COLUMN_BITMASK, COUNTRYLOCALIZATIONID_COLUMN_BITMASK, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LANGUAGEID_COLUMN_BITMASK, LOCK_EXPIRATION_TIME, ORDER_BY_JPQL, ORDER_BY_SQL, SESSION_FACTORY, TABLE_COLUMNS, TABLE_COLUMNS_MAP, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER
Fields inherited from interface com.liferay.portal.kernel.model.CountryLocalization
COUNTRY_LOCALIZATION_ID_ACCESSOR
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.liferay.portal.model.impl.CountryLocalizationModelImpl
clone, cloneWithOriginalValues, compareTo, equals, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getColumnBitmask, getColumnBitmask, getColumnOriginalValue, getColumnValue, getCompanyId, getCountryId, getCountryLocalizationId, getCtCollectionId, getExpandoBridge, getLanguageId, getModelAttributes, getModelClass, getModelClassName, getMvccVersion, getOriginalCountryId, getOriginalLanguageId, getPrimaryKey, getPrimaryKeyObj, getTitle, hashCode, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setCompanyId, setCountryId, setCountryLocalizationId, setCtCollectionId, setExpandoBridgeAttributes, setLanguageId, setModelAttributes, setMvccVersion, setPrimaryKey, setPrimaryKeyObj, setTitle, toCacheModel, toEscapedModel, toString
Methods inherited from class com.liferay.portal.kernel.model.impl.BaseModelImpl
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.liferay.portal.kernel.model.CountryLocalizationModel
cloneWithOriginalValues, getCompanyId, getCountryId, getCountryLocalizationId, getCtCollectionId, getLanguageId, getMvccVersion, getPrimaryKey, getTitle, setCompanyId, setCountryId, setCountryLocalizationId, setCtCollectionId, setLanguageId, setMvccVersion, setPrimaryKey, setTitle, toXmlString
-
Constructor Details
-
CountryLocalizationBaseImpl
public CountryLocalizationBaseImpl()
-