Interface IDtoSingleAspectBasicValueTransitionExpense
- All Known Implementing Classes:
DtoSingleAspectBasicValueTransitionExpense
public interface IDtoSingleAspectBasicValueTransitionExpense
Internal of DtoSingleAspectBasicTransitionExpenseModel; An expense associated with a specific deviceStateAspectValue.
-
Method Summary
Modifier and TypeMethodDescriptionThe value of a deviceStateAspect.The cost or duration associated with setting or clearing this aspectValue.voidsetAspectValue(String aspectValue) The value of a deviceStateAspect.voidsetExpense(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
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
The cost or duration associated with setting or clearing this aspectValue.
-