Class EppTrigger

java.lang.Object
com.genologics.ri.stepconfiguration.LockableSetting
com.genologics.ri.stepconfiguration.EppTrigger
All Implemented Interfaces:
Serializable

public class EppTrigger extends LockableSetting
EPP trigger configuration for the Protocol Step.
See Also:
  • Field Details

    • name

      protected String name
      The name of the EPP trigger.
    • type

      protected TriggerType type
      The type of the EPP trigger.
    • point

      protected TriggerPoint point
      The point when the EPP trigger executes.
    • status

      protected TriggerStatus status
      The status at which the EPP trigger executes.
  • Constructor Details

    • EppTrigger

      public EppTrigger()
  • Method Details

    • getName

      public String getName()
      Gets the name of the EPP trigger.
      Returns:
      The EPP trigger name.
    • setName

      public void setName(String name)
      Sets the name of the EPP trigger.
      Parameters:
      name - The EPP trigger name.
    • getType

      public TriggerType getType()
      Gets the type of the EPP trigger.
      Returns:
      The EPP trigger type.
    • setType

      public void setType(TriggerType type)
      Sets the type of the EPP trigger.
      Parameters:
      type - The EPP trigger type.
    • getPoint

      public TriggerPoint getPoint()
      Gets the point when the EPP trigger executes.
      Returns:
      The trigger point.
    • setPoint

      public void setPoint(TriggerPoint point)
      Sets the point when the EPP trigger executes.
      Parameters:
      point - The trigger point.
    • getStatus

      public TriggerStatus getStatus()
      Gets the status at which the EPP trigger executes.
      Returns:
      The trigger status.
    • setStatus

      public void setStatus(TriggerStatus status)
      Sets the status at which the EPP trigger executes.
      Parameters:
      status - The trigger status.