Ignore:
Timestamp:
Mar 19, 2010, 5:51:31 PM (14 years ago)
Author:
tobias
Message:

displays key value pairs as part of the tree

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vanHelsing/trunk/gui/src/de/dass_it/vanhelsing/gui/items/JobItem.java

    r844 r847  
    33        private String name;
    44        private String enabled;
     5        private String description;
    56        private String type;
    67        private String level;
     
    7980                this.enabled = enabled;
    8081        }
     82        public void setDescription(String description) {
     83                this.description = description;
     84        }
     85        public String getDescription() {
     86                return description;
     87        }
    8188        public String getType() {
    8289                return type;
Note: See TracChangeset for help on using the changeset viewer.