Class Field

java.lang.Object
com.genologics.ri.processtype.Field
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
IceBucketField, QueueField

public class Field extends Object implements Serializable
A field has a name and an attach to value, these fields are used to keep track of all the User Defined and Built In values for samples in queue and work view as well as those on the actual step
Since:
2.25
See Also:
  • Field Details

    • name

      protected String name
    • attachTo

      protected String attachTo
    • style

      protected Style style
  • Constructor Details

    • Field

      public Field()
    • Field

      public Field(String name)
  • Method Details

    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getAttachTo

      public String getAttachTo()
    • setAttachTo

      public void setAttachTo(String attachTo)
    • getStyle

      public Style getStyle()
    • setStyle

      public void setStyle(Style style)
    • toString

      public String toString()
      Overrides:
      toString in class Object