Class SignalDefinition

java.lang.Object
com.sas.lsaf.workflow.processdefinition.SignalDefinition
All Implemented Interfaces:
Serializable

public class SignalDefinition extends Object implements Serializable
The class that defines the signal for a signal event definition element.
Since:
2.4
See Also:
  • Constructor Details

    • SignalDefinition

      public SignalDefinition(String signalId, String signalName)
      It is not intended or recommended that the consumer of this API construct these objects. They should only deal with the signal definitions returned by the API.
      Parameters:
      signalId - The identifier of the signal definition.
      signalName - The name of the signal definition.
  • Method Details

    • getSignalId

      public String getSignalId()
      Gets the identifier of the signal definition.
      Returns:
      The identifier.
    • getSignalName

      public String getSignalName()
      Gets the name of the signal definition.
      Returns:
      The name.
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object