Interface PassthroughProperties
- All Known Implementing Classes:
AbstractExchangeObject
,AbstractPassthroughProperties
,AdvancedTag
,Attribute
,CategoryRef
,ComprehensiveProduct
,DataDrivenEnum
,DefaultBatchItemErrorHandler.ErrorExchangeObject
,EntityExchangeObject
,GenerateProductOption
,OptionTemplate
,OptionTemplateGroup
,PriceData
,Prices
,ProductOption
,ProductTag
,SkuInventory
,SkuRef
,Translation
,Variant
public interface PassthroughProperties
Represents a class that holds properties that should just be passed through to the target system.
In most cases, implementing this interface shouldn't be necessary. It's usually possible to just
extend
AbstractPassthroughProperties
instead.-
Method Summary
Modifier and TypeMethodDescriptionboolean
getCustomProperty
(String key) void
setCustomProperties
(Map<String, Object> customProperties) void
setCustomProperty
(String key, Object value)
-
Method Details
-
setCustomProperties
-
setCustomProperty
-
getCustomProperty
-
containsCustomProperty
-