public class BrAPIPlate extends Object
| Constructor and Description |
|---|
BrAPIPlate() |
| Modifier and Type | Method and Description |
|---|---|
BrAPIPlate |
additionalInfo(com.google.gson.JsonObject additionalInfo) |
boolean |
equals(Object o) |
BrAPIPlate |
externalReferences(List<BrAPIExternalReference> externalReferences) |
com.google.gson.JsonObject |
getAdditionalInfo()
Additional arbitrary info
|
@Valid List<BrAPIExternalReference> |
getExternalReferences()
Get externalReferences
|
String |
getPlateBarcode()
A unique identifier physically attached to a `Plate`
|
String |
getPlateDbId()
The ID which uniquely identifies a `Plate`
|
BrAPIPlateFormat |
getPlateFormat()
Enum for plate formats, usually \"PLATE_96\" for a 96 well plate or \"TUBES\" for plateless format
|
String |
getPlateName()
A human readable name for a `Plate`
|
String |
getProgramDbId()
The ID which uniquely identifies a `Program` within the given database server
|
BrAPISampleTypeEnum |
getSampleType()
The type of samples taken.
|
String |
getStudyDbId()
The ID which uniquely identifies a `Study` within the given database server
|
String |
getTrialDbId()
The ID which uniquely identifies a `Trial` within the given database server
|
int |
hashCode() |
BrAPIPlate |
plateBarcode(String plateBarcode) |
BrAPIPlate |
plateDbId(String plateDbId) |
BrAPIPlate |
plateFormat(BrAPIPlateFormat plateFormat) |
BrAPIPlate |
plateName(String plateName) |
BrAPIPlate |
programDbId(String programDbId) |
BrAPIPlate |
putAdditionalInfoItem(String key,
Object additionalInfoItem) |
BrAPIPlate |
sampleType(BrAPISampleTypeEnum sampleType) |
void |
setAdditionalInfo(com.google.gson.JsonObject additionalInfo) |
void |
setExternalReferences(List<BrAPIExternalReference> externalReferences) |
void |
setPlateBarcode(String plateBarcode) |
void |
setPlateDbId(String plateDbId) |
void |
setPlateFormat(BrAPIPlateFormat plateFormat) |
void |
setPlateName(String plateName) |
void |
setProgramDbId(String programDbId) |
void |
setSampleType(BrAPISampleTypeEnum sampleType) |
void |
setStudyDbId(String studyDbId) |
void |
setTrialDbId(String trialDbId) |
BrAPIPlate |
studyDbId(String studyDbId) |
String |
toString() |
BrAPIPlate |
trialDbId(String trialDbId) |
public BrAPIPlate additionalInfo(com.google.gson.JsonObject additionalInfo)
public BrAPIPlate putAdditionalInfoItem(String key, Object additionalInfoItem)
public com.google.gson.JsonObject getAdditionalInfo()
public void setAdditionalInfo(com.google.gson.JsonObject additionalInfo)
public BrAPIPlate externalReferences(List<BrAPIExternalReference> externalReferences)
@Valid public @Valid List<BrAPIExternalReference> getExternalReferences()
public void setExternalReferences(List<BrAPIExternalReference> externalReferences)
public BrAPIPlate plateBarcode(String plateBarcode)
public String getPlateBarcode()
public void setPlateBarcode(String plateBarcode)
public BrAPIPlate plateDbId(String plateDbId)
public String getPlateDbId()
public void setPlateDbId(String plateDbId)
public BrAPIPlate plateFormat(BrAPIPlateFormat plateFormat)
public BrAPIPlateFormat getPlateFormat()
public void setPlateFormat(BrAPIPlateFormat plateFormat)
public BrAPIPlate plateName(String plateName)
public String getPlateName()
public void setPlateName(String plateName)
public BrAPIPlate programDbId(String programDbId)
public String getProgramDbId()
public void setProgramDbId(String programDbId)
public BrAPIPlate sampleType(BrAPISampleTypeEnum sampleType)
public BrAPISampleTypeEnum getSampleType()
public void setSampleType(BrAPISampleTypeEnum sampleType)
public BrAPIPlate studyDbId(String studyDbId)
public String getStudyDbId()
public void setStudyDbId(String studyDbId)
public BrAPIPlate trialDbId(String trialDbId)
public String getTrialDbId()
public void setTrialDbId(String trialDbId)
Copyright © 2023. All rights reserved.