Class GroupAugmentationPayload
- java.lang.Object
-
- com.broadleafcommerce.metadata.core.payload.ComponentAugmentationPayload
-
- com.broadleafcommerce.metadata.core.payload.GroupAugmentationPayload
-
public class GroupAugmentationPayload extends ComponentAugmentationPayload
Contains the base information about the augmentation for the groups.- Author:
- Dima Myroniuk (dmyroniuk)
-
-
Constructor Summary
Constructors Constructor Description GroupAugmentationPayload()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Boolean
getHidden()
void
setHidden(Boolean hidden)
-
Methods inherited from class com.broadleafcommerce.metadata.core.payload.ComponentAugmentationPayload
getAttributes, getAugmentationKey, getClassifier, getId, getLabel, getOrder, getTranslatable, getType, setAttributes, setAugmentationKey, setClassifier, setId, setLabel, setOrder, setTranslatable, setType
-
-