Skip to content
Snippets Groups Projects
Commit a75ea503 authored by FranLepGill's avatar FranLepGill
Browse files

Salida / marco

parent 4ff216ad
No related branches found
No related tags found
No related merge requests found
package logica;
public class DataSalida {
}
package logica;
import java.util.Date;
public class Salida {
private String nombre;
private String lugar;
private Date hora;
private Date fecha;
private Date fechaAlta;
private int cant;
public boolean estaVigente()
{
return true;
}
public *DataSalida getDataST()
{
return null;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment