Exemplo n.º 1
0
 public void setFusNombre(String fusNombre) {
   facturaUsoH.setFusNombre(fusNombre);
 }
Exemplo n.º 2
0
 public void setFusDescripcion(String fusDescripcion) {
   facturaUsoH.setFusDescripcion(fusDescripcion);
 }
Exemplo n.º 3
0
 public void setFusId(Integer fusId) {
   facturaUsoH.setFusId(fusId);
 }
Exemplo n.º 4
0
 public void setFacFenFacturaEncabezados(Set facFenFacturaEncabezados) {
   facturaUsoH.setFacFenFacturaEncabezados(facFenFacturaEncabezados);
 }
Exemplo n.º 5
0
 public String getFusNombre() {
   return facturaUsoH.getFusNombre();
 }
Exemplo n.º 6
0
 public Integer getFusId() {
   return facturaUsoH.getFusId();
 }
Exemplo n.º 7
0
 public String getFusDescripcion() {
   return facturaUsoH.getFusDescripcion();
 }
Exemplo n.º 8
0
 public Set getFacFenFacturaEncabezados() {
   return facturaUsoH.getFacFenFacturaEncabezados();
 }