Sample |
Sample.addCellTypeItem(Parameter cellTypeItem) |
Add a single cellTypeItem to the cellType collection.
|
Sample |
Sample.addCustomItem(Parameter customItem) |
Add a single customItem to the custom collection.
|
Sample |
Sample.addDiseaseItem(Parameter diseaseItem) |
Add a single diseaseItem to the disease collection.
|
Sample |
Sample.addSpeciesItem(Parameter speciesItem) |
Add a single speciesItem to the species collection.
|
Sample |
Sample.addTissueItem(Parameter tissueItem) |
Add a single tissueItem to the tissue collection.
|
Sample |
Sample.cellType(List<Parameter> cellType) |
Builder method for cellType.
|
Sample |
Sample.custom(List<Parameter> custom) |
Builder method for custom.
|
Sample |
Sample.description(String description) |
Builder method for description.
|
Sample |
Sample.disease(List<Parameter> disease) |
Builder method for disease.
|
Sample |
Sample.elementType(String elementType) |
|
@Valid Sample |
Assay.getSampleRef() |
The sample referenced by this assay.
|
Sample |
Sample.id(Integer id) |
|
Sample |
Sample.name(String name) |
Builder method for name.
|
Sample |
Sample.species(List<Parameter> species) |
Builder method for species.
|
Sample |
Sample.tissue(List<Parameter> tissue) |
Builder method for tissue.
|