Package omero :: Package gateway :: Class AnnotationWrapper
[hide private]
[frames] | no frames]

Class AnnotationWrapper

source code


omero_model_AnnotationI class wrapper extends BlitzObjectWrapper.

Instance Methods [hide private]
 
__init__(self, *args, **kwargs)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
__eq__(self, a) source code
 
getNs(self) source code
 
setNs(self, val) source code
 
getValue(self) source code
 
setValue(self, val) source code

Inherited from BlitzObjectWrapper: __bstrap__, __getattr__, __loadedHotSwap__, __prepare__, __repr__, canOwnerWrite, canWrite, countChildren, countChildren_cached, creationEventDate, getAncestry, getAnnotation, getDescription, getDetails, getId, getName, getOwner, getOwnerFullName, getOwnerOmeName, linkAnnotation, listAnnotations, listChildren, listParents, removeAnnotations, save, saveAs, setName, simpleMarshal, updateEventDate

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Methods [hide private]
 
_register(klass, regklass) source code
 
_wrap(klass, conn, obj) source code
 
createAndLink(klass, target, ns, val=None) source code
Class Variables [hide private]
  registry = {}
  OMERO_TYPE = None

Inherited from BlitzObjectWrapper: CHILD_WRAPPER_CLASS, LINK_CLASS, OMERO_CLASS, PARENT_WRAPPER_CLASS

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, *args, **kwargs)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

__eq__(self, a)
(Equality operator)

source code 
Overrides: BlitzObjectWrapper.__eq__