Class NextBarcode

java.lang.Object
org.ameba.integration.jpa.BaseEntity
org.openwms.common.transport.barcode.NextBarcode
All Implemented Interfaces:
Serializable, org.ameba.integration.TypedEntity<Long>

@Entity public class NextBarcode extends org.ameba.integration.jpa.BaseEntity implements Serializable
A NextBarcode.
Author:
Heiko Scherrer
See Also:
  • Field Details

    • name

      private String name
      Name of the Account.
    • currentBarcode

      private String currentBarcode
      Last given Barcode.
  • Constructor Details

    • NextBarcode

      public NextBarcode()
  • Method Details

    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getCurrentBarcode

      public String getCurrentBarcode()
    • setCurrentBarcode

      public void setCurrentBarcode(String currentBarcode)
    • equals

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

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

      public String toString()
      Overrides:
      toString in class Object