Class MinifigCollection


  • public class MinifigCollection
    extends Object
    • Constructor Detail

      • MinifigCollection

        public MinifigCollection()
    • Method Detail

      • getMinifigNumber

        public final String getMinifigNumber()
        Returns:
        the minifigNumber
      • setMinifigNumber

        public final void setMinifigNumber​(String minifigNumber)
        Parameters:
        minifigNumber - the minifigNumber to set
      • getName

        public String getName()
        Returns:
        the name
      • setName

        public void setName​(String name)
        Parameters:
        name - the name to set
      • getCategory

        public String getCategory()
        Returns:
        the category
      • setCategory

        public void setCategory​(String category)
        Parameters:
        category - the category to set
      • getOwnedInSets

        public final Integer getOwnedInSets()
        Returns:
        the ownedInSets
      • setOwnedInSets

        public final void setOwnedInSets​(Integer ownedInSets)
        Parameters:
        ownedInSets - the ownedInSets to set
      • getOwnedLoose

        public final Integer getOwnedLoose()
        Returns:
        the ownedLoose
      • setOwnedLoose

        public final void setOwnedLoose​(Integer ownedLoose)
        Parameters:
        ownedLoose - the ownedLoose to set
      • getOwnedTotal

        public final Integer getOwnedTotal()
        Returns:
        the ownedTotal
      • setOwnedTotal

        public final void setOwnedTotal​(Integer ownedTotal)
        Parameters:
        ownedTotal - the ownedTotal to set
      • getWanted

        public final Boolean getWanted()
        Returns:
        the wanted
      • setWanted

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