@ProviderType public interface CountryLocalizationModel extends BaseModel<CountryLocalization>, CTModel<CountryLocalization>, MVCCModel, ShardedModel
This interface and its corresponding implementation com.liferay.portal.model.impl.CountryLocalizationModelImpl
exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.portal.model.impl.CountryLocalizationImpl
.
CountryLocalization
Modifier and Type | Method and Description |
---|---|
CountryLocalization |
cloneWithOriginalValues() |
long |
getCompanyId()
Returns the company ID of this country localization.
|
long |
getCountryId()
Returns the country ID of this country localization.
|
long |
getCountryLocalizationId()
Returns the country localization ID of this country localization.
|
long |
getCtCollectionId()
Returns the ct collection ID of this country localization.
|
String |
getLanguageId()
Returns the language ID of this country localization.
|
long |
getMvccVersion()
Returns the mvcc version of this country localization.
|
long |
getPrimaryKey()
Returns the primary key of this country localization.
|
String |
getTitle()
Returns the title of this country localization.
|
void |
setCompanyId(long companyId)
Sets the company ID of this country localization.
|
void |
setCountryId(long countryId)
Sets the country ID of this country localization.
|
void |
setCountryLocalizationId(long countryLocalizationId)
Sets the country localization ID of this country localization.
|
void |
setCtCollectionId(long ctCollectionId)
Sets the ct collection ID of this country localization.
|
void |
setLanguageId(String languageId)
Sets the language ID of this country localization.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this country localization.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this country localization.
|
void |
setTitle(String title)
Sets the title of this country localization.
|
default String |
toXmlString() |
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
getModelClass, getModelClassName
long getPrimaryKey()
getPrimaryKey
in interface CTModel<CountryLocalization>
void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface CTModel<CountryLocalization>
primaryKey
- the primary key of this country localizationlong getMvccVersion()
getMvccVersion
in interface MVCCModel
void setMvccVersion(long mvccVersion)
setMvccVersion
in interface MVCCModel
mvccVersion
- the mvcc version of this country localizationlong getCtCollectionId()
getCtCollectionId
in interface CTModel<CountryLocalization>
void setCtCollectionId(long ctCollectionId)
setCtCollectionId
in interface CTModel<CountryLocalization>
ctCollectionId
- the ct collection ID of this country localizationlong getCountryLocalizationId()
void setCountryLocalizationId(long countryLocalizationId)
countryLocalizationId
- the country localization ID of this country localizationlong getCompanyId()
getCompanyId
in interface ShardedModel
void setCompanyId(long companyId)
setCompanyId
in interface ShardedModel
companyId
- the company ID of this country localizationlong getCountryId()
void setCountryId(long countryId)
countryId
- the country ID of this country localization@AutoEscape String getLanguageId()
void setLanguageId(String languageId)
languageId
- the language ID of this country localization@AutoEscape String getTitle()
void setTitle(String title)
title
- the title of this country localizationCountryLocalization cloneWithOriginalValues()
cloneWithOriginalValues
in interface BaseModel<CountryLocalization>
default String toXmlString()