Modifier and Type |
Method and Description |
void |
addAllReagentSet(java.util.List<Reagent> targets) |
void |
addAllScreenAnnotationLinkSet(java.util.List<ScreenAnnotationLink> targets) |
void |
addAllScreenPlateLinkSet(java.util.List<ScreenPlateLink> targets) |
void |
addReagent(Reagent target) |
void |
addScreenAnnotationLink(ScreenAnnotationLink target) |
void |
addScreenAnnotationLinkToBoth(ScreenAnnotationLink link,
boolean bothSides) |
void |
addScreenPlateLink(ScreenPlateLink target) |
void |
addScreenPlateLinkToBoth(ScreenPlateLink link,
boolean bothSides) |
void |
clearAnnotationLinks() |
void |
clearPlateLinks() |
void |
clearReagents() |
java.util.List<ScreenAnnotationLink> |
copyAnnotationLinks() |
java.util.List<ScreenPlateLink> |
copyPlateLinks() |
java.util.List<Reagent> |
copyReagents() |
java.util.List<ScreenAnnotationLink> |
findScreenAnnotationLink(Annotation removal) |
java.util.List<ScreenPlateLink> |
findScreenPlateLink(Plate removal) |
java.util.Map<java.lang.Long,java.lang.Long> |
getAnnotationLinksCountPerOwner() |
RString |
getDescription() |
RString |
getName() |
java.util.Map<java.lang.Long,java.lang.Long> |
getPlateLinksCountPerOwner() |
RString |
getProtocolDescription() |
RString |
getProtocolIdentifier() |
RString |
getReagentSetDescription() |
RString |
getReagentSetIdentifier() |
RString |
getType() |
RInt |
getVersion() |
ScreenAnnotationLink |
linkAnnotation(Annotation addition) |
java.util.List<Annotation> |
linkedAnnotationList() |
java.util.List<Plate> |
linkedPlateList() |
ScreenPlateLink |
linkPlate(Plate addition) |
void |
reloadAnnotationLinks(Screen toCopy) |
void |
reloadPlateLinks(Screen toCopy) |
void |
reloadReagents(Screen toCopy) |
void |
removeAllReagentSet(java.util.List<Reagent> targets) |
void |
removeAllScreenAnnotationLinkSet(java.util.List<ScreenAnnotationLink> targets) |
void |
removeAllScreenPlateLinkSet(java.util.List<ScreenPlateLink> targets) |
void |
removeReagent(Reagent theTarget) |
void |
removeScreenAnnotationLink(ScreenAnnotationLink theTarget) |
void |
removeScreenAnnotationLinkFromBoth(ScreenAnnotationLink link,
boolean bothSides) |
void |
removeScreenPlateLink(ScreenPlateLink theTarget) |
void |
removeScreenPlateLinkFromBoth(ScreenPlateLink link,
boolean bothSides) |
void |
setDescription(RString theDescription) |
void |
setName(RString theName) |
void |
setProtocolDescription(RString theProtocolDescription) |
void |
setProtocolIdentifier(RString theProtocolIdentifier) |
void |
setReagentSetDescription(RString theReagentSetDescription) |
void |
setReagentSetIdentifier(RString theReagentSetIdentifier) |
void |
setType(RString theType) |
void |
setVersion(RInt theVersion) |
int |
sizeOfAnnotationLinks() |
int |
sizeOfPlateLinks() |
int |
sizeOfReagents() |
void |
unlinkAnnotation(Annotation removal) |
void |
unlinkPlate(Plate removal) |
void |
unloadAnnotationLinks() |
void |
unloadPlateLinks() |
void |
unloadReagents() |