com.polarion.platform.persistence.model.IHasCustomValues
METHODS
| Modifiers and Type | Name | Description |
|---|---|---|
| Object | getCustomField(String) | |
| void | setCustomField(String,Object) | Sets the value of the given custom field. The value type must be checked against the custom field configuration. If the field configuration does not exist, only the {@link String} value is accepted. |
| Collection | getCustomFieldsList() | |
| ICustomField | getCustomFieldPrototype(String) | Shortcut for ICustomFieldsService.getCustomField(key, getProtoName(), getContextId()) |
Back to Index