Class DtoSingleAspectBasicValueRunExpense
java.lang.Object
com.vernaio.kayros.engine.v2.api.dto.DtoSingleAspectBasicValueRunExpense
- All Implemented Interfaces:
IDtoSingleAspectBasicValueRunExpense
public class DtoSingleAspectBasicValueRunExpense
extends Object
implements IDtoSingleAspectBasicValueRunExpense
Internal of DtoSingleAspectBasicRunExpenseModel; An expense associated with a specific run condition aspect value.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe value of a runConditionAspect.The cost or duration associated with this aspectValue.inthashCode()voidsetAspectValue(String aspectValue) The value of a runConditionAspect.voidsetExpense(Double expense) The cost or duration associated with this aspectValue.withAspectValue(String aspectValue) The value of a runConditionAspect.withExpense(Double expense) The cost or duration associated with this aspectValue.
-
Constructor Details
-
DtoSingleAspectBasicValueRunExpense
protected DtoSingleAspectBasicValueRunExpense() -
DtoSingleAspectBasicValueRunExpense
-
-
Method Details
-
getAspectValue
The value of a runConditionAspect. No job implied, so special char $ is not allowed.- Specified by:
getAspectValuein interfaceIDtoSingleAspectBasicValueRunExpense
-
setAspectValue
The value of a runConditionAspect. No job implied, so special char $ is not allowed.- Specified by:
setAspectValuein interfaceIDtoSingleAspectBasicValueRunExpense
-
getExpense
The cost or duration associated with this aspectValue.- Specified by:
getExpensein interfaceIDtoSingleAspectBasicValueRunExpense
-
setExpense
The cost or duration associated with this aspectValue.- Specified by:
setExpensein interfaceIDtoSingleAspectBasicValueRunExpense
-
equals
-
hashCode
public int hashCode() -
withAspectValue
The value of a runConditionAspect. No job implied, so special char $ is not allowed. -
withExpense
The cost or duration associated with this aspectValue.
-