Package omeroweb :: Package webclient :: Module webclient_gateway :: Class PlateAcquisitionWrapper
[hide private]
[frames] | no frames]

Class PlateAcquisitionWrapper

source code


omero_model_PlateI class wrapper overwrite omero.gateway.PlateWrapper and extends OmeroWebObjectWrapper.

Instance Methods [hide private]
 
__bstrap__(self)
Initialisation method which is implemented by subclasses to set their class variables etc.
source code
 
__prepare__(self, **kwargs)
Initialisation method which is implemented by subclasses to handle various init tasks
source code
 
getName(self)
Gets this object name
source code
 
name(self) source code
 
getFields(self)
Returns max of indexed collection of well samples
source code

Inherited from OmeroWebObjectWrapper: countAnnotations, countParents, warpName

Inherited from omero.gateway.BlitzObjectWrapper: __eq__, __getattr__, __init__, __loadedHotSwap__, __repr__, canDelete, canOwnerWrite, canWrite, countChildren, countChildren_cached, creationEventDate, findChildByName, getAncestry, getAnnotation, getChildLinks, getDate, getDescription, getDetails, getId, getOwner, getOwnerFullName, getOwnerOmeName, getParent, getParentLinks, isEditable, isLeaded, isOwned, isPrivate, isPublic, isReadOnly, isShared, linkAnnotation, listAnnotations, listChildren, listOrphanedAnnotations, listParents, removeAnnotations, save, saveAs, setDescription, setName, simpleMarshal, unlinkAnnotations, updateEventDate

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

Static Methods [hide private]

Inherited from omero.gateway.BlitzObjectWrapper: LINK_PARENT

Class Variables [hide private]
  annotation_counter = None
hash(x)

Inherited from omero.gateway.BlitzObjectWrapper: CHILD_WRAPPER_CLASS, LINK_CHILD, LINK_CLASS, OMERO_CLASS, PARENT_WRAPPER_CLASS

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__bstrap__(self)

source code 

Initialisation method which is implemented by subclasses to set their class variables etc.

Overrides: omero.gateway.BlitzObjectWrapper.__bstrap__
(inherited documentation)

__prepare__(self, **kwargs)

source code 

Initialisation method which is implemented by subclasses to handle various init tasks

Overrides: omero.gateway.BlitzObjectWrapper.__prepare__
(inherited documentation)

getName(self)

source code 

Gets this object name

Returns:
String or None
Overrides: omero.gateway.BlitzObjectWrapper.getName
(inherited documentation)