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 TypeMethodDescriptionbooleangetCustomProperty(String key) voidsetCustomProperties(Map<String, Object> customProperties) voidsetCustomProperty(String key, Object value)
-
Method Details
-
setCustomProperties
-
setCustomProperty
-
getCustomProperty
-
containsCustomProperty
-