Package omero.model
Interface _ObjectiveOperationsNC
-
- All Superinterfaces:
_IObjectOperationsNC
- All Known Implementing Classes:
_ObjectiveTie
,Objective
,ObjectiveI
public interface _ObjectiveOperationsNC 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)
-
getManufacturer
RString getManufacturer()
-
setManufacturer
void setManufacturer(RString theManufacturer)
-
getModel
RString getModel()
-
setModel
void setModel(RString theModel)
-
getLotNumber
RString getLotNumber()
-
setLotNumber
void setLotNumber(RString theLotNumber)
-
getSerialNumber
RString getSerialNumber()
-
setSerialNumber
void setSerialNumber(RString theSerialNumber)
-
getNominalMagnification
RDouble getNominalMagnification()
-
setNominalMagnification
void setNominalMagnification(RDouble theNominalMagnification)
-
getCalibratedMagnification
RDouble getCalibratedMagnification()
-
setCalibratedMagnification
void setCalibratedMagnification(RDouble theCalibratedMagnification)
-
getLensNA
RDouble getLensNA()
-
setLensNA
void setLensNA(RDouble theLensNA)
-
getImmersion
Immersion getImmersion()
-
setImmersion
void setImmersion(Immersion theImmersion)
-
getCorrection
Correction getCorrection()
-
setCorrection
void setCorrection(Correction theCorrection)
-
getWorkingDistance
Length getWorkingDistance()
-
setWorkingDistance
void setWorkingDistance(Length theWorkingDistance)
-
getIris
RBool getIris()
-
setIris
void setIris(RBool theIris)
-
getInstrument
Instrument getInstrument()
-
setInstrument
void setInstrument(Instrument theInstrument)
-
unloadAnnotationLinks
void unloadAnnotationLinks()
-
sizeOfAnnotationLinks
int sizeOfAnnotationLinks()
-
copyAnnotationLinks
java.util.List<ObjectiveAnnotationLink> copyAnnotationLinks()
-
addObjectiveAnnotationLink
void addObjectiveAnnotationLink(ObjectiveAnnotationLink target)
-
addAllObjectiveAnnotationLinkSet
void addAllObjectiveAnnotationLinkSet(java.util.List<ObjectiveAnnotationLink> targets)
-
removeObjectiveAnnotationLink
void removeObjectiveAnnotationLink(ObjectiveAnnotationLink theTarget)
-
removeAllObjectiveAnnotationLinkSet
void removeAllObjectiveAnnotationLinkSet(java.util.List<ObjectiveAnnotationLink> targets)
-
clearAnnotationLinks
void clearAnnotationLinks()
-
reloadAnnotationLinks
void reloadAnnotationLinks(Objective toCopy)
-
getAnnotationLinksCountPerOwner
java.util.Map<java.lang.Long,java.lang.Long> getAnnotationLinksCountPerOwner()
-
linkAnnotation
ObjectiveAnnotationLink linkAnnotation(Annotation addition)
-
addObjectiveAnnotationLinkToBoth
void addObjectiveAnnotationLinkToBoth(ObjectiveAnnotationLink link, boolean bothSides)
-
findObjectiveAnnotationLink
java.util.List<ObjectiveAnnotationLink> findObjectiveAnnotationLink(Annotation removal)
-
unlinkAnnotation
void unlinkAnnotation(Annotation removal)
-
removeObjectiveAnnotationLinkFromBoth
void removeObjectiveAnnotationLinkFromBoth(ObjectiveAnnotationLink link, boolean bothSides)
-
linkedAnnotationList
java.util.List<Annotation> linkedAnnotationList()
-
-