Class BioSource

java.lang.Object
com.genologics.ri.sample.BioSource
All Implemented Interfaces:
Serializable

@Deprecated public class BioSource extends Object implements Serializable
Deprecated.
Biosource is not supported in Clarity.
The biosource of the Sample.

A Biosource can either be preset or custom. To match a preset biosource, the name should be provided that matches the preset biosources description. If name is not provided, it is considered a custom biosource

See Also:
  • Field Details

    • description

      protected String description
      Deprecated.
    • fields

      protected List<UDF> fields
      Deprecated.
    • name

      protected String name
      Deprecated.
  • Constructor Details

    • BioSource

      public BioSource()
      Deprecated.
    • BioSource

      public BioSource(String name)
      Deprecated.
  • Method Details

    • getDescription

      public String getDescription()
      Deprecated.
    • setDescription

      public void setDescription(String value)
      Deprecated.
    • getFields

      public List<UDF> getFields()
      Deprecated.
    • getName

      public String getName()
      Deprecated.
    • setName

      public void setName(String value)
      Deprecated.