Class GeneratedPromotionActionParameter

All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
PromotionActionParameter

public abstract class GeneratedPromotionActionParameter extends GenericItem
Generated class for type PromotionActionParameter.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedPromotionActionParameter

      public GeneratedPromotionActionParameter()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class Item
    • getUuid

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

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

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

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

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

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

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

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