Classe SimtestdatRec

(Actualitzat 30/04/2020, 17:22:56)

Extends:

Implements:

Package: eresframe.beans

Informació general

SimtestdatRec.java

Creado el 13 de diciembre de 2006, 19:40

Para cambiar este 'template' Tools | Options y localizar el 'template' bajo el
nodo 'Source Creation and Management'. Clic con el derecho y al elegir 'Open'
ya se puede modificar el texto en el editor.

Clase que procesa cada una de las l�neas de un archivo tipo simtest.dat nuevo, es
decir, un archivo similar al simtest.dat pero con las siguientes variaciones:

47150841J~031379~ABAD QUILES~SILVIA~14/08/81~1~687562127~silvia.abad81@hotmail.com

l�nea nueva
47150841J~031379~ABAD~QUILES~SILVIA~14/08/81~1~687562127~silvia.abad81@hotmail.com~IDIOMA

El antiguo simtest.dat utilizaba un s�lo campo para los apellidos, el nuevo
utiliza dos campos, uno para cada apellido.
El antiguo no indicaba el idioma, el nuevo s�, al final.

Importante: Este tipo de archivo probablemente no se use más. Es de la época en que los datos del simtest se pasaban por archivo. Actualmente se leen directamente por web service
Revisado 30/04/2020 17:19:59
   getBirth
   getClau
   getCog1
   getCog2
   getDni
   getIdioma
   getMail
   getNivel
   getNom
   getTelefono
   SimtestdatRec
   toString
        
eresframe.beans.SimtestdatRec

@return 
@throws 
public String getBirth() {}  
eresframe.beans.SimtestdatRec

@return 
@throws 
public String getClau() {}  
eresframe.beans.SimtestdatRec

@return 
@throws 
public String getCog1() {}  
eresframe.beans.SimtestdatRec

@return 
@throws 
public String getCog2() {}  
eresframe.beans.SimtestdatRec

@return 
@throws 
public String getDni() {}  
eresframe.beans.SimtestdatRec

@return 
@throws 
public String getIdioma() {}  
eresframe.beans.SimtestdatRec

@return 
@throws 
public String getMail() {}  
eresframe.beans.SimtestdatRec

@return 
@throws 
public String getNivel() {}  
eresframe.beans.SimtestdatRec

@return 
@throws 
public String getNom() {}  
eresframe.beans.SimtestdatRec

@return 
@throws 
public String getTelefono() {}  
eresframe.beans.SimtestdatRec
Crea una nueva instancia de SimtestdatRec
@param String
@return 
@throws SimtestdatException
public SimtestdatRec(String str) throws SimtestdatException {}  
eresframe.beans.SimtestdatRec

@return 
@throws 
public String toString()    {}