Class DtoRunConditionAspect
java.lang.Object
com.vernaio.kayros.engine.v2.api.dto.DtoRunConditionAspect
- All Implemented Interfaces:
IDtoRunConditionAspect
One aspect of a run condition.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDtoRunConditionAspect(String key, IDtoAbstractRunConditionAspectType type, String value) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetKey()The name of this aspect/dimension.getType()The type of this aspect/dimension.getValue()The value of the run condition in this aspect/dimension.inthashCode()voidThe name of this aspect/dimension.voidThe type of this aspect/dimension.voidThe value of the run condition in this aspect/dimension.The name of this aspect/dimension.The type of this aspect/dimension.The value of the run condition in this aspect/dimension.
-
Constructor Details
-
DtoRunConditionAspect
protected DtoRunConditionAspect() -
DtoRunConditionAspect
-
-
Method Details
-
getKey
The name of this aspect/dimension.- Specified by:
getKeyin interfaceIDtoRunConditionAspect
-
setKey
The name of this aspect/dimension.- Specified by:
setKeyin interfaceIDtoRunConditionAspect
-
getType
The type of this aspect/dimension.- Specified by:
getTypein interfaceIDtoRunConditionAspect
-
setType
The type of this aspect/dimension.- Specified by:
setTypein interfaceIDtoRunConditionAspect
-
getValue
The value of the run condition in this aspect/dimension.- Specified by:
getValuein interfaceIDtoRunConditionAspect
-
setValue
The value of the run condition in this aspect/dimension.- Specified by:
setValuein interfaceIDtoRunConditionAspect
-
equals
-
hashCode
public int hashCode() -
withKey
The name of this aspect/dimension. -
withType
The type of this aspect/dimension. -
withValue
The value of the run condition in this aspect/dimension.
-