Class Collection


  • public class Collection
    extends Object
    • Constructor Detail

      • Collection

        public Collection()
    • Method Detail

      • getOwned

        public Boolean getOwned()
        Returns:
        the owned
      • setOwned

        public void setOwned​(Boolean owned)
        Parameters:
        owned - the owned to set
      • getWanted

        public Boolean getWanted()
        Returns:
        the wanted
      • setWanted

        public void setWanted​(Boolean wanted)
        Parameters:
        wanted - the wanted to set
      • getQtyOwned

        public Integer getQtyOwned()
        Returns:
        the qtyOwned
      • setQtyOwned

        public void setQtyOwned​(Integer qtyOwned)
        Parameters:
        qtyOwned - the qtyOwned to set
      • getRating

        public Integer getRating()
        Returns:
        the rating
      • setRating

        public void setRating​(Integer rating)
        Parameters:
        rating - the rating to set
      • getNotes

        public String getNotes()
        Returns:
        the notes
      • setNotes

        public void setNotes​(String notes)
        Parameters:
        notes - the notes to set