adicionarAtributoTabela(InfraDTO::$PREFIXO_STR, 'Nome', 'nome'); $this->adicionarAtributoTabela(InfraDTO::$PREFIXO_STR, 'Valor', 'valor'); $this->adicionarAtributoTabela(InfraDTO::$PREFIXO_STR, 'Descricao', 'descricao'); $this->configurarPK('Nome',InfraDTO::$TIPO_PK_INFORMADO); } }