50 lines
789 B
Java
50 lines
789 B
Java
/*
|
|
* Created on 26-oct-2005
|
|
*
|
|
* TODO To change the template for this generated file go to
|
|
* Window - Preferences - Java - Code Style - Code Templates
|
|
*/
|
|
package com.tarisan.data;
|
|
|
|
|
|
/**
|
|
* @author Roumen
|
|
*
|
|
* TODO To change the template for this generated type comment go to
|
|
* Window - Preferences - Java - Code Style - Code Templates
|
|
*/
|
|
public class Taderpol {
|
|
|
|
private long colectivo;
|
|
|
|
private int poliza;
|
|
|
|
private int especialidad;
|
|
|
|
private int acto;
|
|
|
|
private int excluido;
|
|
|
|
private int dias_hospitalizacion;
|
|
|
|
private int carencia;
|
|
|
|
private int medicacion;
|
|
|
|
private int protesis;
|
|
|
|
private int material_ortopedico;
|
|
|
|
private int material_biologico;
|
|
|
|
private int contraste;
|
|
|
|
private int anestesia;
|
|
|
|
private int edad;
|
|
|
|
private String observaciones;
|
|
|
|
|
|
}
|