bug #9716
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@74130 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
5670ec0fa3
commit
3fde76ed54
|
@ -45,6 +45,8 @@ public class MotivoCancelacion implements Serializable {
|
|||
private String tipomotivo;
|
||||
@Column(name = "TXTRELATORIO")
|
||||
private String txtRelatorio;
|
||||
@Column(name="CVESISTEMA")
|
||||
private String cveSistema;
|
||||
|
||||
public MotivoCancelacion() {
|
||||
}
|
||||
|
@ -133,4 +135,12 @@ public class MotivoCancelacion implements Serializable {
|
|||
public String toString() {
|
||||
return this.getDescmotivo();
|
||||
}
|
||||
|
||||
public String getCveSistema() {
|
||||
return cveSistema;
|
||||
}
|
||||
|
||||
public void setCveSistema(String cveSistema) {
|
||||
this.cveSistema = cveSistema;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue