git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@21852 d1611594-4594-4d17-8e1d-87c2c4800839
parent
a12a58bd7f
commit
17407aac45
|
@ -28,6 +28,11 @@ import javax.persistence.TemporalType;
|
||||||
@SequenceGenerator(name = "ESTACION_SEQ", sequenceName = "ESTACION_SEQ", allocationSize = 1)
|
@SequenceGenerator(name = "ESTACION_SEQ", sequenceName = "ESTACION_SEQ", allocationSize = 1)
|
||||||
public class Estacion implements Serializable {
|
public class Estacion implements Serializable {
|
||||||
|
|
||||||
|
public final static String CONEXION_SANTANDER = "S";
|
||||||
|
public final static String CONEXION_BANORTE = "B";
|
||||||
|
public final static String CONEXION_SW_MANUAL = "M";
|
||||||
|
public final static String CONEXION_SW_PINPAD = "E";
|
||||||
|
|
||||||
private static final long serialVersionUID = 1L;
|
private static final long serialVersionUID = 1L;
|
||||||
@Id
|
@Id
|
||||||
@Basic(optional = false)
|
@Basic(optional = false)
|
||||||
|
|
Loading…
Reference in New Issue