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 TypeMethodDescriptionThe value of a runConditionAspect.The cost or duration associated with this aspectValue.voidsetAspectValue(String aspectValue) The value of a runConditionAspect.voidsetExpense(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
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
The cost or duration associated with this aspectValue.
-