Package biana :: Package BianaObjects :: Module UserEntity' :: Class UserEntity
[hide private]
[frames] | no frames]

Class UserEntity

source code


A container class to represent a User Entity

A user entity is composed by one or several externalEntities

It only contains the collection of external entity ids

Instance Methods [hide private]
 
__init__(self, id, listExternalEntityId=None)
externalEntities
source code
 
__str__(self)
str(x)
source code
 
addExternalEntity(self, externalEntityId) source code
 
containsExternalEntity(self, externalEntityId) source code
 
getSize(self) source code
 
get_externalEntitiesIds_set(self) source code

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, id, listExternalEntityId=None)
(Constructor)

source code 

externalEntities

Overrides: object.__init__

__str__(self)
(Informal representation operator)

source code 

str(x)

Overrides: object.__str__
(inherited documentation)