it.cnr.contab.incarichi00.bulk.Incarichi_procedura_noteBulk Maven / Gradle / Ivy
/*
* Copyright (C) 2019 Consiglio Nazionale delle Ricerche
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see .
*/
/*
* Created by Aurelio's BulkGenerator 1.0
* Date 03/04/2008
*/
package it.cnr.contab.incarichi00.bulk;
public class Incarichi_procedura_noteBulk extends Incarichi_procedura_noteBase {
private Incarichi_proceduraBulk incarichi_procedura = new Incarichi_proceduraBulk();
public Incarichi_procedura_noteBulk() {
super();
}
public Incarichi_procedura_noteBulk(java.lang.Integer esercizio, java.lang.Long pg_procedura, java.lang.Long pg_nota) {
super(esercizio, pg_procedura, pg_nota);
setIncarichi_procedura(new Incarichi_proceduraBulk(esercizio,pg_procedura));
}
public Incarichi_proceduraBulk getIncarichi_procedura() {
return incarichi_procedura;
}
public void setIncarichi_procedura(
Incarichi_proceduraBulk incarichi_procedura) {
this.incarichi_procedura = incarichi_procedura;
}
public Integer getEsercizio() {
if (this.getIncarichi_procedura() == null)
return null;
return this.getIncarichi_procedura().getEsercizio();
}
public void setEsercizio(Integer esercizio) {
if (this.getIncarichi_procedura() != null)
this.getIncarichi_procedura().setEsercizio(esercizio);
}
public Long getPg_procedura() {
if (this.getIncarichi_procedura() == null)
return null;
return this.getIncarichi_procedura().getPg_procedura();
}
public void setPg_procedura(Long pg_procedura) {
if (this.getIncarichi_procedura() != null)
this.getIncarichi_procedura().setPg_procedura(pg_procedura);
}
} © 2015 - 2025 Weber Informatics LLC | Privacy Policy