Package libcivtat :: Package model :: Module AdrPostal :: Class AdrPostal
[show private | hide private]
[frames | no frames]

Type AdrPostal

object --+
         |
        AdrPostal


Classe que representa a una adreca postal


Method Summary
  __init__(self, codiDom, adr)
  getAdreca(self)
  getCodiDom(self)
  getCp(self)
  getMunicipi(self)
  getPais(self)
  getProvincia(self)
  setAdreca(self, adr)
  setCodiDom(self, codiD)
  setCp(self, cp)
  setMunicipi(self, m)
  setPais(self, p)
  setProvincia(self, p)
  toXml(self)
Metode que retorna un xml de la classe
    Inherited from object
  __delattr__(...)
x.__delattr__('name') <==> del x.name
  __getattribute__(...)
x.__getattribute__('name') <==> x.name
  __hash__(x)
x.__hash__() <==> hash(x)
  __new__(T, S, ...)
T.__new__(S, ...) -> a new object with type S, a subtype of T
  __reduce__(...)
helper for pickle
  __reduce_ex__(...)
helper for pickle
  __repr__(x)
x.__repr__() <==> repr(x)
  __setattr__(...)
x.__setattr__('name', value) <==> x.name = value
  __str__(x)
x.__str__() <==> str(x)

Method Details

__init__(self, codiDom, adr)
(Constructor)

Parameters:
codiDom -

codi del domicili

Overrides:
__builtin__.object.__init__

toXml(self)

Metode que retorna un xml de la classe


Generated by Epydoc 2.1 on Fri Apr 7 12:51:01 2006 http://epydoc.sf.net