Class QueueField

All Implemented Interfaces:
Serializable

public class QueueField extends Field
A field has a name and an attach to value, these fields are used to keep track of all the UDF values for samples in queue and work view as well as those on the actual step
See Also:
  • Field Details

    • detail

      protected Boolean detail
  • Constructor Details

    • QueueField

      public QueueField()
    • QueueField

      public QueueField(String name)
    • QueueField

      public QueueField(String name, String attachTo)
    • QueueField

      public QueueField(String name, String attachTo, Boolean detail)
  • Method Details

    • getDetail

      public Boolean getDetail()
    • setDetail

      public void setDetail(Boolean detail)