Interface IDtoSingleAspectBasicValueTransitionExpense

All Known Implementing Classes:
DtoSingleAspectBasicValueTransitionExpense

public interface IDtoSingleAspectBasicValueTransitionExpense
Internal of DtoSingleAspectBasicTransitionExpenseModel; An expense associated with a specific deviceStateAspectValue.
  • Method Summary

    Modifier and Type
    Method
    Description
    The value of a deviceStateAspect.
    The cost or duration associated with setting or clearing this aspectValue.
    void
    setAspectValue(String aspectValue)
    The value of a deviceStateAspect.
    void
    setExpense(Double expense)
    The cost or duration associated with setting or clearing this aspectValue.
  • Method Details

    • getAspectValue

      String getAspectValue()
      The value of a deviceStateAspect. No job implied, so special char $ is not allowed.
    • setAspectValue

      void setAspectValue(String aspectValue)
      The value of a deviceStateAspect. No job implied, so special char $ is not allowed.
    • getExpense

      Double getExpense()
      The cost or duration associated with setting or clearing this aspectValue.
    • setExpense

      void setExpense(Double expense)
      The cost or duration associated with setting or clearing this aspectValue.