Class ComponentAugmentationPayload

java.lang.Object
com.broadleafcommerce.metadata.core.payload.ComponentAugmentationPayload
Direct Known Subclasses:
FieldAugmentationPayload, GroupAugmentationPayload

public class ComponentAugmentationPayload extends Object
Contains the base information about the augmentation for the components.
Author:
Dima Myroniuk (dmyroniuk)
  • Constructor Details

    • ComponentAugmentationPayload

      public ComponentAugmentationPayload()
  • Method Details

    • getId

      public String getId()
    • getClassifier

      public String getClassifier()
    • getType

      public String getType()
    • getLabel

      public String getLabel()
    • getOrder

      public Integer getOrder()
    • getTranslatable

      public Boolean getTranslatable()
    • getAttributes

      public Map<String,Object> getAttributes()
    • getAugmentationKey

      public String getAugmentationKey()
    • setId

      public void setId(String id)
    • setClassifier

      public void setClassifier(String classifier)
    • setType

      public void setType(String type)
    • setLabel

      public void setLabel(String label)
    • setOrder

      public void setOrder(Integer order)
    • setTranslatable

      public void setTranslatable(Boolean translatable)
    • setAttributes

      public void setAttributes(Map<String,Object> attributes)
    • setAugmentationKey

      public void setAugmentationKey(String augmentationKey)