Class Sale

    • Constructor Detail

      • Sale

        public Sale()
    • Method Detail

      • getId

        public long getId()
      • setId

        public void setId​(long id)
      • getStore

        public Store getStore()
      • setStore

        public void setStore​(Store store)
      • setAmount

        public void setAmount​(BigDecimal amount)
      • getBuyerId

        public long getBuyerId()
      • setBuyerId

        public void setBuyerId​(long buyerId)
      • getDate

        public Date getDate()
      • setDate

        public void setDate​(Date date)