Package medite :: Package Donnees :: Module resultatAppli :: Class Informations
[hide private]
[frames] | no frames]

Class Informations

source code

object --+
         |
        Informations

Instance Methods [hide private]
 
__init__(self, pVersionSource, pEtatSource, pVersionCible, pEtatCible, pParametres, pTransformations, pCommentaire=None)
pre: isinstance(pVersionSource,str) and isinstance(pEtatSource,str) isinstance(pVersionCible,str) and isinstance(pEtatCible,str) isinstance(pParametres,planTravail.Parametres) isinstance(pTransformations,Transformations) (pCommentaire==None or isinstance(pCommentaire,Commentaire))
source code
 
getVersionSource(self) source code
 
getEtatSource(self) source code
 
getVersionCible(self) source code
 
getEtatCible(self) source code
 
getParametres(self) source code
 
getTransformations(self) source code
 
getCommentaire(self) source code
 
existeCommentaire(self)
Verifie si le commentaire existe
source code
 
existeTransformations(self)
Verifie si les transformations existent
source code
 
setCommentaire(self, pCommentaire) source code

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, pVersionSource, pEtatSource, pVersionCible, pEtatCible, pParametres, pTransformations, pCommentaire=None)
(Constructor)

source code 
pre: isinstance(pVersionSource,str) and isinstance(pEtatSource,str) isinstance(pVersionCible,str) and isinstance(pEtatCible,str) isinstance(pParametres,planTravail.Parametres) isinstance(pTransformations,Transformations) (pCommentaire==None or isinstance(pCommentaire,Commentaire))
Overrides: object.__init__