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
FieldsModifier and TypeFieldDescriptionprotected StringThe name of the EPP trigger.protected TriggerPointThe point when the EPP trigger executes.protected TriggerStatusThe status at which the EPP trigger executes.protected TriggerTypeThe type of the EPP trigger.Fields inherited from class com.genologics.ri.stepconfiguration.LockableSetting
locked -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()Gets the name of the EPP trigger.getPoint()Gets the point when the EPP trigger executes.Gets the status at which the EPP trigger executes.getType()Gets the type of the EPP trigger.voidSets the name of the EPP trigger.voidsetPoint(TriggerPoint point) Sets the point when the EPP trigger executes.voidsetStatus(TriggerStatus status) Sets the status at which the EPP trigger executes.voidsetType(TriggerType type) Sets the type of the EPP trigger.Methods inherited from class com.genologics.ri.stepconfiguration.LockableSetting
isLocked, setLocked
-
Field Details
-
name
The name of the EPP trigger. -
type
The type of the EPP trigger. -
point
The point when the EPP trigger executes. -
status
The status at which the EPP trigger executes.
-
-
Constructor Details
-
EppTrigger
public EppTrigger()
-
-
Method Details
-
getName
Gets the name of the EPP trigger.- Returns:
- The EPP trigger name.
-
setName
Sets the name of the EPP trigger.- Parameters:
name- The EPP trigger name.
-
getType
Gets the type of the EPP trigger.- Returns:
- The EPP trigger type.
-
setType
Sets the type of the EPP trigger.- Parameters:
type- The EPP trigger type.
-
getPoint
Gets the point when the EPP trigger executes.- Returns:
- The trigger point.
-
setPoint
Sets the point when the EPP trigger executes.- Parameters:
point- The trigger point.
-
getStatus
Gets the status at which the EPP trigger executes.- Returns:
- The trigger status.
-
setStatus
Sets the status at which the EPP trigger executes.- Parameters:
status- The trigger status.
-