All Implemented Interfaces:
Serializable
Direct Known Subclasses:
IceBucketField, QueueField

public class Field extends LockableSetting
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.
See Also:
  • Field Details

    • name

      protected String name
    • attachTo

      protected String attachTo
    • style

      protected Style style
      Since:
      2.23
  • Constructor Details

    • Field

      public Field()
    • Field

      public Field(String name)
    • Field

      public Field(String name, String attachTo)
  • 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)