Package omero.model
Interface _WellOperationsNC
-
- All Superinterfaces:
_IObjectOperationsNC
public interface _WellOperationsNC extends _IObjectOperationsNC
-
-
Method Summary
-
Methods inherited from interface omero.model._IObjectOperationsNC
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
-
-
-
-
Method Detail
-
getVersion
RInt getVersion()
-
setVersion
void setVersion(RInt theVersion)
-
getStatus
RString getStatus()
-
setStatus
void setStatus(RString theStatus)
-
getColumn
RInt getColumn()
-
setColumn
void setColumn(RInt theColumn)
-
getRow
RInt getRow()
-
setRow
void setRow(RInt theRow)
-
getRed
RInt getRed()
-
setRed
void setRed(RInt theRed)
-
getGreen
RInt getGreen()
-
setGreen
void setGreen(RInt theGreen)
-
getBlue
RInt getBlue()
-
setBlue
void setBlue(RInt theBlue)
-
getAlpha
RInt getAlpha()
-
setAlpha
void setAlpha(RInt theAlpha)
-
unloadReagentLinks
void unloadReagentLinks()
-
sizeOfReagentLinks
int sizeOfReagentLinks()
-
copyReagentLinks
java.util.List<WellReagentLink> copyReagentLinks()
-
addWellReagentLink
void addWellReagentLink(WellReagentLink target)
-
addAllWellReagentLinkSet
void addAllWellReagentLinkSet(java.util.List<WellReagentLink> targets)
-
removeWellReagentLink
void removeWellReagentLink(WellReagentLink theTarget)
-
removeAllWellReagentLinkSet
void removeAllWellReagentLinkSet(java.util.List<WellReagentLink> targets)
-
clearReagentLinks
void clearReagentLinks()
-
reloadReagentLinks
void reloadReagentLinks(Well toCopy)
-
getReagentLinksCountPerOwner
java.util.Map<java.lang.Long,java.lang.Long> getReagentLinksCountPerOwner()
-
linkReagent
WellReagentLink linkReagent(Reagent addition)
-
addWellReagentLinkToBoth
void addWellReagentLinkToBoth(WellReagentLink link, boolean bothSides)
-
findWellReagentLink
java.util.List<WellReagentLink> findWellReagentLink(Reagent removal)
-
unlinkReagent
void unlinkReagent(Reagent removal)
-
removeWellReagentLinkFromBoth
void removeWellReagentLinkFromBoth(WellReagentLink link, boolean bothSides)
-
linkedReagentList
java.util.List<Reagent> linkedReagentList()
-
getExternalDescription
RString getExternalDescription()
-
setExternalDescription
void setExternalDescription(RString theExternalDescription)
-
getExternalIdentifier
RString getExternalIdentifier()
-
setExternalIdentifier
void setExternalIdentifier(RString theExternalIdentifier)
-
getType
RString getType()
-
setType
void setType(RString theType)
-
unloadWellSamples
void unloadWellSamples()
-
sizeOfWellSamples
int sizeOfWellSamples()
-
copyWellSamples
java.util.List<WellSample> copyWellSamples()
-
addWellSample
void addWellSample(WellSample target)
-
addAllWellSampleSet
void addAllWellSampleSet(java.util.List<WellSample> targets)
-
removeWellSample
void removeWellSample(WellSample theTarget)
-
removeAllWellSampleSet
void removeAllWellSampleSet(java.util.List<WellSample> targets)
-
clearWellSamples
void clearWellSamples()
-
reloadWellSamples
void reloadWellSamples(Well toCopy)
-
getWellSample
WellSample getWellSample(int index)
-
setWellSample
WellSample setWellSample(int index, WellSample theElement)
-
getPrimaryWellSample
WellSample getPrimaryWellSample()
-
setPrimaryWellSample
WellSample setPrimaryWellSample(WellSample theElement)
-
getPlate
Plate getPlate()
-
setPlate
void setPlate(Plate thePlate)
-
unloadAnnotationLinks
void unloadAnnotationLinks()
-
sizeOfAnnotationLinks
int sizeOfAnnotationLinks()
-
copyAnnotationLinks
java.util.List<WellAnnotationLink> copyAnnotationLinks()
-
addWellAnnotationLink
void addWellAnnotationLink(WellAnnotationLink target)
-
addAllWellAnnotationLinkSet
void addAllWellAnnotationLinkSet(java.util.List<WellAnnotationLink> targets)
-
removeWellAnnotationLink
void removeWellAnnotationLink(WellAnnotationLink theTarget)
-
removeAllWellAnnotationLinkSet
void removeAllWellAnnotationLinkSet(java.util.List<WellAnnotationLink> targets)
-
clearAnnotationLinks
void clearAnnotationLinks()
-
reloadAnnotationLinks
void reloadAnnotationLinks(Well toCopy)
-
getAnnotationLinksCountPerOwner
java.util.Map<java.lang.Long,java.lang.Long> getAnnotationLinksCountPerOwner()
-
linkAnnotation
WellAnnotationLink linkAnnotation(Annotation addition)
-
addWellAnnotationLinkToBoth
void addWellAnnotationLinkToBoth(WellAnnotationLink link, boolean bothSides)
-
findWellAnnotationLink
java.util.List<WellAnnotationLink> findWellAnnotationLink(Annotation removal)
-
unlinkAnnotation
void unlinkAnnotation(Annotation removal)
-
removeWellAnnotationLinkFromBoth
void removeWellAnnotationLinkFromBoth(WellAnnotationLink link, boolean bothSides)
-
linkedAnnotationList
java.util.List<Annotation> linkedAnnotationList()
-
-