Definition at line 40 of file EmbeddedProfilRubric.java.
Public Member Functions | |
EmbeddedProfilRubric () | |
EmbeddedProfilRubric (String rubName, String rubdescription) | |
void | setName (String name) |
String | getName () |
String | getDescription () |
void | setDescription (String description) |
void | addProperty (String key, String value) |
String | getProperty (String key) |
boolean | removeProperty (String key) |
void | setSelection (boolean isSelected) |
boolean | isSelected () |
String | getXmlDescription () |
Protected Attributes | |
String | name |
String | description |
boolean | isSelected = false |
Hashtable | propertiesList |