bug #10399
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@77597 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
aed0ee4fa3
commit
f3c643ebdc
|
@ -92,4 +92,7 @@ public class Constantes {
|
|||
public static final String TEMPO_LIMITE_PEN_PARAM_OCD = "TEMPO_LIMITE_PEN_PARAM_OCD";
|
||||
|
||||
public static final String CVESISTEMA_MOTIVO_CANCELAMENTO_ECF = "CANCELAMENTO_ECF";
|
||||
|
||||
public static String CLAVE_EDITAR_ALTERA_EXIBECANCEL = "COM.RJCONSULTORES.ADMINISTRACION.GUI.CONFIGURACIONECCOMERCIALES.MOTIVOCANCELACION.ALTERAEXIBECANCEL";
|
||||
|
||||
}
|
||||
|
|
|
@ -47,6 +47,8 @@ public class MotivoCancelacion implements Serializable {
|
|||
private String txtRelatorio;
|
||||
@Column(name="CVESISTEMA")
|
||||
private String cveSistema;
|
||||
@Column(name="INDEXIBECANCEL")
|
||||
private Boolean indexibecancel;
|
||||
|
||||
public MotivoCancelacion() {
|
||||
}
|
||||
|
@ -143,4 +145,12 @@ public class MotivoCancelacion implements Serializable {
|
|||
public void setCveSistema(String cveSistema) {
|
||||
this.cveSistema = cveSistema;
|
||||
}
|
||||
|
||||
public Boolean getIndexibecancel() {
|
||||
return indexibecancel;
|
||||
}
|
||||
|
||||
public void setIndexibecancel(Boolean indexibecancel) {
|
||||
this.indexibecancel = indexibecancel;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue