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 TypeMethodDescriptionbooleangetCustomProperty(String key) voidsetCustomProperties(Map<String, Object> customProperties) voidsetCustomProperty(String key, Object value) toString() 
- 
Constructor Details
- 
AbstractPassthroughProperties
public AbstractPassthroughProperties() 
 - 
 - 
Method Details
- 
setCustomProperty
- Specified by:
 setCustomPropertyin interfacePassthroughProperties
 - 
getCustomProperty
- Specified by:
 getCustomPropertyin interfacePassthroughProperties
 - 
containsCustomProperty
- Specified by:
 containsCustomPropertyin interfacePassthroughProperties
 - 
getCustomProperties
 - 
setCustomProperties
- Specified by:
 setCustomPropertiesin interfacePassthroughProperties
 - 
toString
 
 -