java.lang.Object
com.genologics.ri.stepconfiguration.LockableSetting
com.genologics.ri.stepconfiguration.EppTrigger
- All Implemented Interfaces:
Serializable
EPP trigger configuration for the Protocol Step.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected TriggerPoint
protected TriggerStatus
protected TriggerType
Fields inherited from class com.genologics.ri.stepconfiguration.LockableSetting
locked
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
getPoint()
getType()
void
void
setPoint
(TriggerPoint point) void
setStatus
(TriggerStatus status) void
setType
(TriggerType type) Methods inherited from class com.genologics.ri.stepconfiguration.LockableSetting
isLocked, setLocked
-
Field Details
-
name
-
type
-
point
-
status
-
-
Constructor Details
-
EppTrigger
public EppTrigger()
-
-
Method Details
-
getName
-
setName
-
getType
-
setType
-
getPoint
-
setPoint
-
getStatus
-
setStatus
-