| 177 | void setClassName (std::string className) { _className = className; } |
| 178 | void setTitle (std::string title) { _title = title; } |
| 179 | void setDescription (std::string description) { _description = description; } |
| 180 | void setKeywords (std::string keywords) { _keywords = keywords; } |
| 181 | void setHelpPage (std::string helpPage) { _helpPage = helpPage; } |
| 182 | void setCategory (IPLProcessCategory category) { _category = category; } |