Class AbstractListing

java.lang.Object
org.oxerr.seatgeek.client.model.AbstractListing
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CreateListingRequest, UpdateListingRequest

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

    • AbstractListing

      public AbstractListing()
  • Method Details

    • getQuantity

      public Integer getQuantity()
    • setQuantity

      public void setQuantity(Integer quantity)
    • getCost

      public BigDecimal getCost()
    • setCost

      public void setCost(BigDecimal cost)
    • getSection

      public String getSection()
    • setSection

      public void setSection(String section)
    • getRow

      public String getRow()
    • setRow

      public void setRow(String row)
    • getSeatFrom

      public Integer getSeatFrom()
    • setSeatFrom

      public void setSeatFrom(Integer seatFrom)
    • getSeatThru

      public Integer getSeatThru()
    • setSeatThru

      public void setSeatThru(Integer seatThru)
    • getNotes

      public String getNotes()
    • setNotes

      public void setNotes(String notes)
    • getInHandDate

      public LocalDate getInHandDate()
    • setInHandDate

      public void setInHandDate(LocalDate inHandDate)
    • getEdelivery

      public Boolean getEdelivery()
    • setEdelivery

      public void setEdelivery(Boolean edelivery)
    • getInstant

      public Boolean getInstant()
    • setInstant

      public void setInstant(Boolean instant)
    • getSplitType

      public SplitType getSplitType()
    • setSplitType

      public void setSplitType(SplitType splitType)
    • getTokensType

      public TokensType getTokensType()
    • setTokensType

      public void setTokensType(TokensType tokensType)
    • getTokens

      public List<Token> getTokens()
    • setTokens

      public void setTokens(List<Token> tokens)
    • getBarcodes

      public List<Barcode> getBarcodes()
    • setBarcodes

      public void setBarcodes(List<Barcode> barcodes)
    • hashCode

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

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