Package cdm.product.template
Class Barrier.BarrierImpl
java.lang.Object
cdm.product.template.Barrier.BarrierImpl
- All Implemented Interfaces:
Barrier,com.rosetta.model.lib.RosettaModelObject
- Enclosing interface:
Barrier
Immutable Implementation of Barrier
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.product.template.Barrier
Barrier.BarrierBuilder, Barrier.BarrierBuilderImpl, Barrier.BarrierImpl -
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build MethodsbooleanList<? extends TriggerEvent> The option only becomes active when a predetermined trigger level is breached.List<? extends TriggerEvent> The option becomes null and void when a predetermined trigger level is breached.inthashCode()protected voidsetBuilderFields(Barrier.BarrierBuilder builder) toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Constructor Details
-
BarrierImpl
-
-
Method Details
-
getKnockIn
@RosettaAttribute("knockIn") @Accessor(GETTER) @Multi @RuneAttribute("knockIn") public List<? extends TriggerEvent> getKnockIn()Description copied from interface:BarrierThe option only becomes active when a predetermined trigger level is breached.- Specified by:
getKnockInin interfaceBarrier
-
getKnockOut
@RosettaAttribute("knockOut") @Accessor(GETTER) @Multi @RuneAttribute("knockOut") public List<? extends TriggerEvent> getKnockOut()Description copied from interface:BarrierThe option becomes null and void when a predetermined trigger level is breached.- Specified by:
getKnockOutin interfaceBarrier
-
build
Description copied from interface:BarrierBuild Methods -
toBuilder
-
setBuilderFields
-
equals
-
hashCode
public int hashCode() -
toString
-