return (this.description);
return (this.name);
return (this.resources);
Return a configured property. return properties.get(name);
return properties.get(name);
return (this.type);
List properties. return properties.keySet().iterator();
return properties.keySet().iterator();
remove a configured property. properties.remove(name);
properties.remove(name);
this.description = description;
this.name = name;
this.resources = resources;
Set a configured property. properties.put(name, value);
properties.put(name, value);
this.type = type;