- Timestamp:
 - Mar 19, 2010, 5:51:31 PM (16 years ago)
 - File:
 - 
      
- 1 edited
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
vanHelsing/trunk/gui/src/de/dass_it/vanhelsing/gui/items/JobItem.java
r844 r847 3 3 private String name; 4 4 private String enabled; 5 private String description; 5 6 private String type; 6 7 private String level; … … 79 80 this.enabled = enabled; 80 81 } 82 public void setDescription(String description) { 83 this.description = description; 84 } 85 public String getDescription() { 86 return description; 87 } 81 88 public String getType() { 82 89 return type;  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  