Class GeneratedPromotionActionParameter

    • Field Detail

      • UUID

        public static final java.lang.String UUID
        Qualifier of the PromotionActionParameter.uuid attribute
        See Also:
        Constant Field Values
      • VALUE

        public static final java.lang.String VALUE
        Qualifier of the PromotionActionParameter.value attribute
        See Also:
        Constant Field Values
      • DEFAULT_INITIAL_ATTRIBUTES

        protected static final java.util.Map<java.lang.String,​Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • GeneratedPromotionActionParameter

        public GeneratedPromotionActionParameter()
    • Method Detail

      • getUuid

        public java.lang.String getUuid​(SessionContext ctx)
        Generated method - Getter of the PromotionActionParameter.uuid attribute.
        Returns:
        the uuid - Action parameter uuid
      • getUuid

        public java.lang.String getUuid()
        Generated method - Getter of the PromotionActionParameter.uuid attribute.
        Returns:
        the uuid - Action parameter uuid
      • setUuid

        public void setUuid​(SessionContext ctx,
                            java.lang.String value)
        Generated method - Setter of the PromotionActionParameter.uuid attribute.
        Parameters:
        value - the uuid - Action parameter uuid
      • setUuid

        public void setUuid​(java.lang.String value)
        Generated method - Setter of the PromotionActionParameter.uuid attribute.
        Parameters:
        value - the uuid - Action parameter uuid
      • getValue

        public java.lang.Object getValue​(SessionContext ctx)
        Generated method - Getter of the PromotionActionParameter.value attribute.
        Returns:
        the value - Action parameter value
      • getValue

        public java.lang.Object getValue()
        Generated method - Getter of the PromotionActionParameter.value attribute.
        Returns:
        the value - Action parameter value
      • setValue

        public void setValue​(SessionContext ctx,
                             java.lang.Object value)
        Generated method - Setter of the PromotionActionParameter.value attribute.
        Parameters:
        value - the value - Action parameter value
      • setValue

        public void setValue​(java.lang.Object value)
        Generated method - Setter of the PromotionActionParameter.value attribute.
        Parameters:
        value - the value - Action parameter value