bug#15650
dev:thiago qua:wallysson git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@97511 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
569b04fbc7
commit
6f881c9af8
|
@ -279,9 +279,12 @@ public class Empresa implements Serializable {
|
|||
@Column(name = "INDIMPLOGOBILHETEVTAEMBARCADA")
|
||||
private Boolean indImprimeLogoBilheteVendaEmbarcada;
|
||||
|
||||
@Column(name = "INDCODBARCPEMBARQUE ")
|
||||
@Column(name = "INDCODBARCPEMBARQUE")
|
||||
private Boolean indCodBarCpEmbarque;
|
||||
|
||||
@Column(name = "INDEMITECOMPCANCELSITEF")
|
||||
private Boolean indEmiteComprovanteCancelamentoSitef;
|
||||
|
||||
public Empresa() {
|
||||
super();
|
||||
}
|
||||
|
@ -1064,5 +1067,13 @@ public class Empresa implements Serializable {
|
|||
this.indCodBarCpEmbarque = indCodBarCpEmbarque;
|
||||
}
|
||||
|
||||
public Boolean getIndEmiteComprovanteCancelamentoSitef() {
|
||||
return indEmiteComprovanteCancelamentoSitef;
|
||||
}
|
||||
|
||||
public void setIndEmiteComprovanteCancelamentoSitef(Boolean indEmiteComprovanteCancelamentoSitef) {
|
||||
this.indEmiteComprovanteCancelamentoSitef = indEmiteComprovanteCancelamentoSitef;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
|
|
@ -7,6 +7,7 @@ package com.rjconsultores.ventaboletos.utilerias;
|
|||
import java.text.DateFormat;
|
||||
import java.text.ParseException;
|
||||
import java.text.SimpleDateFormat;
|
||||
import java.util.Arrays;
|
||||
import java.util.Calendar;
|
||||
import java.util.Date;
|
||||
import java.util.GregorianCalendar;
|
||||
|
@ -434,7 +435,7 @@ public final class DateUtil {
|
|||
}
|
||||
|
||||
public static void main(String ar[]) {
|
||||
// System.out.println(DateUtil.intersectNum(0, 100, 50, 150));
|
||||
System.out.println(Arrays.asList(1,2,3,4,5).toString().replaceAll("[\\]\\[]", ""));
|
||||
}
|
||||
|
||||
public static void main2(String args[]) {
|
||||
|
|
Loading…
Reference in New Issue