Class InventoryCriteria

java.lang.Object
org.oxerr.stubhub.client.event.InventoryCriteria

public class InventoryCriteria extends Object
  • Constructor Details

    • InventoryCriteria

      public InventoryCriteria()
    • InventoryCriteria

      public InventoryCriteria(Integer eventId)
  • Method Details

    • getEventId

      public Integer getEventId()
    • setEventId

      public void setEventId(Integer eventId)
    • getSection

      public String getSection()
    • setSection

      public void setSection(String section)
    • getRow

      public String getRow()
    • setRow

      public void setRow(String row)
    • getSeat

      public String getSeat()
    • setSeat

      public void setSeat(String seat)
    • getIncludeBuyerCommissionsPerTicket

      public Boolean getIncludeBuyerCommissionsPerTicket()
    • setIncludeBuyerCommissionsPerTicket

      public void setIncludeBuyerCommissionsPerTicket(Boolean includeBuyerCommissionsPerTicket)
    • getIncludePastEvents

      public Boolean getIncludePastEvents()
    • setIncludePastEvents

      public void setIncludePastEvents(Boolean includePastEvents)