Class VoucherEntry

java.lang.Object
de.hybris.platform.voucher.jalo.util.VoucherEntry

public class VoucherEntry extends Object
This class represents a voucher entry
  • Constructor Details

    • VoucherEntry

      public VoucherEntry(AbstractOrderEntry anOrderEntry, long quantity, Unit aUnit)
      Creates a new instance of VoucherEntry.
  • Method Details

    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • getOrderEntry

      public AbstractOrderEntry getOrderEntry()
    • getQuantity

      public long getQuantity()
    • getUnit

      public Unit getUnit()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • setQuantity

      public void setQuantity(long quantity)