Class AbstractListing

    • Constructor Detail

      • AbstractListing

        public AbstractListing()
    • Method Detail

      • getQuantity

        public Integer getQuantity()
      • setQuantity

        public void setQuantity​(Integer quantity)
      • 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)
      • setTokens

        public void setTokens​(List<Token> tokens)
      • setBarcodes

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

        public int hashCode()
        Overrides:
        hashCode in class Object