Class GeneratedStandardPaymentMode

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

public abstract class GeneratedStandardPaymentMode extends PaymentMode
Generated class for type StandardPaymentMode.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedStandardPaymentMode

      public GeneratedStandardPaymentMode()
  • Method Details

    • getDefaultAttributeModes

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

      public Boolean isNet(SessionContext ctx)
      Generated method - Getter of the StandardPaymentMode.net attribute.
      Returns:
      the net
    • isNet

      public Boolean isNet()
      Generated method - Getter of the StandardPaymentMode.net attribute.
      Returns:
      the net
    • isNetAsPrimitive

      public boolean isNetAsPrimitive(SessionContext ctx)
      Generated method - Getter of the StandardPaymentMode.net attribute.
      Returns:
      the net
    • isNetAsPrimitive

      public boolean isNetAsPrimitive()
      Generated method - Getter of the StandardPaymentMode.net attribute.
      Returns:
      the net
    • setNet

      public void setNet(SessionContext ctx, Boolean value)
      Generated method - Setter of the StandardPaymentMode.net attribute.
      Parameters:
      value - the net
    • setNet

      public void setNet(Boolean value)
      Generated method - Setter of the StandardPaymentMode.net attribute.
      Parameters:
      value - the net
    • setNet

      public void setNet(SessionContext ctx, boolean value)
      Generated method - Setter of the StandardPaymentMode.net attribute.
      Parameters:
      value - the net
    • setNet

      public void setNet(boolean value)
      Generated method - Setter of the StandardPaymentMode.net attribute.
      Parameters:
      value - the net
    • getPaymentModeValues

      public Collection<StandardPaymentModeValue> getPaymentModeValues(SessionContext ctx)
      Generated method - Getter of the StandardPaymentMode.paymentModeValues attribute.
      Returns:
      the paymentModeValues
    • getPaymentModeValues

      public Collection<StandardPaymentModeValue> getPaymentModeValues()
      Generated method - Getter of the StandardPaymentMode.paymentModeValues attribute.
      Returns:
      the paymentModeValues
    • setPaymentModeValues

      public void setPaymentModeValues(SessionContext ctx, Collection<StandardPaymentModeValue> value)
      Generated method - Setter of the StandardPaymentMode.paymentModeValues attribute.
      Parameters:
      value - the paymentModeValues
    • setPaymentModeValues

      public void setPaymentModeValues(Collection<StandardPaymentModeValue> value)
      Generated method - Setter of the StandardPaymentMode.paymentModeValues attribute.
      Parameters:
      value - the paymentModeValues
    • addToPaymentModeValues

      public void addToPaymentModeValues(SessionContext ctx, StandardPaymentModeValue value)
      Generated method - Adds value to paymentModeValues.
      Parameters:
      value - the item to add to paymentModeValues
    • addToPaymentModeValues

      public void addToPaymentModeValues(StandardPaymentModeValue value)
      Generated method - Adds value to paymentModeValues.
      Parameters:
      value - the item to add to paymentModeValues
    • removeFromPaymentModeValues

      public void removeFromPaymentModeValues(SessionContext ctx, StandardPaymentModeValue value)
      Generated method - Removes value from paymentModeValues.
      Parameters:
      value - the item to remove from paymentModeValues
    • removeFromPaymentModeValues

      public void removeFromPaymentModeValues(StandardPaymentModeValue value)
      Generated method - Removes value from paymentModeValues.
      Parameters:
      value - the item to remove from paymentModeValues