Modifier and Type |
Method and Description |
void |
addAllWellAnnotationLinkSet(java.util.List<WellAnnotationLink> targets) |
void |
addAllWellReagentLinkSet(java.util.List<WellReagentLink> targets) |
void |
addAllWellSampleSet(java.util.List<WellSample> targets) |
void |
addWellAnnotationLink(WellAnnotationLink target) |
void |
addWellAnnotationLinkToBoth(WellAnnotationLink link,
boolean bothSides) |
void |
addWellReagentLink(WellReagentLink target) |
void |
addWellReagentLinkToBoth(WellReagentLink link,
boolean bothSides) |
void |
addWellSample(WellSample target) |
void |
clearAnnotationLinks() |
void |
clearReagentLinks() |
void |
clearWellSamples() |
java.util.List<WellAnnotationLink> |
copyAnnotationLinks() |
java.util.List<WellReagentLink> |
copyReagentLinks() |
java.util.List<WellSample> |
copyWellSamples() |
java.util.List<WellAnnotationLink> |
findWellAnnotationLink(Annotation removal) |
java.util.List<WellReagentLink> |
findWellReagentLink(Reagent removal) |
RInt |
getAlpha() |
java.util.Map<java.lang.Long,java.lang.Long> |
getAnnotationLinksCountPerOwner() |
RInt |
getBlue() |
RInt |
getColumn() |
RString |
getExternalDescription() |
RString |
getExternalIdentifier() |
RInt |
getGreen() |
Plate |
getPlate() |
WellSample |
getPrimaryWellSample() |
java.util.Map<java.lang.Long,java.lang.Long> |
getReagentLinksCountPerOwner() |
RInt |
getRed() |
RInt |
getRow() |
RString |
getStatus() |
RString |
getType() |
RInt |
getVersion() |
WellSample |
getWellSample(int index) |
WellAnnotationLink |
linkAnnotation(Annotation addition) |
java.util.List<Annotation> |
linkedAnnotationList() |
java.util.List<Reagent> |
linkedReagentList() |
WellReagentLink |
linkReagent(Reagent addition) |
void |
reloadAnnotationLinks(Well toCopy) |
void |
reloadReagentLinks(Well toCopy) |
void |
reloadWellSamples(Well toCopy) |
void |
removeAllWellAnnotationLinkSet(java.util.List<WellAnnotationLink> targets) |
void |
removeAllWellReagentLinkSet(java.util.List<WellReagentLink> targets) |
void |
removeAllWellSampleSet(java.util.List<WellSample> targets) |
void |
removeWellAnnotationLink(WellAnnotationLink theTarget) |
void |
removeWellAnnotationLinkFromBoth(WellAnnotationLink link,
boolean bothSides) |
void |
removeWellReagentLink(WellReagentLink theTarget) |
void |
removeWellReagentLinkFromBoth(WellReagentLink link,
boolean bothSides) |
void |
removeWellSample(WellSample theTarget) |
void |
setAlpha(RInt theAlpha) |
void |
setBlue(RInt theBlue) |
void |
setColumn(RInt theColumn) |
void |
setExternalDescription(RString theExternalDescription) |
void |
setExternalIdentifier(RString theExternalIdentifier) |
void |
setGreen(RInt theGreen) |
void |
setPlate(Plate thePlate) |
WellSample |
setPrimaryWellSample(WellSample theElement) |
void |
setRed(RInt theRed) |
void |
setRow(RInt theRow) |
void |
setStatus(RString theStatus) |
void |
setType(RString theType) |
void |
setVersion(RInt theVersion) |
WellSample |
setWellSample(int index,
WellSample theElement) |
int |
sizeOfAnnotationLinks() |
int |
sizeOfReagentLinks() |
int |
sizeOfWellSamples() |
void |
unlinkAnnotation(Annotation removal) |
void |
unlinkReagent(Reagent removal) |
void |
unloadAnnotationLinks() |
void |
unloadReagentLinks() |
void |
unloadWellSamples() |