Class Summary

    • Field Detail

      • serialVersionUID

        private static final long serialVersionUID
        The Constant serialVersionUID.
        See Also:
        Constant Field Values
      • name

        private String name
        The name.
      • outOfDateCount

        private int outOfDateCount
        The out of date count.
    • Constructor Detail

      • Summary

        public Summary()
    • Method Detail

      • getName

        public String getName()
        Gets the name.
        Returns:
        the name
      • setName

        public void setName​(String name)
        Sets the name.
        Parameters:
        name - the new name
      • getItems

        public Map<String,​Item> getItems()
        Gets the items.
        Returns:
        the items
      • setItems

        public void setItems​(Map<String,​Item> items)
        Sets the items.
        Parameters:
        items - the items
      • getOutOfDateCount

        public int getOutOfDateCount()
        Gets the out of date count.
        Returns:
        the out of date count
      • setOutOfDateCount

        public void setOutOfDateCount​(int outOfDateCount)
        Sets the out of date count.
        Parameters:
        outOfDateCount - the new out of date count