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
    • locked

      protected Boolean locked
  • Constructor Details

    • GenericTypeLink

      public GenericTypeLink()
    • GenericTypeLink

      public GenericTypeLink(String value)
  • Method Details

    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)
    • getLocked

      public Boolean getLocked()
    • setLocked

      public void setLocked(Boolean locked)
    • toString

      public String toString()
      Overrides:
      toString in class Object