Interface ITreatmentDefinition

All Superinterfaces:
Serializable

public interface ITreatmentDefinition extends Serializable
This class retrieves a treatment connection
Author:
ploureiro
  • Method Details

    • getLabel

      String getLabel(String language)
      Gets the label of the treatment.
      Parameters:
      language -
      Returns:
      a string object.
    • getDescription

      String getDescription(String language)
      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

      void setValue(String propertyName, Object value)
      Sets a value to a property
      Parameters:
      propertyName - The system name of the property.
      value - The value object to set.
    • getValue

      Object getValue(String propertyName)
      Gets the value of a property.
      Parameters:
      propertyName - The system name of the property.
      Returns:
      A Object object.
    • getValues

      Map<String,Object> getValues()
      Get all configuration values by sysname
      Parameters:
      name -
      Returns:
      A Map of java.lang.String and java.lang.Object entries.