fixed bug #5928
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@40508 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
cbaa7aa275
commit
c6fd47dfe1
|
@ -44,6 +44,9 @@ public class OrgaoCancelacion {
|
|||
private Date fecmodif;
|
||||
@Column(name = "USUARIO_ID")
|
||||
private Integer usuarioId;
|
||||
@Column(name = "TIEMPOLIMITE")
|
||||
private Integer tiempolimite;
|
||||
|
||||
public Integer getOrgaoCancelacionId() {
|
||||
return orgaoCancelacionId;
|
||||
}
|
||||
|
@ -91,5 +94,11 @@ public class OrgaoCancelacion {
|
|||
}
|
||||
public void setUsuarioId(Integer usuarioId) {
|
||||
this.usuarioId = usuarioId;
|
||||
}
|
||||
}
|
||||
public Integer getTiempolimite() {
|
||||
return tiempolimite;
|
||||
}
|
||||
public void setTiempolimite(Integer tiempolimite) {
|
||||
this.tiempolimite = tiempolimite;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue