diff --git a/.project b/.project
index 9f6ca69a2..ac0300c4a 100644
--- a/.project
+++ b/.project
@@ -3,6 +3,7 @@
modelWeb
+ GeneradorBoletosCNAB
@@ -35,8 +36,14 @@
+
+ org.eclipse.m2e.core.maven2Builder
+
+
+
+ org.eclipse.m2e.core.maven2Nature
org.eclipse.jem.workbench.JavaEMFNature
org.eclipse.wst.common.modulecore.ModuleCoreNature
org.eclipse.jdt.core.javanature
diff --git a/.settings/org.eclipse.jdt.core.prefs b/.settings/org.eclipse.jdt.core.prefs
index d85923da1..ee56379a4 100644
--- a/.settings/org.eclipse.jdt.core.prefs
+++ b/.settings/org.eclipse.jdt.core.prefs
@@ -4,6 +4,8 @@ org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
org.eclipse.jdt.core.compiler.compliance=1.6
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
+org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
+org.eclipse.jdt.core.compiler.release=disabled
org.eclipse.jdt.core.compiler.source=1.6
org.eclipse.jdt.core.formatter.align_type_members_on_columns=false
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=16
diff --git a/.settings/org.eclipse.m2e.core.prefs b/.settings/org.eclipse.m2e.core.prefs
new file mode 100644
index 000000000..14b697b7b
--- /dev/null
+++ b/.settings/org.eclipse.m2e.core.prefs
@@ -0,0 +1,4 @@
+activeProfiles=
+eclipse.preferences.version=1
+resolveWorkspaceProjects=true
+version=1
diff --git a/.settings/org.eclipse.wst.common.component b/.settings/org.eclipse.wst.common.component
index 3c6c468c0..b7543c290 100644
--- a/.settings/org.eclipse.wst.common.component
+++ b/.settings/org.eclipse.wst.common.component
@@ -1,5 +1,8 @@
+
+ uses
+
diff --git a/.settings/org.eclipse.wst.validation.prefs b/.settings/org.eclipse.wst.validation.prefs
new file mode 100644
index 000000000..6f1cba68d
--- /dev/null
+++ b/.settings/org.eclipse.wst.validation.prefs
@@ -0,0 +1,2 @@
+disabled=06target
+eclipse.preferences.version=1
diff --git a/src/com/rjconsultores/ventaboletos/entidad/FechamentoParamgeral.java b/src/com/rjconsultores/ventaboletos/entidad/FechamentoParamgeral.java
index ed1cd5807..df7f11eb0 100644
--- a/src/com/rjconsultores/ventaboletos/entidad/FechamentoParamgeral.java
+++ b/src/com/rjconsultores/ventaboletos/entidad/FechamentoParamgeral.java
@@ -32,7 +32,10 @@ public class FechamentoParamgeral implements java.io.Serializable {
private Integer boletoDiasVenc;
private String codConvenio;
private String boletoBancoInstrucao;
-
+ private String boletoBancoInstrucao2;
+ private String boletoBancoInstrucao3;
+ private String boletoBancoInstrucaoSacado;
+ private Long countRemessa;
private Date fecmodif;
private Integer usuarioId;
@@ -198,6 +201,42 @@ public class FechamentoParamgeral implements java.io.Serializable {
this.boletoBancoInstrucao = boletoBancoInstrucao;
}
+ @Column(name = "BOLETO_BANCO_INSTRUCAO2", precision = 255)
+ public String getBoletoBancoInstrucao2() {
+ return boletoBancoInstrucao2;
+ }
+
+ public void setBoletoBancoInstrucao2(String boletoBancoInstrucao2) {
+ this.boletoBancoInstrucao2 = boletoBancoInstrucao2;
+ }
+
+ @Column(name = "BOLETO_BANCO_INSTRUCAO3", precision = 255)
+ public String getBoletoBancoInstrucao3() {
+ return boletoBancoInstrucao3;
+ }
+
+ public void setBoletoBancoInstrucao3(String boletoBancoInstrucao3) {
+ this.boletoBancoInstrucao3 = boletoBancoInstrucao3;
+ }
+
+ @Column(name = "BOLETO_BANCO_INSTRUCAO_SACADO", precision = 255)
+ public String getBoletoBancoInstrucaoSacado() {
+ return boletoBancoInstrucaoSacado;
+ }
+
+ public void setBoletoBancoInstrucaoSacado(String boletoBancoInstrucaoSacado) {
+ this.boletoBancoInstrucaoSacado = boletoBancoInstrucaoSacado;
+ }
+
+ @Column(name = "COUNT_REMESSA", precision = 15, scale = 0)
+ public Long getCountRemessa() {
+ return countRemessa;
+ }
+
+ public void setCountRemessa(Long countRemessa) {
+ this.countRemessa = countRemessa;
+ }
+
@Column(name = "ACTIVO", precision = 1, scale = 0)
public Boolean getActivo() {
return activo;