bug #9309
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@70945 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
0f13e9cbb7
commit
06978d32d8
|
@ -128,6 +128,15 @@ public class PtovtaComissao implements Serializable {
|
|||
@Column(name = "INDRETERCOMISSAO")
|
||||
private Boolean indretercomissao;
|
||||
|
||||
@Column(name = "INDBILHETESTROCADOS")
|
||||
private Boolean indbilhetestrocados;
|
||||
|
||||
@Column(name = "INDBILHETESTRANSFERIDOS")
|
||||
private Boolean indbilhetestransferidos;
|
||||
|
||||
@Column(name = "INDBILHETESDEVCANORIGEM")
|
||||
private Boolean indbilhetesdevcanorigem;
|
||||
|
||||
public PtovtaComissao() {
|
||||
super();
|
||||
this.tarifaDev = Boolean.TRUE;
|
||||
|
@ -480,4 +489,28 @@ public class PtovtaComissao implements Serializable {
|
|||
public String toString() {
|
||||
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() {
|
||||
return indbilhetesdevcanorigem;
|
||||
}
|
||||
|
||||
public void setIndbilhetesdevcanorigem(Boolean indbilhetesdevcanorigem) {
|
||||
this.indbilhetesdevcanorigem = indbilhetesdevcanorigem;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue