Class GroupElement


  • public class GroupElement
    extends Object

    Created by Jeff Gaynor
    on 3/1/18 at 4:11 PM

    • Constructor Detail

      • GroupElement

        public GroupElement​(String name,
                            int id)
      • GroupElement

        public GroupElement​(String name)
      • GroupElement

        public GroupElement​(net.sf.json.JSONObject json)
    • Method Detail

      • getId

        public int getId()
      • setId

        public void setId​(int id)
      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • toJSON

        public net.sf.json.JSONObject toJSON()
      • fromJSON

        public void fromJSON​(net.sf.json.JSONObject json)