Class ComponentAugmentationPayload
java.lang.Object
com.broadleafcommerce.metadata.core.payload.ComponentAugmentationPayload
- Direct Known Subclasses:
FieldAugmentationPayload
,GroupAugmentationPayload
Contains the base information about the augmentation for the components.
- Author:
- Dima Myroniuk (dmyroniuk)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()
getLabel()
getOrder()
getType()
void
setAttributes
(Map<String, Object> attributes) void
setAugmentationKey
(String augmentationKey) void
setClassifier
(String classifier) void
void
void
void
setTranslatable
(Boolean translatable) void
-
Constructor Details
-
ComponentAugmentationPayload
public ComponentAugmentationPayload()
-
-
Method Details
-
getId
-
getClassifier
-
getType
-
getLabel
-
getOrder
-
getTranslatable
-
getAttributes
-
getAugmentationKey
-
setId
-
setClassifier
-
setType
-
setLabel
-
setOrder
-
setTranslatable
-
setAttributes
-
setAugmentationKey
-