Package com.liferay.commerce.tax.model
Class CommerceTaxMethodWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CommerceTaxMethod>
com.liferay.commerce.tax.model.CommerceTaxMethodWrapper
- All Implemented Interfaces:
CommerceTaxMethod
,CommerceTaxMethodModel
,com.liferay.portal.kernel.model.AuditedModel
,com.liferay.portal.kernel.model.BaseModel<CommerceTaxMethod>
,com.liferay.portal.kernel.model.ClassedModel
,com.liferay.portal.kernel.model.GroupedModel
,com.liferay.portal.kernel.model.LocalizedModel
,com.liferay.portal.kernel.model.ModelWrapper<CommerceTaxMethod>
,com.liferay.portal.kernel.model.MVCCModel
,com.liferay.portal.kernel.model.PersistedModel
,com.liferay.portal.kernel.model.ShardedModel
,Serializable
,Cloneable
,Comparable<CommerceTaxMethod>
public class CommerceTaxMethodWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CommerceTaxMethod>
implements CommerceTaxMethod, com.liferay.portal.kernel.model.ModelWrapper<CommerceTaxMethod>
This class is a wrapper for CommerceTaxMethod
.
- See Also:
- Generated:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
model
Fields inherited from interface com.liferay.commerce.tax.model.CommerceTaxMethod
COMMERCE_TAX_METHOD_ID_ACCESSOR
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns the active of this commerce tax method.String[]
long
Returns the commerce tax method ID of this commerce tax method.long
Returns the company ID of this commerce tax method.Returns the create date of this commerce tax method.Returns the description of this commerce tax method.getDescription
(String languageId) Returns the localized description of this commerce tax method in the language.getDescription
(String languageId, boolean useDefault) Returns the localized description of this commerce tax method in the language, optionally using the default language if no localization exists for the requested language.getDescription
(Locale locale) Returns the localized description of this commerce tax method in the language.getDescription
(Locale locale, boolean useDefault) Returns the localized description of this commerce tax method in the language, optionally using the default language if no localization exists for the requested language.Returns a map of the locales and localized descriptions of this commerce tax method.Returns the engine key of this commerce tax method.long
Returns the group ID of this commerce tax method.Returns the modified date of this commerce tax method.long
Returns the mvcc version of this commerce tax method.getName()
Returns the name of this commerce tax method.Returns the localized name of this commerce tax method in the language.Returns the localized name of this commerce tax method in the language, optionally using the default language if no localization exists for the requested language.Returns the localized name of this commerce tax method in the language.Returns the localized name of this commerce tax method in the language, optionally using the default language if no localization exists for the requested language.Returns a map of the locales and localized names of this commerce tax method.boolean
Returns the percentage of this commerce tax method.long
Returns the primary key of this commerce tax method.Returns the type settings of this commerce tax method.com.liferay.portal.kernel.util.UnicodeProperties
long
Returns the user ID of this commerce tax method.Returns the user name of this commerce tax method.Returns the user uuid of this commerce tax method.boolean
isActive()
Returnstrue
if this commerce tax method is active.boolean
Returnstrue
if this commerce tax method is percentage.void
persist()
void
void
prepareLocalizedFieldsForImport
(Locale defaultImportLocale) void
setActive
(boolean active) Sets whether this commerce tax method is active.void
setCommerceTaxMethodId
(long commerceTaxMethodId) Sets the commerce tax method ID of this commerce tax method.void
setCompanyId
(long companyId) Sets the company ID of this commerce tax method.void
setCreateDate
(Date createDate) Sets the create date of this commerce tax method.void
setDescription
(String description) Sets the description of this commerce tax method.void
setDescription
(String description, Locale locale) Sets the localized description of this commerce tax method in the language.void
setDescription
(String description, Locale locale, Locale defaultLocale) Sets the localized description of this commerce tax method in the language, and sets the default locale.void
setDescriptionCurrentLanguageId
(String languageId) void
setDescriptionMap
(Map<Locale, String> descriptionMap) Sets the localized descriptions of this commerce tax method from the map of locales and localized descriptions.void
setDescriptionMap
(Map<Locale, String> descriptionMap, Locale defaultLocale) Sets the localized descriptions of this commerce tax method from the map of locales and localized descriptions, and sets the default locale.void
setEngineKey
(String engineKey) Sets the engine key of this commerce tax method.void
setGroupId
(long groupId) Sets the group ID of this commerce tax method.void
setModelAttributes
(Map<String, Object> attributes) void
setModifiedDate
(Date modifiedDate) Sets the modified date of this commerce tax method.void
setMvccVersion
(long mvccVersion) Sets the mvcc version of this commerce tax method.void
Sets the name of this commerce tax method.void
Sets the localized name of this commerce tax method in the language.void
Sets the localized name of this commerce tax method in the language, and sets the default locale.void
setNameCurrentLanguageId
(String languageId) void
setNameMap
(Map<Locale, String> nameMap) Sets the localized names of this commerce tax method from the map of locales and localized names.void
setNameMap
(Map<Locale, String> nameMap, Locale defaultLocale) Sets the localized names of this commerce tax method from the map of locales and localized names, and sets the default locale.void
setPercentage
(boolean percentage) Sets whether this commerce tax method is percentage.void
setPrimaryKey
(long primaryKey) Sets the primary key of this commerce tax method.void
setTypeSettings
(String typeSettings) Sets the type settings of this commerce tax method.void
setTypeSettingsUnicodeProperties
(com.liferay.portal.kernel.util.UnicodeProperties typeSettingsUnicodeProperties) void
setUserId
(long userId) Sets the user ID of this commerce tax method.void
setUserName
(String userName) Sets the user name of this commerce tax method.void
setUserUuid
(String userUuid) Sets the user uuid of this commerce tax method.protected CommerceTaxMethodWrapper
wrap
(CommerceTaxMethod commerceTaxMethod) Methods inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, 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, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, 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.ModelWrapper
getWrappedModel
-
Constructor Details
-
CommerceTaxMethodWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<CommerceTaxMethod>
-
setModelAttributes
- Specified by:
setModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<CommerceTaxMethod>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<CommerceTaxMethod>
- Specified by:
cloneWithOriginalValues
in interfaceCommerceTaxMethodModel
-
getActive
public boolean getActive()Returns the active of this commerce tax method.- Specified by:
getActive
in interfaceCommerceTaxMethodModel
- Returns:
- the active of this commerce tax method
-
getAvailableLanguageIds
- Specified by:
getAvailableLanguageIds
in interfaceCommerceTaxMethodModel
- Specified by:
getAvailableLanguageIds
in interfacecom.liferay.portal.kernel.model.LocalizedModel
-
getCommerceTaxMethodId
public long getCommerceTaxMethodId()Returns the commerce tax method ID of this commerce tax method.- Specified by:
getCommerceTaxMethodId
in interfaceCommerceTaxMethodModel
- Returns:
- the commerce tax method ID of this commerce tax method
-
getCompanyId
public long getCompanyId()Returns the company ID of this commerce tax method.- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCompanyId
in interfaceCommerceTaxMethodModel
- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Returns:
- the company ID of this commerce tax method
-
getCreateDate
Returns the create date of this commerce tax method.- Specified by:
getCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCreateDate
in interfaceCommerceTaxMethodModel
- Returns:
- the create date of this commerce tax method
-
getDefaultLanguageId
- Specified by:
getDefaultLanguageId
in interfaceCommerceTaxMethodModel
- Specified by:
getDefaultLanguageId
in interfacecom.liferay.portal.kernel.model.LocalizedModel
-
getDescription
Returns the description of this commerce tax method.- Specified by:
getDescription
in interfaceCommerceTaxMethodModel
- Returns:
- the description of this commerce tax method
-
getDescription
Returns the localized description of this commerce tax method in the language. Uses the default language if no localization exists for the requested language.- Specified by:
getDescription
in interfaceCommerceTaxMethodModel
- Parameters:
locale
- the locale of the language- Returns:
- the localized description of this commerce tax method
-
getDescription
Returns the localized description of this commerce tax method in the language, optionally using the default language if no localization exists for the requested language.- Specified by:
getDescription
in interfaceCommerceTaxMethodModel
- Parameters:
locale
- the local of the languageuseDefault
- whether to use the default language if no localization exists for the requested language- Returns:
- the localized description of this commerce tax method. If
useDefault
isfalse
and no localization exists for the requested language, an empty string will be returned.
-
getDescription
Returns the localized description of this commerce tax method in the language. Uses the default language if no localization exists for the requested language.- Specified by:
getDescription
in interfaceCommerceTaxMethodModel
- Parameters:
languageId
- the ID of the language- Returns:
- the localized description of this commerce tax method
-
getDescription
Returns the localized description of this commerce tax method in the language, optionally using the default language if no localization exists for the requested language.- Specified by:
getDescription
in interfaceCommerceTaxMethodModel
- Parameters:
languageId
- the ID of the languageuseDefault
- whether to use the default language if no localization exists for the requested language- Returns:
- the localized description of this commerce tax method
-
getDescriptionCurrentLanguageId
- Specified by:
getDescriptionCurrentLanguageId
in interfaceCommerceTaxMethodModel
-
getDescriptionCurrentValue
- Specified by:
getDescriptionCurrentValue
in interfaceCommerceTaxMethodModel
-
getDescriptionMap
Returns a map of the locales and localized descriptions of this commerce tax method.- Specified by:
getDescriptionMap
in interfaceCommerceTaxMethodModel
- Returns:
- the locales and localized descriptions of this commerce tax method
-
getEngineKey
Returns the engine key of this commerce tax method.- Specified by:
getEngineKey
in interfaceCommerceTaxMethodModel
- Returns:
- the engine key of this commerce tax method
-
getGroupId
public long getGroupId()Returns the group ID of this commerce tax method.- Specified by:
getGroupId
in interfaceCommerceTaxMethodModel
- Specified by:
getGroupId
in interfacecom.liferay.portal.kernel.model.GroupedModel
- Returns:
- the group ID of this commerce tax method
-
getModifiedDate
Returns the modified date of this commerce tax method.- Specified by:
getModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getModifiedDate
in interfaceCommerceTaxMethodModel
- Returns:
- the modified date of this commerce tax method
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this commerce tax method.- Specified by:
getMvccVersion
in interfaceCommerceTaxMethodModel
- Specified by:
getMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Returns:
- the mvcc version of this commerce tax method
-
getName
Returns the name of this commerce tax method.- Specified by:
getName
in interfaceCommerceTaxMethodModel
- Returns:
- the name of this commerce tax method
-
getName
Returns the localized name of this commerce tax method in the language. Uses the default language if no localization exists for the requested language.- Specified by:
getName
in interfaceCommerceTaxMethodModel
- Parameters:
locale
- the locale of the language- Returns:
- the localized name of this commerce tax method
-
getName
Returns the localized name of this commerce tax method in the language, optionally using the default language if no localization exists for the requested language.- Specified by:
getName
in interfaceCommerceTaxMethodModel
- Parameters:
locale
- the local of the languageuseDefault
- whether to use the default language if no localization exists for the requested language- Returns:
- the localized name of this commerce tax method. If
useDefault
isfalse
and no localization exists for the requested language, an empty string will be returned.
-
getName
Returns the localized name of this commerce tax method in the language. Uses the default language if no localization exists for the requested language.- Specified by:
getName
in interfaceCommerceTaxMethodModel
- Parameters:
languageId
- the ID of the language- Returns:
- the localized name of this commerce tax method
-
getName
Returns the localized name of this commerce tax method in the language, optionally using the default language if no localization exists for the requested language.- Specified by:
getName
in interfaceCommerceTaxMethodModel
- Parameters:
languageId
- the ID of the languageuseDefault
- whether to use the default language if no localization exists for the requested language- Returns:
- the localized name of this commerce tax method
-
getNameCurrentLanguageId
- Specified by:
getNameCurrentLanguageId
in interfaceCommerceTaxMethodModel
-
getNameCurrentValue
- Specified by:
getNameCurrentValue
in interfaceCommerceTaxMethodModel
-
getNameMap
Returns a map of the locales and localized names of this commerce tax method.- Specified by:
getNameMap
in interfaceCommerceTaxMethodModel
- Returns:
- the locales and localized names of this commerce tax method
-
getPercentage
public boolean getPercentage()Returns the percentage of this commerce tax method.- Specified by:
getPercentage
in interfaceCommerceTaxMethodModel
- Returns:
- the percentage of this commerce tax method
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this commerce tax method.- Specified by:
getPrimaryKey
in interfaceCommerceTaxMethodModel
- Returns:
- the primary key of this commerce tax method
-
getTypeSettings
Returns the type settings of this commerce tax method.- Specified by:
getTypeSettings
in interfaceCommerceTaxMethodModel
- Returns:
- the type settings of this commerce tax method
-
getTypeSettingsUnicodeProperties
public com.liferay.portal.kernel.util.UnicodeProperties getTypeSettingsUnicodeProperties()- Specified by:
getTypeSettingsUnicodeProperties
in interfaceCommerceTaxMethod
-
getUserId
public long getUserId()Returns the user ID of this commerce tax method.- Specified by:
getUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserId
in interfaceCommerceTaxMethodModel
- Returns:
- the user ID of this commerce tax method
-
getUserName
Returns the user name of this commerce tax method.- Specified by:
getUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserName
in interfaceCommerceTaxMethodModel
- Returns:
- the user name of this commerce tax method
-
getUserUuid
Returns the user uuid of this commerce tax method.- Specified by:
getUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserUuid
in interfaceCommerceTaxMethodModel
- Returns:
- the user uuid of this commerce tax method
-
isActive
public boolean isActive()Returnstrue
if this commerce tax method is active.- Specified by:
isActive
in interfaceCommerceTaxMethodModel
- Returns:
true
if this commerce tax method is active;false
otherwise
-
isPercentage
public boolean isPercentage()Returnstrue
if this commerce tax method is percentage.- Specified by:
isPercentage
in interfaceCommerceTaxMethodModel
- Returns:
true
if this commerce tax method is percentage;false
otherwise
-
persist
public void persist()- Specified by:
persist
in interfacecom.liferay.portal.kernel.model.PersistedModel
-
prepareLocalizedFieldsForImport
public void prepareLocalizedFieldsForImport() throws com.liferay.portal.kernel.exception.LocaleException- Specified by:
prepareLocalizedFieldsForImport
in interfaceCommerceTaxMethodModel
- Specified by:
prepareLocalizedFieldsForImport
in interfacecom.liferay.portal.kernel.model.LocalizedModel
- Throws:
com.liferay.portal.kernel.exception.LocaleException
-
prepareLocalizedFieldsForImport
public void prepareLocalizedFieldsForImport(Locale defaultImportLocale) throws com.liferay.portal.kernel.exception.LocaleException - Specified by:
prepareLocalizedFieldsForImport
in interfaceCommerceTaxMethodModel
- Specified by:
prepareLocalizedFieldsForImport
in interfacecom.liferay.portal.kernel.model.LocalizedModel
- Throws:
com.liferay.portal.kernel.exception.LocaleException
-
setActive
public void setActive(boolean active) Sets whether this commerce tax method is active.- Specified by:
setActive
in interfaceCommerceTaxMethodModel
- Parameters:
active
- the active of this commerce tax method
-
setCommerceTaxMethodId
public void setCommerceTaxMethodId(long commerceTaxMethodId) Sets the commerce tax method ID of this commerce tax method.- Specified by:
setCommerceTaxMethodId
in interfaceCommerceTaxMethodModel
- Parameters:
commerceTaxMethodId
- the commerce tax method ID of this commerce tax method
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this commerce tax method.- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCompanyId
in interfaceCommerceTaxMethodModel
- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Parameters:
companyId
- the company ID of this commerce tax method
-
setCreateDate
Sets the create date of this commerce tax method.- Specified by:
setCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCreateDate
in interfaceCommerceTaxMethodModel
- Parameters:
createDate
- the create date of this commerce tax method
-
setDescription
Sets the description of this commerce tax method.- Specified by:
setDescription
in interfaceCommerceTaxMethodModel
- Parameters:
description
- the description of this commerce tax method
-
setDescription
Sets the localized description of this commerce tax method in the language.- Specified by:
setDescription
in interfaceCommerceTaxMethodModel
- Parameters:
description
- the localized description of this commerce tax methodlocale
- the locale of the language
-
setDescription
Sets the localized description of this commerce tax method in the language, and sets the default locale.- Specified by:
setDescription
in interfaceCommerceTaxMethodModel
- Parameters:
description
- the localized description of this commerce tax methodlocale
- the locale of the languagedefaultLocale
- the default locale
-
setDescriptionCurrentLanguageId
- Specified by:
setDescriptionCurrentLanguageId
in interfaceCommerceTaxMethodModel
-
setDescriptionMap
Sets the localized descriptions of this commerce tax method from the map of locales and localized descriptions.- Specified by:
setDescriptionMap
in interfaceCommerceTaxMethodModel
- Parameters:
descriptionMap
- the locales and localized descriptions of this commerce tax method
-
setDescriptionMap
Sets the localized descriptions of this commerce tax method from the map of locales and localized descriptions, and sets the default locale.- Specified by:
setDescriptionMap
in interfaceCommerceTaxMethodModel
- Parameters:
descriptionMap
- the locales and localized descriptions of this commerce tax methoddefaultLocale
- the default locale
-
setEngineKey
Sets the engine key of this commerce tax method.- Specified by:
setEngineKey
in interfaceCommerceTaxMethodModel
- Parameters:
engineKey
- the engine key of this commerce tax method
-
setGroupId
public void setGroupId(long groupId) Sets the group ID of this commerce tax method.- Specified by:
setGroupId
in interfaceCommerceTaxMethodModel
- Specified by:
setGroupId
in interfacecom.liferay.portal.kernel.model.GroupedModel
- Parameters:
groupId
- the group ID of this commerce tax method
-
setModifiedDate
Sets the modified date of this commerce tax method.- Specified by:
setModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setModifiedDate
in interfaceCommerceTaxMethodModel
- Parameters:
modifiedDate
- the modified date of this commerce tax method
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this commerce tax method.- Specified by:
setMvccVersion
in interfaceCommerceTaxMethodModel
- Specified by:
setMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Parameters:
mvccVersion
- the mvcc version of this commerce tax method
-
setName
Sets the name of this commerce tax method.- Specified by:
setName
in interfaceCommerceTaxMethodModel
- Parameters:
name
- the name of this commerce tax method
-
setName
Sets the localized name of this commerce tax method in the language.- Specified by:
setName
in interfaceCommerceTaxMethodModel
- Parameters:
name
- the localized name of this commerce tax methodlocale
- the locale of the language
-
setName
Sets the localized name of this commerce tax method in the language, and sets the default locale.- Specified by:
setName
in interfaceCommerceTaxMethodModel
- Parameters:
name
- the localized name of this commerce tax methodlocale
- the locale of the languagedefaultLocale
- the default locale
-
setNameCurrentLanguageId
- Specified by:
setNameCurrentLanguageId
in interfaceCommerceTaxMethodModel
-
setNameMap
Sets the localized names of this commerce tax method from the map of locales and localized names.- Specified by:
setNameMap
in interfaceCommerceTaxMethodModel
- Parameters:
nameMap
- the locales and localized names of this commerce tax method
-
setNameMap
Sets the localized names of this commerce tax method from the map of locales and localized names, and sets the default locale.- Specified by:
setNameMap
in interfaceCommerceTaxMethodModel
- Parameters:
nameMap
- the locales and localized names of this commerce tax methoddefaultLocale
- the default locale
-
setPercentage
public void setPercentage(boolean percentage) Sets whether this commerce tax method is percentage.- Specified by:
setPercentage
in interfaceCommerceTaxMethodModel
- Parameters:
percentage
- the percentage of this commerce tax method
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this commerce tax method.- Specified by:
setPrimaryKey
in interfaceCommerceTaxMethodModel
- Parameters:
primaryKey
- the primary key of this commerce tax method
-
setTypeSettings
Sets the type settings of this commerce tax method.- Specified by:
setTypeSettings
in interfaceCommerceTaxMethodModel
- Parameters:
typeSettings
- the type settings of this commerce tax method
-
setTypeSettingsUnicodeProperties
public void setTypeSettingsUnicodeProperties(com.liferay.portal.kernel.util.UnicodeProperties typeSettingsUnicodeProperties) - Specified by:
setTypeSettingsUnicodeProperties
in interfaceCommerceTaxMethod
-
setUserId
public void setUserId(long userId) Sets the user ID of this commerce tax method.- Specified by:
setUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserId
in interfaceCommerceTaxMethodModel
- Parameters:
userId
- the user ID of this commerce tax method
-
setUserName
Sets the user name of this commerce tax method.- Specified by:
setUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserName
in interfaceCommerceTaxMethodModel
- Parameters:
userName
- the user name of this commerce tax method
-
setUserUuid
Sets the user uuid of this commerce tax method.- Specified by:
setUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserUuid
in interfaceCommerceTaxMethodModel
- Parameters:
userUuid
- the user uuid of this commerce tax method
-
toXmlString
- Specified by:
toXmlString
in interfaceCommerceTaxMethodModel
-
wrap
- Specified by:
wrap
in classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CommerceTaxMethod>
-