Texto do Motivo de Cancelacion
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@22322 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
fe32346932
commit
062992261e
|
@ -43,6 +43,8 @@ public class MotivoCancelacion implements Serializable {
|
||||||
private Integer usuarioId;
|
private Integer usuarioId;
|
||||||
@Column(name = "TIPOMOTIVO")
|
@Column(name = "TIPOMOTIVO")
|
||||||
private String tipomotivo;
|
private String tipomotivo;
|
||||||
|
@Column(name = "TXTRELATORIO")
|
||||||
|
private String txtRelatorio;
|
||||||
|
|
||||||
public MotivoCancelacion() {
|
public MotivoCancelacion() {
|
||||||
}
|
}
|
||||||
|
@ -99,6 +101,14 @@ public class MotivoCancelacion implements Serializable {
|
||||||
this.tipomotivo = tipomotivo;
|
this.tipomotivo = tipomotivo;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public String getTxtRelatorio() {
|
||||||
|
return txtRelatorio;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setTxtRelatorio(String txtRelatorio) {
|
||||||
|
this.txtRelatorio = txtRelatorio;
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public int hashCode() {
|
public int hashCode() {
|
||||||
int hash = 0;
|
int hash = 0;
|
||||||
|
|
Loading…
Reference in New Issue