| Home | Trees | Index | Help |
|
|---|
| Package libcivtat :: Package model :: Module Habitant :: Class Habitant |
|
object --+
|
Habitant
Classe que representa a un habitant
| Method Summary | |
|---|---|
| |
Metode que afegeix una adreca al llistat d'adreces secundaries de l'habitant | |
Metode que afegeix un contacte a la llista de contactes d'un habitant | |
getAdr(self)
| |
getCodiP(self)
| |
getCohab(self)
| |
getContactes(self)
| |
getDataN(self)
| |
getDni(self)
| |
getDniDc(self)
| |
getLlocN(self)
| |
getMare(self)
| |
getNac(self)
| |
getNom(self)
| |
getNumOrdre(self)
| |
getPare(self)
| |
getParentiu(self)
| |
getSexe(self)
| |
setAdr(self,
adr)
| |
setCodiP(self,
codiP)
| |
setCohab(self,
c)
| |
setContactes(self,
cont)
| |
setDataN(self,
dN)
| |
setDni(self,
dni)
| |
setDniDc(self,
dc)
| |
setLlocN(self,
llN)
| |
setMare(self,
m)
| |
setNac(self,
n)
| |
setNom(self,
nom)
| |
setNumOrdre(self,
nO)
| |
setPare(self,
p)
| |
setParentiu(self,
p)
| |
setSexe(self,
s)
| |
Metode que transforma les dades d'un habitant en un xml | |
| Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
x.__hash__() <==> hash(x) | |
T.__new__(S, ...) -> a new object with type S, a subtype of T | |
helper for pickle | |
helper for pickle | |
x.__repr__() <==> repr(x) | |
x.__setattr__('name', value) <==> x.name = value | |
x.__str__() <==> str(x) | |
| Method Details |
|---|
__init__(self,
codiP,
nom,
dni,
dc,
sexe,
dN,
llN,
nac,
coHab)
|
afegirAdr(self, adrPostal)Metode que afegeix una adreca al llistat d'adreces secundaries de l'habitant
|
afegirContacte(self, contacte)Metode que afegeix un contacte a la llista de contactes d'un habitant
|
toXml(self)Metode que transforma les dades d'un habitant en un xml |
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Fri Apr 7 12:51:01 2006 | http://epydoc.sf.net |