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 Details

    • setCustomProperties

      void setCustomProperties(Map<String,Object> customProperties)
    • setCustomProperty

      void setCustomProperty(String key, Object value)
    • getCustomProperty

      Object getCustomProperty(String key)
    • containsCustomProperty

      boolean containsCustomProperty(String key)