Añado los fuentes de java
This commit is contained in:
@@ -0,0 +1,260 @@
|
||||
/**
|
||||
* @(#) Tamovext.java
|
||||
*/
|
||||
package com.tarisan.data;
|
||||
|
||||
|
||||
/**
|
||||
*/
|
||||
public class Tamovext
|
||||
{
|
||||
|
||||
/**
|
||||
*/
|
||||
private int medico;
|
||||
|
||||
/**
|
||||
*/
|
||||
private int especialidad;
|
||||
|
||||
/**
|
||||
*/
|
||||
private int acto;
|
||||
|
||||
/**
|
||||
*/
|
||||
private int numseq;
|
||||
|
||||
private int entidad;
|
||||
|
||||
/**
|
||||
*/
|
||||
private int colec;
|
||||
|
||||
/**
|
||||
*/
|
||||
private double poliza;
|
||||
|
||||
/**
|
||||
*/
|
||||
private int orden;
|
||||
|
||||
/**
|
||||
*/
|
||||
private java.sql.Date fecha;
|
||||
|
||||
/**
|
||||
*/
|
||||
private double precio;
|
||||
|
||||
/**
|
||||
*/
|
||||
private int prescriptor;
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private Long autorizacion;
|
||||
|
||||
/**
|
||||
*
|
||||
* @return
|
||||
*/
|
||||
public Long getAutorizacion()
|
||||
{
|
||||
return this.autorizacion;
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param aut
|
||||
*/
|
||||
public void setAutorizacion(Long aut)
|
||||
{
|
||||
this.autorizacion = aut;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return
|
||||
*/
|
||||
public int getMedico()
|
||||
{
|
||||
return this.medico;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param medico
|
||||
* @return
|
||||
*/
|
||||
public void setMedico(int medico)
|
||||
{
|
||||
this.medico = medico;
|
||||
}
|
||||
|
||||
/**
|
||||
* @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 int getNumseq()
|
||||
{
|
||||
return this.numseq;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param numseq
|
||||
* @return
|
||||
*/
|
||||
public void setNumseq(int numseq)
|
||||
{
|
||||
this.numseq = numseq;
|
||||
}
|
||||
|
||||
public int getEntidad()
|
||||
{
|
||||
return this.entidad;
|
||||
}
|
||||
|
||||
public void setEntidad(int ent)
|
||||
{
|
||||
this.entidad = ent;
|
||||
}
|
||||
|
||||
/**
|
||||
* @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 java.sql.Date getFecha()
|
||||
{
|
||||
return this.fecha;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param fecha
|
||||
* @return
|
||||
*/
|
||||
public void setFecha(java.sql.Date fecha)
|
||||
{
|
||||
this.fecha = fecha;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return
|
||||
*/
|
||||
public double getPrecio()
|
||||
{
|
||||
return this.precio;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param precio
|
||||
* @return
|
||||
*/
|
||||
public void setPrecio(double precio)
|
||||
{
|
||||
this.precio = precio;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return
|
||||
*/
|
||||
public int getPrescriptor()
|
||||
{
|
||||
return this.prescriptor;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param prescriptor
|
||||
* @return
|
||||
*/
|
||||
public void setPrescriptor(int prescriptor)
|
||||
{
|
||||
this.prescriptor = prescriptor;
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user