Class 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 ice bucket field should be shown in detail view.
  • Constructor Details

    • IceBucketField

      public IceBucketField()
      Default constructor.
    • IceBucketField

      public IceBucketField(String name)
      Constructor with field name.
      Parameters:
      name - The field name.
    • IceBucketField

      public IceBucketField(String name, String attachTo)
      Constructor with field name and attach-to value.
      Parameters:
      name - The field name.
      attachTo - What entity this field is attached to.
  • Method Details

    • getDetail

      public Boolean getDetail()
      Gets whether this field should be shown in detail view.
      Returns:
      True if shown in detail view, false otherwise.
    • setDetail

      public void setDetail(Boolean detail)
      Sets whether this field should be shown in detail view.
      Parameters:
      detail - True to show in detail view, false otherwise.