fixes bug #9309
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@71055 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
e3bbbed80e
commit
6031c95f1f
|
@ -128,12 +128,6 @@ public class PtovtaComissao implements Serializable {
|
||||||
@Column(name = "INDRETERCOMISSAO")
|
@Column(name = "INDRETERCOMISSAO")
|
||||||
private Boolean indretercomissao;
|
private Boolean indretercomissao;
|
||||||
|
|
||||||
@Column(name = "INDBILHETESTROCADOS")
|
|
||||||
private Boolean indbilhetestrocados;
|
|
||||||
|
|
||||||
@Column(name = "INDBILHETESTRANSFERIDOS")
|
|
||||||
private Boolean indbilhetestransferidos;
|
|
||||||
|
|
||||||
@Column(name = "INDBILHETESDEVCANORIGEM")
|
@Column(name = "INDBILHETESDEVCANORIGEM")
|
||||||
private Boolean indbilhetesdevcanorigem;
|
private Boolean indbilhetesdevcanorigem;
|
||||||
|
|
||||||
|
@ -490,22 +484,6 @@ public class PtovtaComissao implements Serializable {
|
||||||
return "com.rjconsultores.ventaboletos.entidad.PtovtaComissao[ ptovtaComissaoId=" + ptovtaComissaoId + " ]";
|
return "com.rjconsultores.ventaboletos.entidad.PtovtaComissao[ ptovtaComissaoId=" + ptovtaComissaoId + " ]";
|
||||||
}
|
}
|
||||||
|
|
||||||
public Boolean getIndbilhetestrocados() {
|
|
||||||
return indbilhetestrocados;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void setIndbilhetestrocados(Boolean indbilhetestrocados) {
|
|
||||||
this.indbilhetestrocados = indbilhetestrocados;
|
|
||||||
}
|
|
||||||
|
|
||||||
public Boolean getIndbilhetestransferidos() {
|
|
||||||
return indbilhetestransferidos;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void setIndbilhetestransferidos(Boolean indbilhetestransferidos) {
|
|
||||||
this.indbilhetestransferidos = indbilhetestransferidos;
|
|
||||||
}
|
|
||||||
|
|
||||||
public Boolean getIndbilhetesdevcanorigem() {
|
public Boolean getIndbilhetesdevcanorigem() {
|
||||||
return indbilhetesdevcanorigem;
|
return indbilhetesdevcanorigem;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue