public function __construct($id = '')
 {
     parent::__construct($id);
     $this->valor = new Numero();
     $this->tipo = 0;
     $this->prazo = 0;
 }