public class CPTaxCategoryWrapper extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CPTaxCategory> implements CPTaxCategory, com.liferay.portal.kernel.model.ModelWrapper<CPTaxCategory>
This class is a wrapper for CPTaxCategory.
CPTaxCategory,
Serialized FormCP_TAX_CATEGORY_ID_ACCESSOR| Constructor and Description |
|---|
CPTaxCategoryWrapper(CPTaxCategory cpTaxCategory) |
| Modifier and Type | Method and Description |
|---|---|
CPTaxCategory |
cloneWithOriginalValues() |
java.util.Map<java.lang.String,java.util.function.Function<CPTaxCategory,java.lang.Object>> |
getAttributeGetterFunctions() |
java.util.Map<java.lang.String,java.util.function.BiConsumer<CPTaxCategory,java.lang.Object>> |
getAttributeSetterBiConsumers() |
java.lang.String[] |
getAvailableLanguageIds() |
long |
getCompanyId()
Returns the company ID of this cp tax category.
|
long |
getCPTaxCategoryId()
Returns the cp tax category ID of this cp tax category.
|
java.util.Date |
getCreateDate()
Returns the create date of this cp tax category.
|
long |
getCtCollectionId()
Returns the ct collection ID of this cp tax category.
|
java.lang.String |
getDefaultLanguageId() |
java.lang.String |
getDescription()
Returns the description of this cp tax category.
|
java.lang.String |
getDescription(java.util.Locale locale)
Returns the localized description of this cp tax category in the language.
|
java.lang.String |
getDescription(java.util.Locale locale,
boolean useDefault)
Returns the localized description of this cp tax category in the language, optionally using the default language if no localization exists for the requested language.
|
java.lang.String |
getDescription(java.lang.String languageId)
Returns the localized description of this cp tax category in the language.
|
java.lang.String |
getDescription(java.lang.String languageId,
boolean useDefault)
Returns the localized description of this cp tax category in the language, optionally using the default language if no localization exists for the requested language.
|
java.lang.String |
getDescriptionCurrentLanguageId() |
java.lang.String |
getDescriptionCurrentValue() |
java.util.Map<java.util.Locale,java.lang.String> |
getDescriptionMap()
Returns a map of the locales and localized descriptions of this cp tax category.
|
java.lang.String |
getExternalReferenceCode()
Returns the external reference code of this cp tax category.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.util.Date |
getModifiedDate()
Returns the modified date of this cp tax category.
|
long |
getMvccVersion()
Returns the mvcc version of this cp tax category.
|
java.lang.String |
getName()
Returns the name of this cp tax category.
|
java.lang.String |
getName(java.util.Locale locale)
Returns the localized name of this cp tax category in the language.
|
java.lang.String |
getName(java.util.Locale locale,
boolean useDefault)
Returns the localized name of this cp tax category in the language, optionally using the default language if no localization exists for the requested language.
|
java.lang.String |
getName(java.lang.String languageId)
Returns the localized name of this cp tax category in the language.
|
java.lang.String |
getName(java.lang.String languageId,
boolean useDefault)
Returns the localized name of this cp tax category in the language, optionally using the default language if no localization exists for the requested language.
|
java.lang.String |
getNameCurrentLanguageId() |
java.lang.String |
getNameCurrentValue() |
java.util.Map<java.util.Locale,java.lang.String> |
getNameMap()
Returns a map of the locales and localized names of this cp tax category.
|
long |
getPrimaryKey()
Returns the primary key of this cp tax category.
|
com.liferay.exportimport.kernel.lar.StagedModelType |
getStagedModelType() |
long |
getUserId()
Returns the user ID of this cp tax category.
|
java.lang.String |
getUserName()
Returns the user name of this cp tax category.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this cp tax category.
|
java.lang.String |
getUuid()
Returns the uuid of this cp tax category.
|
void |
persist() |
void |
prepareLocalizedFieldsForImport() |
void |
prepareLocalizedFieldsForImport(java.util.Locale defaultImportLocale) |
void |
setCompanyId(long companyId)
Sets the company ID of this cp tax category.
|
void |
setCPTaxCategoryId(long CPTaxCategoryId)
Sets the cp tax category ID of this cp tax category.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this cp tax category.
|
void |
setCtCollectionId(long ctCollectionId)
Sets the ct collection ID of this cp tax category.
|
void |
setDescription(java.lang.String description)
Sets the description of this cp tax category.
|
void |
setDescription(java.lang.String description,
java.util.Locale locale)
Sets the localized description of this cp tax category in the language.
|
void |
setDescription(java.lang.String description,
java.util.Locale locale,
java.util.Locale defaultLocale)
Sets the localized description of this cp tax category in the language, and sets the default locale.
|
void |
setDescriptionCurrentLanguageId(java.lang.String languageId) |
void |
setDescriptionMap(java.util.Map<java.util.Locale,java.lang.String> descriptionMap)
Sets the localized descriptions of this cp tax category from the map of locales and localized descriptions.
|
void |
setDescriptionMap(java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
java.util.Locale defaultLocale)
Sets the localized descriptions of this cp tax category from the map of locales and localized descriptions, and sets the default locale.
|
void |
setExternalReferenceCode(java.lang.String externalReferenceCode)
Sets the external reference code of this cp tax category.
|
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this cp tax category.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this cp tax category.
|
void |
setName(java.lang.String name)
Sets the name of this cp tax category.
|
void |
setName(java.lang.String name,
java.util.Locale locale)
Sets the localized name of this cp tax category in the language.
|
void |
setName(java.lang.String name,
java.util.Locale locale,
java.util.Locale defaultLocale)
Sets the localized name of this cp tax category in the language, and sets the default locale.
|
void |
setNameCurrentLanguageId(java.lang.String languageId) |
void |
setNameMap(java.util.Map<java.util.Locale,java.lang.String> nameMap)
Sets the localized names of this cp tax category from the map of locales and localized names.
|
void |
setNameMap(java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.util.Locale defaultLocale)
Sets the localized names of this cp tax category from the map of locales and localized names, and sets the default locale.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this cp tax category.
|
void |
setUserId(long userId)
Sets the user ID of this cp tax category.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this cp tax category.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this cp tax category.
|
void |
setUuid(java.lang.String uuid)
Sets the uuid of this cp tax category.
|
java.lang.String |
toXmlString() |
protected CPTaxCategoryWrapper |
wrap(CPTaxCategory cpTaxCategory) |
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModelfinalize, getClass, notify, notifyAll, wait, wait, waitclone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelpublic CPTaxCategoryWrapper(CPTaxCategory cpTaxCategory)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<CPTaxCategory>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<CPTaxCategory>public CPTaxCategory cloneWithOriginalValues()
cloneWithOriginalValues in interface CPTaxCategoryModelcloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<CPTaxCategory>public java.lang.String[] getAvailableLanguageIds()
getAvailableLanguageIds in interface CPTaxCategoryModelgetAvailableLanguageIds in interface com.liferay.portal.kernel.model.LocalizedModelpublic long getCompanyId()
getCompanyId in interface CPTaxCategoryModelgetCompanyId in interface com.liferay.portal.kernel.model.AuditedModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelgetCompanyId in interface com.liferay.portal.kernel.model.StagedModelpublic long getCPTaxCategoryId()
getCPTaxCategoryId in interface CPTaxCategoryModelpublic java.util.Date getCreateDate()
getCreateDate in interface CPTaxCategoryModelgetCreateDate in interface com.liferay.portal.kernel.model.AuditedModelgetCreateDate in interface com.liferay.portal.kernel.model.StagedModelpublic long getCtCollectionId()
getCtCollectionId in interface CPTaxCategoryModelgetCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<CPTaxCategory>public java.lang.String getDefaultLanguageId()
getDefaultLanguageId in interface CPTaxCategoryModelgetDefaultLanguageId in interface com.liferay.portal.kernel.model.LocalizedModelpublic java.lang.String getDescription()
getDescription in interface CPTaxCategoryModelpublic java.lang.String getDescription(java.util.Locale locale)
getDescription in interface CPTaxCategoryModellocale - the locale of the languagepublic java.lang.String getDescription(java.util.Locale locale,
boolean useDefault)
getDescription in interface CPTaxCategoryModellocale - the local of the languageuseDefault - whether to use the default language if no localization exists for the requested languageuseDefault is false and no localization exists for the requested language, an empty string will be returned.public java.lang.String getDescription(java.lang.String languageId)
getDescription in interface CPTaxCategoryModellanguageId - the ID of the languagepublic java.lang.String getDescription(java.lang.String languageId,
boolean useDefault)
getDescription in interface CPTaxCategoryModellanguageId - the ID of the languageuseDefault - whether to use the default language if no localization exists for the requested languagepublic java.lang.String getDescriptionCurrentLanguageId()
getDescriptionCurrentLanguageId in interface CPTaxCategoryModelpublic java.lang.String getDescriptionCurrentValue()
getDescriptionCurrentValue in interface CPTaxCategoryModelpublic java.util.Map<java.util.Locale,java.lang.String> getDescriptionMap()
getDescriptionMap in interface CPTaxCategoryModelpublic java.lang.String getExternalReferenceCode()
getExternalReferenceCode in interface CPTaxCategoryModelpublic java.util.Date getModifiedDate()
getModifiedDate in interface CPTaxCategoryModelgetModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelgetModifiedDate in interface com.liferay.portal.kernel.model.StagedModelpublic long getMvccVersion()
getMvccVersion in interface CPTaxCategoryModelgetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelpublic java.lang.String getName()
getName in interface CPTaxCategoryModelpublic java.lang.String getName(java.util.Locale locale)
getName in interface CPTaxCategoryModellocale - the locale of the languagepublic java.lang.String getName(java.util.Locale locale,
boolean useDefault)
getName in interface CPTaxCategoryModellocale - the local of the languageuseDefault - whether to use the default language if no localization exists for the requested languageuseDefault is false and no localization exists for the requested language, an empty string will be returned.public java.lang.String getName(java.lang.String languageId)
getName in interface CPTaxCategoryModellanguageId - the ID of the languagepublic java.lang.String getName(java.lang.String languageId,
boolean useDefault)
getName in interface CPTaxCategoryModellanguageId - the ID of the languageuseDefault - whether to use the default language if no localization exists for the requested languagepublic java.lang.String getNameCurrentLanguageId()
getNameCurrentLanguageId in interface CPTaxCategoryModelpublic java.lang.String getNameCurrentValue()
getNameCurrentValue in interface CPTaxCategoryModelpublic java.util.Map<java.util.Locale,java.lang.String> getNameMap()
getNameMap in interface CPTaxCategoryModelpublic long getPrimaryKey()
getPrimaryKey in interface CPTaxCategoryModelgetPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<CPTaxCategory>public long getUserId()
getUserId in interface CPTaxCategoryModelgetUserId in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getUserName()
getUserName in interface CPTaxCategoryModelgetUserName in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getUserUuid()
getUserUuid in interface CPTaxCategoryModelgetUserUuid in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getUuid()
getUuid in interface CPTaxCategoryModelgetUuid in interface com.liferay.portal.kernel.model.StagedModelpublic void persist()
persist in interface com.liferay.portal.kernel.model.PersistedModelpublic void prepareLocalizedFieldsForImport()
throws com.liferay.portal.kernel.exception.LocaleException
prepareLocalizedFieldsForImport in interface CPTaxCategoryModelprepareLocalizedFieldsForImport in interface com.liferay.portal.kernel.model.LocalizedModelcom.liferay.portal.kernel.exception.LocaleExceptionpublic void prepareLocalizedFieldsForImport(java.util.Locale defaultImportLocale)
throws com.liferay.portal.kernel.exception.LocaleException
prepareLocalizedFieldsForImport in interface CPTaxCategoryModelprepareLocalizedFieldsForImport in interface com.liferay.portal.kernel.model.LocalizedModelcom.liferay.portal.kernel.exception.LocaleExceptionpublic void setCompanyId(long companyId)
setCompanyId in interface CPTaxCategoryModelsetCompanyId in interface com.liferay.portal.kernel.model.AuditedModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelsetCompanyId in interface com.liferay.portal.kernel.model.StagedModelcompanyId - the company ID of this cp tax categorypublic void setCPTaxCategoryId(long CPTaxCategoryId)
setCPTaxCategoryId in interface CPTaxCategoryModelCPTaxCategoryId - the cp tax category ID of this cp tax categorypublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface CPTaxCategoryModelsetCreateDate in interface com.liferay.portal.kernel.model.AuditedModelsetCreateDate in interface com.liferay.portal.kernel.model.StagedModelcreateDate - the create date of this cp tax categorypublic void setCtCollectionId(long ctCollectionId)
setCtCollectionId in interface CPTaxCategoryModelsetCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<CPTaxCategory>ctCollectionId - the ct collection ID of this cp tax categorypublic void setDescription(java.lang.String description)
setDescription in interface CPTaxCategoryModeldescription - the description of this cp tax categorypublic void setDescription(java.lang.String description,
java.util.Locale locale)
setDescription in interface CPTaxCategoryModeldescription - the localized description of this cp tax categorylocale - the locale of the languagepublic void setDescription(java.lang.String description,
java.util.Locale locale,
java.util.Locale defaultLocale)
setDescription in interface CPTaxCategoryModeldescription - the localized description of this cp tax categorylocale - the locale of the languagedefaultLocale - the default localepublic void setDescriptionCurrentLanguageId(java.lang.String languageId)
setDescriptionCurrentLanguageId in interface CPTaxCategoryModelpublic void setDescriptionMap(java.util.Map<java.util.Locale,java.lang.String> descriptionMap)
setDescriptionMap in interface CPTaxCategoryModeldescriptionMap - the locales and localized descriptions of this cp tax categorypublic void setDescriptionMap(java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
java.util.Locale defaultLocale)
setDescriptionMap in interface CPTaxCategoryModeldescriptionMap - the locales and localized descriptions of this cp tax categorydefaultLocale - the default localepublic void setExternalReferenceCode(java.lang.String externalReferenceCode)
setExternalReferenceCode in interface CPTaxCategoryModelexternalReferenceCode - the external reference code of this cp tax categorypublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface CPTaxCategoryModelsetModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelsetModifiedDate in interface com.liferay.portal.kernel.model.StagedModelmodifiedDate - the modified date of this cp tax categorypublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface CPTaxCategoryModelsetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelmvccVersion - the mvcc version of this cp tax categorypublic void setName(java.lang.String name)
setName in interface CPTaxCategoryModelname - the name of this cp tax categorypublic void setName(java.lang.String name,
java.util.Locale locale)
setName in interface CPTaxCategoryModelname - the localized name of this cp tax categorylocale - the locale of the languagepublic void setName(java.lang.String name,
java.util.Locale locale,
java.util.Locale defaultLocale)
setName in interface CPTaxCategoryModelname - the localized name of this cp tax categorylocale - the locale of the languagedefaultLocale - the default localepublic void setNameCurrentLanguageId(java.lang.String languageId)
setNameCurrentLanguageId in interface CPTaxCategoryModelpublic void setNameMap(java.util.Map<java.util.Locale,java.lang.String> nameMap)
setNameMap in interface CPTaxCategoryModelnameMap - the locales and localized names of this cp tax categorypublic void setNameMap(java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.util.Locale defaultLocale)
setNameMap in interface CPTaxCategoryModelnameMap - the locales and localized names of this cp tax categorydefaultLocale - the default localepublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface CPTaxCategoryModelsetPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<CPTaxCategory>primaryKey - the primary key of this cp tax categorypublic void setUserId(long userId)
setUserId in interface CPTaxCategoryModelsetUserId in interface com.liferay.portal.kernel.model.AuditedModeluserId - the user ID of this cp tax categorypublic void setUserName(java.lang.String userName)
setUserName in interface CPTaxCategoryModelsetUserName in interface com.liferay.portal.kernel.model.AuditedModeluserName - the user name of this cp tax categorypublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface CPTaxCategoryModelsetUserUuid in interface com.liferay.portal.kernel.model.AuditedModeluserUuid - the user uuid of this cp tax categorypublic void setUuid(java.lang.String uuid)
setUuid in interface CPTaxCategoryModelsetUuid in interface com.liferay.portal.kernel.model.StagedModeluuid - the uuid of this cp tax categorypublic java.lang.String toXmlString()
toXmlString in interface CPTaxCategoryModelpublic java.util.Map<java.lang.String,java.util.function.Function<CPTaxCategory,java.lang.Object>> getAttributeGetterFunctions()
getAttributeGetterFunctions in interface com.liferay.portal.kernel.model.BaseModel<CPTaxCategory>public java.util.Map<java.lang.String,java.util.function.BiConsumer<CPTaxCategory,java.lang.Object>> getAttributeSetterBiConsumers()
getAttributeSetterBiConsumers in interface com.liferay.portal.kernel.model.BaseModel<CPTaxCategory>public com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()
getStagedModelType in interface com.liferay.portal.kernel.model.StagedModelprotected CPTaxCategoryWrapper wrap(CPTaxCategory cpTaxCategory)
wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CPTaxCategory>