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

Class DetailsWrapper

source code


omero_model_DetailsI class wrapper extends BlitzObjectWrapper.

Instance Methods [hide private]
 
__init__(self, *args, **kwargs)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
getOwner(self)
Gets user who is the owner of this object.
source code
 
getGroup(self) source code

Inherited from BlitzObjectWrapper: __bstrap__, __eq__, __getattr__, __loadedHotSwap__, __prepare__, __repr__, canOwnerWrite, canWrite, countChildren, countChildren_cached, creationEventDate, getAncestry, getAnnotation, getDescription, getDetails, getId, getName, 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 Variables [hide private]

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)

getOwner(self)

source code 

Gets user who is the owner of this object.

Returns:
_ExperimenterWrapper
Overrides: BlitzObjectWrapper.getOwner
(inherited documentation)