Class ComponentAugmentationPayload

    • Constructor Detail

      • ComponentAugmentationPayload

        public ComponentAugmentationPayload()
    • Method Detail

      • getId

        public String getId()
      • getClassifier

        public String getClassifier()
      • getType

        public String getType()
      • getLabel

        public String getLabel()
      • getOrder

        public Integer getOrder()
      • getTranslatable

        public Boolean getTranslatable()
      • 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)