git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@21302 d1611594-4594-4d17-8e1d-87c2c4800839
parent
340b6ec7a1
commit
cd1b6446c6
|
@ -30,6 +30,14 @@ import javax.persistence.TemporalType;
|
||||||
@SequenceGenerator(name = "TIPO_EVENTO_EXTRA_SEQ", sequenceName = "TIPO_EVENTO_EXTRA_SEQ", allocationSize = 1)
|
@SequenceGenerator(name = "TIPO_EVENTO_EXTRA_SEQ", sequenceName = "TIPO_EVENTO_EXTRA_SEQ", allocationSize = 1)
|
||||||
public class TipoEventoExtra implements Serializable {
|
public class TipoEventoExtra implements Serializable {
|
||||||
|
|
||||||
|
public static short OPERACION_NORMAL = 1;
|
||||||
|
public static short OPERACION_AJUSTE = 2;
|
||||||
|
public static short OPERACION_CAMBIO_CHEQUE = 3;
|
||||||
|
|
||||||
|
|
||||||
|
public static String TIPO_CREDITO = "1";
|
||||||
|
public static String TIPO_DEBITO = "0";
|
||||||
|
|
||||||
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