Añado los fuentes de java
This commit is contained in:
@@ -0,0 +1,266 @@
|
||||
/**
|
||||
* @(#) tapresca_tarisan.java
|
||||
*/
|
||||
package com.tarisan.data;
|
||||
|
||||
|
||||
/**
|
||||
*/
|
||||
public class Tapresca
|
||||
{
|
||||
|
||||
/**
|
||||
*/
|
||||
private int colec;
|
||||
|
||||
/**
|
||||
*/
|
||||
private double poliza;
|
||||
|
||||
/**
|
||||
*/
|
||||
private int orden;
|
||||
|
||||
/**
|
||||
*/
|
||||
private int prescriptor;
|
||||
|
||||
/**
|
||||
*/
|
||||
private long autorizacion;
|
||||
|
||||
/**
|
||||
*/
|
||||
private String autorizacionEncriptada;
|
||||
|
||||
/**
|
||||
*/
|
||||
private int especialidad;
|
||||
|
||||
/**
|
||||
*/
|
||||
private int acto;
|
||||
|
||||
/**
|
||||
*/
|
||||
private java.sql.Date fecha;
|
||||
|
||||
/**
|
||||
*/
|
||||
private String texto;
|
||||
|
||||
/**
|
||||
*/
|
||||
private String centro;
|
||||
|
||||
/**
|
||||
*/
|
||||
private String justificacion;
|
||||
|
||||
|
||||
/**
|
||||
* @return
|
||||
*/
|
||||
public int getColec()
|
||||
{
|
||||
return this.colec;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param colec
|
||||
* @return
|
||||
*/
|
||||
public void setColec(int colec)
|
||||
{
|
||||
this.colec = colec;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return
|
||||
*/
|
||||
public double getPoliza()
|
||||
{
|
||||
return this.poliza;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param poliza
|
||||
* @return
|
||||
*/
|
||||
public void setPoliza(double poliza)
|
||||
{
|
||||
this.poliza = poliza;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return
|
||||
*/
|
||||
public int getOrden()
|
||||
{
|
||||
return this.orden;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param orden
|
||||
* @return
|
||||
*/
|
||||
public void setOrden(int orden)
|
||||
{
|
||||
this.orden = orden;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return
|
||||
*/
|
||||
public int getPrescriptor()
|
||||
{
|
||||
return this.prescriptor;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param prescriptor
|
||||
* @return
|
||||
*/
|
||||
public void setPrescriptor(int prescriptor)
|
||||
{
|
||||
this.prescriptor = prescriptor;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return
|
||||
*/
|
||||
public long getAutorizacion()
|
||||
{
|
||||
return this.autorizacion;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param autorizacion
|
||||
* @return
|
||||
*/
|
||||
public void setAutorizacion(long autorizacion)
|
||||
{
|
||||
this.autorizacion = autorizacion;
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
* @return
|
||||
*/
|
||||
public int getEspecialidad()
|
||||
{
|
||||
return this.especialidad;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param especialidad
|
||||
* @return
|
||||
*/
|
||||
public void setEspecialidad(int especialidad)
|
||||
{
|
||||
this.especialidad = especialidad;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return
|
||||
*/
|
||||
public int getActo()
|
||||
{
|
||||
return this.acto;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param acto
|
||||
* @return
|
||||
*/
|
||||
public void setActo(int acto)
|
||||
{
|
||||
this.acto = acto;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return
|
||||
*/
|
||||
public java.sql.Date getFecha()
|
||||
{
|
||||
return this.fecha;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param fecha
|
||||
* @return
|
||||
*/
|
||||
public void setFecha(java.sql.Date fecha)
|
||||
{
|
||||
this.fecha = fecha;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return
|
||||
*/
|
||||
public String getTexto()
|
||||
{
|
||||
return this.texto;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param texto
|
||||
* @return
|
||||
*/
|
||||
public void setTexto(String texto)
|
||||
{
|
||||
this.texto = texto;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return
|
||||
*/
|
||||
public String getCentro()
|
||||
{
|
||||
return this.centro;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param centro
|
||||
* @return
|
||||
*/
|
||||
public void setCentro(String centro)
|
||||
{
|
||||
this.centro = centro;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return
|
||||
*/
|
||||
public String getJustificacion()
|
||||
{
|
||||
return this.justificacion;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param justificacion
|
||||
* @return
|
||||
*/
|
||||
public void setJustificacion(String justificacion)
|
||||
{
|
||||
this.justificacion = justificacion;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return the autorizacionEncriptada
|
||||
*/
|
||||
public String getAutorizacionEncriptada() {
|
||||
return autorizacionEncriptada;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param autorizacionEncriptada the autorizacionEncriptada to set
|
||||
*/
|
||||
public void setAutorizacionEncriptada(String autorizacionEncriptada) {
|
||||
this.autorizacionEncriptada = autorizacionEncriptada;
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user