Interface IDtoSingleAspectLinearRunExpenseModel
- All Superinterfaces:
IDtoAbstractRunExpenseModel
- All Known Implementing Classes:
DtoSingleAspectLinearRunExpenseModel
On evalulation, returns offset + slope * (associated value of argument).
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionkey of a numerical run condition aspectgetId()Unique identifier amoung all DtoAbstractRunExpenseModels.getSlope()getType()Type discriminatorvoidsetArgument(String argument) key of a numerical run condition aspectvoidUnique identifier amoung all DtoAbstractRunExpenseModels.voidvoid
-
Field Details
-
_DISCRIMINATOR_TYPE_NAME
- See Also:
-
-
Method Details
-
getType
String getType()Type discriminator- Specified by:
getTypein interfaceIDtoAbstractRunExpenseModel
-
getId
String getId()Unique identifier amoung all DtoAbstractRunExpenseModels.- Specified by:
getIdin interfaceIDtoAbstractRunExpenseModel
-
setId
Unique identifier amoung all DtoAbstractRunExpenseModels.- Specified by:
setIdin interfaceIDtoAbstractRunExpenseModel
-
getArgument
String getArgument()key of a numerical run condition aspect -
setArgument
key of a numerical run condition aspect -
getOffset
Double getOffset() -
setOffset
-
getSlope
Double getSlope() -
setSlope
-