Package com.axemble.vdoc.sdk.interfaces
Interface ITreatmentDefinition
- All Superinterfaces:
Serializable
This class retrieves a treatment connection
- Author:
- ploureiro
-
Method Summary
Modifier and TypeMethodDescriptiongetDescription
(String language) Gets the description of the treatment.Gets the label of the treatment.getName()
Gets the name of the treatment.Gets the value of a property.Get all configuration values by sysnamevoid
Sets a value to a property
-
Method Details
-
getLabel
Gets the label of the treatment.- Parameters:
language
-- Returns:
- a string object.
-
getDescription
Gets the description of the treatment.- Parameters:
language
-- Returns:
- a string object.
-
getName
String getName()Gets the name of the treatment.- Returns:
- a string object.
-
setValue
Sets a value to a property- Parameters:
propertyName
- The system name of the property.value
- The value object to set.
-
getValue
Gets the value of a property.- Parameters:
propertyName
- The system name of the property.- Returns:
- A
Object
object.
-
getValues
Get all configuration values by sysname- Parameters:
name
-- Returns:
- A
Map
of java.lang.String and java.lang.Object entries.
-