Interface IDtoTaskParameter

All Known Implementing Classes:
DtoTaskParameter

public interface IDtoTaskParameter
A property of a job.
  • Method Summary

    Modifier and Type
    Method
    Description
    Name of the property.
    Value of the property.
    void
    Name of the property.
    void
    Value of the property.
  • Method Details

    • getKey

      String getKey()
      Name of the property.
    • setKey

      void setKey(String key)
      Name of the property.
    • getValue

      String getValue()
      Value of the property. Special char $ is not allowed.
    • setValue

      void setValue(String value)
      Value of the property. Special char $ is not allowed.