it.cnr.contab.config00.pdcfin.bulk.Classificazione_speseBase 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 .
*/
package it.cnr.contab.config00.pdcfin.bulk;
import it.cnr.jada.persistency.Keyed;
/**
* @author aimprota
*
*/
public class Classificazione_speseBase extends Classificazione_speseKey implements Keyed
{
private java.lang.String descrizione;
private java.lang.Integer esercizio_padre;
private java.lang.String codice_cla_s_padre;
private java.lang.Boolean fl_mastrino;
/**
*
*/
public Classificazione_speseBase()
{
super();
}
/**
* @param esercizio
* @param codice_cla_e
*/
public Classificazione_speseBase(Integer esercizio, String codice_cla_s)
{
super(esercizio, codice_cla_s);
}
/**
* @return
*/
public java.lang.String getDescrizione()
{
return descrizione;
}
/**
* @return
*/
public java.lang.Integer getEsercizio_padre()
{
return esercizio_padre;
}
/**
* @param string
*/
public void setDescrizione(java.lang.String string)
{
descrizione = string;
}
/**
* @param integer
*/
public void setEsercizio_padre(java.lang.Integer integer)
{
this.esercizio_padre = integer;
}
/**
* @return
*/
public java.lang.Boolean getFl_mastrino()
{
return fl_mastrino;
}
/**
* @param boolean1
*/
public void setFl_mastrino(java.lang.Boolean boolean1)
{
fl_mastrino = boolean1;
}
/**
* @return
*/
public java.lang.String getCodice_cla_s_padre()
{
return codice_cla_s_padre;
}
/**
* @param string
*/
public void setCodice_cla_s_padre(java.lang.String string)
{
codice_cla_s_padre = string;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy