Class IceBucketField

java.lang.Object
com.genologics.ri.processtype.Field
com.genologics.ri.processtype.IceBucketField
All Implemented Interfaces:
Serializable

public class IceBucketField 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 ice bucket view.
Since:
2.25
See Also:
  • Field Details

    • detail

      protected Boolean detail
      Indicates whether this field shows in the detail view.
  • Constructor Details

    • IceBucketField

      public IceBucketField()
      Constructs a new ice bucket field.
  • Method Details

    • getDetail

      public Boolean getDetail()
      Gets whether this field shows in the detail view.
      Returns:
      true if this field shows in detail view, false otherwise.
    • setDetail

      public void setDetail(Boolean detail)
      Sets whether this field shows in the detail view.
      Parameters:
      detail - true if this field should show in detail view.