Package com.liferay.commerce.model
Class CommerceShippingMethodWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CommerceShippingMethod>
com.liferay.commerce.model.CommerceShippingMethodWrapper
- All Implemented Interfaces:
CommerceShippingMethod
,CommerceShippingMethodModel
,com.liferay.portal.kernel.model.AuditedModel
,com.liferay.portal.kernel.model.BaseModel<CommerceShippingMethod>
,com.liferay.portal.kernel.model.ClassedModel
,com.liferay.portal.kernel.model.GroupedModel
,com.liferay.portal.kernel.model.LocalizedModel
,com.liferay.portal.kernel.model.ModelWrapper<CommerceShippingMethod>
,com.liferay.portal.kernel.model.MVCCModel
,com.liferay.portal.kernel.model.PersistedModel
,com.liferay.portal.kernel.model.ShardedModel
,Serializable
,Cloneable
,Comparable<CommerceShippingMethod>
public class CommerceShippingMethodWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CommerceShippingMethod>
implements CommerceShippingMethod, com.liferay.portal.kernel.model.ModelWrapper<CommerceShippingMethod>
This class is a wrapper for CommerceShippingMethod
.
- See Also:
- Generated:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
model
Fields inherited from interface com.liferay.commerce.model.CommerceShippingMethod
COMMERCE_SHIPPING_METHOD_ID_ACCESSOR
-
Constructor Summary
ConstructorsConstructorDescriptionCommerceShippingMethodWrapper
(CommerceShippingMethod commerceShippingMethod) -
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns the active of this commerce shipping method.String[]
long
Returns the commerce shipping method ID of this commerce shipping method.long
Returns the company ID of this commerce shipping method.Returns the create date of this commerce shipping method.Returns the description of this commerce shipping method.getDescription
(String languageId) Returns the localized description of this commerce shipping method in the language.getDescription
(String languageId, boolean useDefault) Returns the localized description of this commerce shipping 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 shipping method in the language.getDescription
(Locale locale, boolean useDefault) Returns the localized description of this commerce shipping 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 shipping method.Returns the engine key of this commerce shipping method.long
Returns the group ID of this commerce shipping method.long
Returns the image ID of this commerce shipping method.getImageURL
(com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay) Returns the modified date of this commerce shipping method.long
Returns the mvcc version of this commerce shipping method.getName()
Returns the name of this commerce shipping method.Returns the localized name of this commerce shipping method in the language.Returns the localized name of this commerce shipping method in the language, optionally using the default language if no localization exists for the requested language.Returns the localized name of this commerce shipping method in the language.Returns the localized name of this commerce shipping 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 shipping method.long
Returns the primary key of this commerce shipping method.double
Returns the priority of this commerce shipping method.Returns the tracking url of this commerce shipping method.Returns the type settings of this commerce shipping method.com.liferay.portal.kernel.util.UnicodeProperties
long
Returns the user ID of this commerce shipping method.Returns the user name of this commerce shipping method.Returns the user uuid of this commerce shipping method.boolean
isActive()
Returnstrue
if this commerce shipping method is active.void
persist()
void
void
prepareLocalizedFieldsForImport
(Locale defaultImportLocale) void
setActive
(boolean active) Sets whether this commerce shipping method is active.void
setCommerceShippingMethodId
(long commerceShippingMethodId) Sets the commerce shipping method ID of this commerce shipping method.void
setCompanyId
(long companyId) Sets the company ID of this commerce shipping method.void
setCreateDate
(Date createDate) Sets the create date of this commerce shipping method.void
setDescription
(String description) Sets the description of this commerce shipping method.void
setDescription
(String description, Locale locale) Sets the localized description of this commerce shipping method in the language.void
setDescription
(String description, Locale locale, Locale defaultLocale) Sets the localized description of this commerce shipping 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 shipping method from the map of locales and localized descriptions.void
setDescriptionMap
(Map<Locale, String> descriptionMap, Locale defaultLocale) Sets the localized descriptions of this commerce shipping 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 shipping method.void
setGroupId
(long groupId) Sets the group ID of this commerce shipping method.void
setImageId
(long imageId) Sets the image ID of this commerce shipping method.void
setModelAttributes
(Map<String, Object> attributes) void
setModifiedDate
(Date modifiedDate) Sets the modified date of this commerce shipping method.void
setMvccVersion
(long mvccVersion) Sets the mvcc version of this commerce shipping method.void
Sets the name of this commerce shipping method.void
Sets the localized name of this commerce shipping method in the language.void
Sets the localized name of this commerce shipping 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 shipping method from the map of locales and localized names.void
setNameMap
(Map<Locale, String> nameMap, Locale defaultLocale) Sets the localized names of this commerce shipping method from the map of locales and localized names, and sets the default locale.void
setPrimaryKey
(long primaryKey) Sets the primary key of this commerce shipping method.void
setPriority
(double priority) Sets the priority of this commerce shipping method.void
setTrackingURL
(String trackingURL) Sets the tracking url of this commerce shipping method.void
setTypeSettings
(String typeSettings) Sets the type settings of this commerce shipping method.void
setTypeSettingsUnicodeProperties
(com.liferay.portal.kernel.util.UnicodeProperties typeSettingsUnicodeProperties) void
setUserId
(long userId) Sets the user ID of this commerce shipping method.void
setUserName
(String userName) Sets the user name of this commerce shipping method.void
setUserUuid
(String userUuid) Sets the user uuid of this commerce shipping method.protected CommerceShippingMethodWrapper
wrap
(CommerceShippingMethod commerceShippingMethod) 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
-
CommerceShippingMethodWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<CommerceShippingMethod>
-
setModelAttributes
- Specified by:
setModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<CommerceShippingMethod>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<CommerceShippingMethod>
- Specified by:
cloneWithOriginalValues
in interfaceCommerceShippingMethodModel
-
getActive
public boolean getActive()Returns the active of this commerce shipping method.- Specified by:
getActive
in interfaceCommerceShippingMethodModel
- Returns:
- the active of this commerce shipping method
-
getAvailableLanguageIds
- Specified by:
getAvailableLanguageIds
in interfaceCommerceShippingMethodModel
- Specified by:
getAvailableLanguageIds
in interfacecom.liferay.portal.kernel.model.LocalizedModel
-
getCommerceShippingMethodId
public long getCommerceShippingMethodId()Returns the commerce shipping method ID of this commerce shipping method.- Specified by:
getCommerceShippingMethodId
in interfaceCommerceShippingMethodModel
- Returns:
- the commerce shipping method ID of this commerce shipping method
-
getCompanyId
public long getCompanyId()Returns the company ID of this commerce shipping method.- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCompanyId
in interfaceCommerceShippingMethodModel
- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Returns:
- the company ID of this commerce shipping method
-
getCreateDate
Returns the create date of this commerce shipping method.- Specified by:
getCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCreateDate
in interfaceCommerceShippingMethodModel
- Returns:
- the create date of this commerce shipping method
-
getDefaultLanguageId
- Specified by:
getDefaultLanguageId
in interfaceCommerceShippingMethodModel
- Specified by:
getDefaultLanguageId
in interfacecom.liferay.portal.kernel.model.LocalizedModel
-
getDescription
Returns the description of this commerce shipping method.- Specified by:
getDescription
in interfaceCommerceShippingMethodModel
- Returns:
- the description of this commerce shipping method
-
getDescription
Returns the localized description of this commerce shipping method in the language. Uses the default language if no localization exists for the requested language.- Specified by:
getDescription
in interfaceCommerceShippingMethodModel
- Parameters:
locale
- the locale of the language- Returns:
- the localized description of this commerce shipping method
-
getDescription
Returns the localized description of this commerce shipping method in the language, optionally using the default language if no localization exists for the requested language.- Specified by:
getDescription
in interfaceCommerceShippingMethodModel
- 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 shipping 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 shipping method in the language. Uses the default language if no localization exists for the requested language.- Specified by:
getDescription
in interfaceCommerceShippingMethodModel
- Parameters:
languageId
- the ID of the language- Returns:
- the localized description of this commerce shipping method
-
getDescription
Returns the localized description of this commerce shipping method in the language, optionally using the default language if no localization exists for the requested language.- Specified by:
getDescription
in interfaceCommerceShippingMethodModel
- 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 shipping method
-
getDescriptionCurrentLanguageId
- Specified by:
getDescriptionCurrentLanguageId
in interfaceCommerceShippingMethodModel
-
getDescriptionCurrentValue
- Specified by:
getDescriptionCurrentValue
in interfaceCommerceShippingMethodModel
-
getDescriptionMap
Returns a map of the locales and localized descriptions of this commerce shipping method.- Specified by:
getDescriptionMap
in interfaceCommerceShippingMethodModel
- Returns:
- the locales and localized descriptions of this commerce shipping method
-
getEngineKey
Returns the engine key of this commerce shipping method.- Specified by:
getEngineKey
in interfaceCommerceShippingMethodModel
- Returns:
- the engine key of this commerce shipping method
-
getGroupId
public long getGroupId()Returns the group ID of this commerce shipping method.- Specified by:
getGroupId
in interfaceCommerceShippingMethodModel
- Specified by:
getGroupId
in interfacecom.liferay.portal.kernel.model.GroupedModel
- Returns:
- the group ID of this commerce shipping method
-
getImageId
public long getImageId()Returns the image ID of this commerce shipping method.- Specified by:
getImageId
in interfaceCommerceShippingMethodModel
- Returns:
- the image ID of this commerce shipping method
-
getImageURL
- Specified by:
getImageURL
in interfaceCommerceShippingMethod
-
getModifiedDate
Returns the modified date of this commerce shipping method.- Specified by:
getModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getModifiedDate
in interfaceCommerceShippingMethodModel
- Returns:
- the modified date of this commerce shipping method
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this commerce shipping method.- Specified by:
getMvccVersion
in interfaceCommerceShippingMethodModel
- Specified by:
getMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Returns:
- the mvcc version of this commerce shipping method
-
getName
Returns the name of this commerce shipping method.- Specified by:
getName
in interfaceCommerceShippingMethodModel
- Returns:
- the name of this commerce shipping method
-
getName
Returns the localized name of this commerce shipping method in the language. Uses the default language if no localization exists for the requested language.- Specified by:
getName
in interfaceCommerceShippingMethodModel
- Parameters:
locale
- the locale of the language- Returns:
- the localized name of this commerce shipping method
-
getName
Returns the localized name of this commerce shipping method in the language, optionally using the default language if no localization exists for the requested language.- Specified by:
getName
in interfaceCommerceShippingMethodModel
- 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 shipping 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 shipping method in the language. Uses the default language if no localization exists for the requested language.- Specified by:
getName
in interfaceCommerceShippingMethodModel
- Parameters:
languageId
- the ID of the language- Returns:
- the localized name of this commerce shipping method
-
getName
Returns the localized name of this commerce shipping method in the language, optionally using the default language if no localization exists for the requested language.- Specified by:
getName
in interfaceCommerceShippingMethodModel
- 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 shipping method
-
getNameCurrentLanguageId
- Specified by:
getNameCurrentLanguageId
in interfaceCommerceShippingMethodModel
-
getNameCurrentValue
- Specified by:
getNameCurrentValue
in interfaceCommerceShippingMethodModel
-
getNameMap
Returns a map of the locales and localized names of this commerce shipping method.- Specified by:
getNameMap
in interfaceCommerceShippingMethodModel
- Returns:
- the locales and localized names of this commerce shipping method
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this commerce shipping method.- Specified by:
getPrimaryKey
in interfaceCommerceShippingMethodModel
- Returns:
- the primary key of this commerce shipping method
-
getPriority
public double getPriority()Returns the priority of this commerce shipping method.- Specified by:
getPriority
in interfaceCommerceShippingMethodModel
- Returns:
- the priority of this commerce shipping method
-
getTrackingURL
Returns the tracking url of this commerce shipping method.- Specified by:
getTrackingURL
in interfaceCommerceShippingMethodModel
- Returns:
- the tracking url of this commerce shipping method
-
getTypeSettings
Returns the type settings of this commerce shipping method.- Specified by:
getTypeSettings
in interfaceCommerceShippingMethodModel
- Returns:
- the type settings of this commerce shipping method
-
getTypeSettingsUnicodeProperties
public com.liferay.portal.kernel.util.UnicodeProperties getTypeSettingsUnicodeProperties()- Specified by:
getTypeSettingsUnicodeProperties
in interfaceCommerceShippingMethod
-
getUserId
public long getUserId()Returns the user ID of this commerce shipping method.- Specified by:
getUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserId
in interfaceCommerceShippingMethodModel
- Returns:
- the user ID of this commerce shipping method
-
getUserName
Returns the user name of this commerce shipping method.- Specified by:
getUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserName
in interfaceCommerceShippingMethodModel
- Returns:
- the user name of this commerce shipping method
-
getUserUuid
Returns the user uuid of this commerce shipping method.- Specified by:
getUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserUuid
in interfaceCommerceShippingMethodModel
- Returns:
- the user uuid of this commerce shipping method
-
isActive
public boolean isActive()Returnstrue
if this commerce shipping method is active.- Specified by:
isActive
in interfaceCommerceShippingMethodModel
- Returns:
true
if this commerce shipping method is active;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 interfaceCommerceShippingMethodModel
- 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 interfaceCommerceShippingMethodModel
- 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 shipping method is active.- Specified by:
setActive
in interfaceCommerceShippingMethodModel
- Parameters:
active
- the active of this commerce shipping method
-
setCommerceShippingMethodId
public void setCommerceShippingMethodId(long commerceShippingMethodId) Sets the commerce shipping method ID of this commerce shipping method.- Specified by:
setCommerceShippingMethodId
in interfaceCommerceShippingMethodModel
- Parameters:
commerceShippingMethodId
- the commerce shipping method ID of this commerce shipping method
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this commerce shipping method.- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCompanyId
in interfaceCommerceShippingMethodModel
- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Parameters:
companyId
- the company ID of this commerce shipping method
-
setCreateDate
Sets the create date of this commerce shipping method.- Specified by:
setCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCreateDate
in interfaceCommerceShippingMethodModel
- Parameters:
createDate
- the create date of this commerce shipping method
-
setDescription
Sets the description of this commerce shipping method.- Specified by:
setDescription
in interfaceCommerceShippingMethodModel
- Parameters:
description
- the description of this commerce shipping method
-
setDescription
Sets the localized description of this commerce shipping method in the language.- Specified by:
setDescription
in interfaceCommerceShippingMethodModel
- Parameters:
description
- the localized description of this commerce shipping methodlocale
- the locale of the language
-
setDescription
Sets the localized description of this commerce shipping method in the language, and sets the default locale.- Specified by:
setDescription
in interfaceCommerceShippingMethodModel
- Parameters:
description
- the localized description of this commerce shipping methodlocale
- the locale of the languagedefaultLocale
- the default locale
-
setDescriptionCurrentLanguageId
- Specified by:
setDescriptionCurrentLanguageId
in interfaceCommerceShippingMethodModel
-
setDescriptionMap
Sets the localized descriptions of this commerce shipping method from the map of locales and localized descriptions.- Specified by:
setDescriptionMap
in interfaceCommerceShippingMethodModel
- Parameters:
descriptionMap
- the locales and localized descriptions of this commerce shipping method
-
setDescriptionMap
Sets the localized descriptions of this commerce shipping method from the map of locales and localized descriptions, and sets the default locale.- Specified by:
setDescriptionMap
in interfaceCommerceShippingMethodModel
- Parameters:
descriptionMap
- the locales and localized descriptions of this commerce shipping methoddefaultLocale
- the default locale
-
setEngineKey
Sets the engine key of this commerce shipping method.- Specified by:
setEngineKey
in interfaceCommerceShippingMethodModel
- Parameters:
engineKey
- the engine key of this commerce shipping method
-
setGroupId
public void setGroupId(long groupId) Sets the group ID of this commerce shipping method.- Specified by:
setGroupId
in interfaceCommerceShippingMethodModel
- Specified by:
setGroupId
in interfacecom.liferay.portal.kernel.model.GroupedModel
- Parameters:
groupId
- the group ID of this commerce shipping method
-
setImageId
public void setImageId(long imageId) Sets the image ID of this commerce shipping method.- Specified by:
setImageId
in interfaceCommerceShippingMethodModel
- Parameters:
imageId
- the image ID of this commerce shipping method
-
setModifiedDate
Sets the modified date of this commerce shipping method.- Specified by:
setModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setModifiedDate
in interfaceCommerceShippingMethodModel
- Parameters:
modifiedDate
- the modified date of this commerce shipping method
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this commerce shipping method.- Specified by:
setMvccVersion
in interfaceCommerceShippingMethodModel
- Specified by:
setMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Parameters:
mvccVersion
- the mvcc version of this commerce shipping method
-
setName
Sets the name of this commerce shipping method.- Specified by:
setName
in interfaceCommerceShippingMethodModel
- Parameters:
name
- the name of this commerce shipping method
-
setName
Sets the localized name of this commerce shipping method in the language.- Specified by:
setName
in interfaceCommerceShippingMethodModel
- Parameters:
name
- the localized name of this commerce shipping methodlocale
- the locale of the language
-
setName
Sets the localized name of this commerce shipping method in the language, and sets the default locale.- Specified by:
setName
in interfaceCommerceShippingMethodModel
- Parameters:
name
- the localized name of this commerce shipping methodlocale
- the locale of the languagedefaultLocale
- the default locale
-
setNameCurrentLanguageId
- Specified by:
setNameCurrentLanguageId
in interfaceCommerceShippingMethodModel
-
setNameMap
Sets the localized names of this commerce shipping method from the map of locales and localized names.- Specified by:
setNameMap
in interfaceCommerceShippingMethodModel
- Parameters:
nameMap
- the locales and localized names of this commerce shipping method
-
setNameMap
Sets the localized names of this commerce shipping method from the map of locales and localized names, and sets the default locale.- Specified by:
setNameMap
in interfaceCommerceShippingMethodModel
- Parameters:
nameMap
- the locales and localized names of this commerce shipping methoddefaultLocale
- the default locale
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this commerce shipping method.- Specified by:
setPrimaryKey
in interfaceCommerceShippingMethodModel
- Parameters:
primaryKey
- the primary key of this commerce shipping method
-
setPriority
public void setPriority(double priority) Sets the priority of this commerce shipping method.- Specified by:
setPriority
in interfaceCommerceShippingMethodModel
- Parameters:
priority
- the priority of this commerce shipping method
-
setTrackingURL
Sets the tracking url of this commerce shipping method.- Specified by:
setTrackingURL
in interfaceCommerceShippingMethodModel
- Parameters:
trackingURL
- the tracking url of this commerce shipping method
-
setTypeSettings
Sets the type settings of this commerce shipping method.- Specified by:
setTypeSettings
in interfaceCommerceShippingMethodModel
- Parameters:
typeSettings
- the type settings of this commerce shipping method
-
setTypeSettingsUnicodeProperties
public void setTypeSettingsUnicodeProperties(com.liferay.portal.kernel.util.UnicodeProperties typeSettingsUnicodeProperties) - Specified by:
setTypeSettingsUnicodeProperties
in interfaceCommerceShippingMethod
-
setUserId
public void setUserId(long userId) Sets the user ID of this commerce shipping method.- Specified by:
setUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserId
in interfaceCommerceShippingMethodModel
- Parameters:
userId
- the user ID of this commerce shipping method
-
setUserName
Sets the user name of this commerce shipping method.- Specified by:
setUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserName
in interfaceCommerceShippingMethodModel
- Parameters:
userName
- the user name of this commerce shipping method
-
setUserUuid
Sets the user uuid of this commerce shipping method.- Specified by:
setUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserUuid
in interfaceCommerceShippingMethodModel
- Parameters:
userUuid
- the user uuid of this commerce shipping method
-
toXmlString
- Specified by:
toXmlString
in interfaceCommerceShippingMethodModel
-
wrap
- Specified by:
wrap
in classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CommerceShippingMethod>
-