java.lang.Object
com.genologics.ri.sample.BioSource
- All Implemented Interfaces:
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Gets the description of the biosource.Deprecated.Gets the list of user-defined fields for the biosource.getName()Deprecated.Gets the name of the biosource.voidsetDescription(String value) Deprecated.Sets the description of the biosource.voidDeprecated.Sets the name of the biosource.
-
Field Details
-
description
Deprecated.The description of the biosource. -
fields
Deprecated.The user-defined fields for the biosource. -
name
Deprecated.The name of the biosource.
-
-
Constructor Details
-
BioSource
public BioSource()Deprecated.Constructor for an empty biosource. -
BioSource
Deprecated.Constructor for a biosource with a name.- Parameters:
name- The biosource name.
-
-
Method Details
-
getDescription
Deprecated.Gets the description of the biosource.- Returns:
- The biosource description.
-
setDescription
Deprecated.Sets the description of the biosource.- Parameters:
value- The biosource description.
-
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
Deprecated.Gets the name of the biosource.- Returns:
- The biosource name.
-
setName
Deprecated.Sets the name of the biosource.- Parameters:
value- The biosource name.
-