Class BarcodeInformation

java.lang.Object
org.oxerr.viagogo.model.BarcodeInformation
All Implemented Interfaces:
Serializable

public class BarcodeInformation extends Object implements Serializable
See Also:
  • Constructor Details

    • BarcodeInformation

      public BarcodeInformation()
  • Method Details

    • getSeatOrdinal

      public Long getSeatOrdinal()
    • setSeatOrdinal

      public void setSeatOrdinal(Long seatOrdinal)
    • getSeat

      public String getSeat()
    • setSeat

      public void setSeat(String seat)
    • getRow

      public String getRow()
    • setRow

      public void setRow(String row)
    • getStatus

      public String getStatus()
    • setStatus

      public void setStatus(String status)
    • getBarcodeValues

      public List<String> getBarcodeValues()
    • setBarcodeValues

      public void setBarcodeValues(List<String> barcodeValues)
    • getBarcodeValuesSha256Hashed

      public List<String> getBarcodeValuesSha256Hashed()
    • setBarcodeValuesSha256Hashed

      public void setBarcodeValuesSha256Hashed(List<String> barcodeValuesSha256Hashed)
    • hashCode

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

      public boolean equals(Object obj)
      Overrides:
      equals in class Object