Inheritance diagram for ConfigurationItem:
Collaboration diagram for ConfigurationItem:Public Methods | |
| ConfigurationItem | clone () throws CloneNotSupportedException |
| ConfigurationItem () | |
| long | getId () |
| void | setId (long id) |
| String | getCategory () |
| void | setCategory (String name) |
| String | getValue () |
| void | setValue (String value) |
| String | getEditorClassName () |
| void | setEditorClassName (String editorClassName) |
| String | getDescription () |
| void | setDescription (String description) |
| void | setComment (String comment) |
| String | getComment () |
| int | getMinimum () |
| void | setMinimum (int min) |
| int | getMaximum () |
| void | setMaximum (int max) |
| String | getRestriction () |
| void | setRestriction (String valueRestriction) |
| void | addRestrictionParameter (String subConfig) |
| void | setRestrictionParameters (List< String > editorConfiguration) |
| List< String > | getRestrictionParameters () |
| boolean | evaluateRestrictionOnServer () |
| void | setEvaulateRestrictiononServer (boolean evaulateRestrictiononServer) |
| void addRestrictionParameter | ( | String | subConfig | ) |
| ConfigurationItem clone | ( | ) | throws CloneNotSupportedException |
| boolean evaluateRestrictionOnServer | ( | ) |
| String getCategory | ( | ) |
| String getComment | ( | ) |
| String getDescription | ( | ) |
| String getEditorClassName | ( | ) |
| long getId | ( | ) |
| int getMaximum | ( | ) |
| int getMinimum | ( | ) |
| String getRestriction | ( | ) |
| List<String> getRestrictionParameters | ( | ) |
| String getValue | ( | ) |
| void setCategory | ( | String | name | ) |
| void setComment | ( | String | comment | ) |
| void setDescription | ( | String | description | ) |
| void setEditorClassName | ( | String | editorClassName | ) |
| void setEvaulateRestrictiononServer | ( | boolean | evaulateRestrictiononServer | ) |
| void setId | ( | long | id | ) |
| void setMaximum | ( | int | max | ) |
| void setMinimum | ( | int | min | ) |
| void setRestriction | ( | String | valueRestriction | ) |
| void setRestrictionParameters | ( | List< String > | editorConfiguration | ) |
| void setValue | ( | String | value | ) |