Package omero.model
Interface _DichroicOperationsNC
-
- All Superinterfaces:
_IObjectOperationsNC
- All Known Implementing Classes:
_DichroicTie
,Dichroic
,DichroicI
public interface _DichroicOperationsNC 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)
-
getInstrument
Instrument getInstrument()
-
setInstrument
void setInstrument(Instrument theInstrument)
-
unloadAnnotationLinks
void unloadAnnotationLinks()
-
sizeOfAnnotationLinks
int sizeOfAnnotationLinks()
-
copyAnnotationLinks
java.util.List<DichroicAnnotationLink> copyAnnotationLinks()
-
addDichroicAnnotationLink
void addDichroicAnnotationLink(DichroicAnnotationLink target)
-
addAllDichroicAnnotationLinkSet
void addAllDichroicAnnotationLinkSet(java.util.List<DichroicAnnotationLink> targets)
-
removeDichroicAnnotationLink
void removeDichroicAnnotationLink(DichroicAnnotationLink theTarget)
-
removeAllDichroicAnnotationLinkSet
void removeAllDichroicAnnotationLinkSet(java.util.List<DichroicAnnotationLink> targets)
-
clearAnnotationLinks
void clearAnnotationLinks()
-
reloadAnnotationLinks
void reloadAnnotationLinks(Dichroic toCopy)
-
getAnnotationLinksCountPerOwner
java.util.Map<java.lang.Long,java.lang.Long> getAnnotationLinksCountPerOwner()
-
linkAnnotation
DichroicAnnotationLink linkAnnotation(Annotation addition)
-
addDichroicAnnotationLinkToBoth
void addDichroicAnnotationLinkToBoth(DichroicAnnotationLink link, boolean bothSides)
-
findDichroicAnnotationLink
java.util.List<DichroicAnnotationLink> findDichroicAnnotationLink(Annotation removal)
-
unlinkAnnotation
void unlinkAnnotation(Annotation removal)
-
removeDichroicAnnotationLinkFromBoth
void removeDichroicAnnotationLinkFromBoth(DichroicAnnotationLink link, boolean bothSides)
-
linkedAnnotationList
java.util.List<Annotation> linkedAnnotationList()
-
-