Class AbstractPassthroughProperties
java.lang.Object
com.broadleafcommerce.dataexchange.domain.catalog.product.AbstractPassthroughProperties
- All Implemented Interfaces:
PassthroughProperties
- Direct Known Subclasses:
AbstractExchangeObject
,AdvancedTag
,GenerateProductOption
,OptionTemplate
,OptionTemplateGroup
,PriceData
,SkuRef
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getCustomProperty
(String key) void
setCustomProperties
(Map<String, Object> customProperties) void
setCustomProperty
(String key, Object value) toString()
-
Constructor Details
-
AbstractPassthroughProperties
public AbstractPassthroughProperties()
-
-
Method Details
-
setCustomProperty
- Specified by:
setCustomProperty
in interfacePassthroughProperties
-
getCustomProperty
- Specified by:
getCustomProperty
in interfacePassthroughProperties
-
containsCustomProperty
- Specified by:
containsCustomProperty
in interfacePassthroughProperties
-
getCustomProperties
-
setCustomProperties
- Specified by:
setCustomProperties
in interfacePassthroughProperties
-
toString
-