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.
      The description of the biosource.
    • fields

      protected List<UDF> fields
      Deprecated.
      The user-defined fields for the biosource.
    • name

      protected String name
      Deprecated.
      The name of the biosource.
  • Constructor Details

    • BioSource

      public BioSource()
      Deprecated.
      Constructor for an empty biosource.
    • BioSource

      public BioSource(String name)
      Deprecated.
      Constructor for a biosource with a name.
      Parameters:
      name - The biosource name.
  • Method Details

    • getDescription

      public String getDescription()
      Deprecated.
      Gets the description of the biosource.
      Returns:
      The biosource description.
    • setDescription

      public void setDescription(String value)
      Deprecated.
      Sets the description of the biosource.
      Parameters:
      value - The biosource description.
    • getFields

      public List<UDF> getFields()
      Deprecated.
      Gets the list of user-defined fields for the biosource.

      This accessor method returns a reference to the live list, not a snapshot. Any modification to the returned list will be reflected in the object.

      Returns:
      The list of user-defined fields.
    • getName

      public String getName()
      Deprecated.
      Gets the name of the biosource.
      Returns:
      The biosource name.
    • setName

      public void setName(String value)
      Deprecated.
      Sets the name of the biosource.
      Parameters:
      value - The biosource name.