Interface IDtoSingleAspectBasicValueRunExpense

All Known Implementing Classes:
DtoSingleAspectBasicValueRunExpense

public interface IDtoSingleAspectBasicValueRunExpense
Internal of DtoSingleAspectBasicRunExpenseModel; An expense associated with a specific run condition aspect value.
  • Method Summary

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

    • getAspectValue

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

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

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

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