Class GenericTypeLink

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

public class GenericTypeLink extends Object implements Serializable
Generic-type is a lockable child element that provides a name linking an entity to the step.
Since:
2.25
See Also:
  • Field Details

    • value

      protected String value
      The value of the generic type link.
    • locked

      protected Boolean locked
      Indicates whether this generic type link is locked.
  • Constructor Details

    • GenericTypeLink

      public GenericTypeLink()
      Default constructor.
    • GenericTypeLink

      public GenericTypeLink(String value)
      Constructor with value.
      Parameters:
      value - The value of the generic type link.
  • Method Details

    • getValue

      public String getValue()
      Gets the value of the generic type link.
      Returns:
      The value.
    • setValue

      public void setValue(String value)
      Sets the value of the generic type link.
      Parameters:
      value - The value.
    • getLocked

      public Boolean getLocked()
      Gets whether this generic type link is locked.
      Returns:
      True if locked, false otherwise.
    • setLocked

      public void setLocked(Boolean locked)
      Sets whether this generic type link is locked.
      Parameters:
      locked - True to lock, false to unlock.
    • toString

      public String toString()
      Returns a string representation of this generic type link.
      Overrides:
      toString in class Object
      Returns:
      The class name with optional value.