From cd1b6446c69a94d676a8cab91832fdf3e01bee46 Mon Sep 17 00:00:00 2001 From: gleimar Date: Wed, 12 Sep 2012 20:31:45 +0000 Subject: [PATCH] git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@21302 d1611594-4594-4d17-8e1d-87c2c4800839 --- .../ventaboletos/entidad/TipoEventoExtra.java | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/com/rjconsultores/ventaboletos/entidad/TipoEventoExtra.java b/src/com/rjconsultores/ventaboletos/entidad/TipoEventoExtra.java index 17950652b..cce2496a2 100644 --- a/src/com/rjconsultores/ventaboletos/entidad/TipoEventoExtra.java +++ b/src/com/rjconsultores/ventaboletos/entidad/TipoEventoExtra.java @@ -30,6 +30,14 @@ import javax.persistence.TemporalType; @SequenceGenerator(name = "TIPO_EVENTO_EXTRA_SEQ", sequenceName = "TIPO_EVENTO_EXTRA_SEQ", allocationSize = 1) 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; @Id @Basic(optional = false)