Class Item

    • Constructor Detail

      • Item

        public Item()
      • Item

        public Item​(java.lang.String id,
                    java.lang.String value)
    • Method Detail

      • getId

        public java.lang.String getId()
        Specified by:
        getId in interface HasId<Item,​java.lang.String>
        Returns:
        The value of the id attribute. Could be null.
      • setId

        public Item setId​(java.lang.String id)
        Specified by:
        setId in interface HasId<Item,​java.lang.String>
      • requireValue

        public java.lang.String requireValue()
      • getValue

        public java.lang.String getValue()
      • setValue

        public Item setValue​(java.lang.String value)
      • getCategory

        public java.lang.String getCategory()
      • setCategory

        public Item setCategory​(java.lang.String category)
      • getMappedValue

        public java.lang.String getMappedValue()
      • setMappedValue

        public Item setMappedValue​(java.lang.String mappedValue)
      • getWeight

        public java.lang.Number getWeight()
      • setWeight

        public Item setWeight​(java.lang.Number weight)