public interface ITreatmentDefinition extends Serializable
Modifier and Type | Method and Description |
---|---|
String |
getDescription(String language)
Gets the description of the treatment.
|
String |
getLabel(String language)
Gets the label of the treatment.
|
String |
getName()
Gets the name of the treatment.
|
Object |
getValue(String propertyName)
Gets the value of a property.
|
Map<String,Object> |
getValues()
Get all configuration values by sysname
|
void |
setValue(String propertyName,
Object value)
Sets a value to a property
|
String getLabel(String language)
language
- String getDescription(String language)
language
- String getName()
void setValue(String propertyName, Object value)
propertyName
- The system name of the property.value
- The value object to set.Object getValue(String propertyName)
propertyName
- The system name of the property.Object
object.Copyright © 2021 Visiativ Software. All rights reserved.