Class GeneratedSerialVoucher

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

public abstract class GeneratedSerialVoucher extends Voucher
Generated class for type SerialVoucher.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedSerialVoucher

      public GeneratedSerialVoucher()
  • Method Details

    • getDefaultAttributeModes

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

      public Collection<Media> getCodes(SessionContext ctx)
      Generated method - Getter of the SerialVoucher.codes attribute.
      Returns:
      the codes - the generated codes of this voucher.
    • getCodes

      public Collection<Media> getCodes()
      Generated method - Getter of the SerialVoucher.codes attribute.
      Returns:
      the codes - the generated codes of this voucher.
    • setCodes

      public void setCodes(SessionContext ctx, Collection<Media> value)
      Generated method - Setter of the SerialVoucher.codes attribute.
      Parameters:
      value - the codes - the generated codes of this voucher.
    • setCodes

      public void setCodes(Collection<Media> value)
      Generated method - Setter of the SerialVoucher.codes attribute.
      Parameters:
      value - the codes - the generated codes of this voucher.