it.cnr.contab.config00.pdcfin.bulk.LimiteSpesaBase 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 BulkGenerator 2.0 [07/12/2009]
* Date 15/12/2010
*/
package it.cnr.contab.config00.pdcfin.bulk;
import it.cnr.jada.persistency.Keyed;
public class LimiteSpesaBase extends LimiteSpesaKey implements Keyed {
// IMPORTO_LIMITE DECIMAL(15,2) NOT NULL
private java.math.BigDecimal importo_limite;
// IMPORTO_ASSEGNATO DECIMAL(15,2) NOT NULL
private java.math.BigDecimal importo_assegnato;
/**
* Created by BulkGenerator 2.0 [07/12/2009]
* Table name: LIMITE_SPESA
**/
public LimiteSpesaBase() {
super();
}
public LimiteSpesaBase(java.lang.Integer esercizio, java.lang.Integer esercizio_voce, java.lang.String tiAppartenenza, java.lang.String tiGestione, java.lang.String cdElementoVoce, java.lang.String fonte) {
super(esercizio, esercizio_voce, tiAppartenenza, tiGestione, cdElementoVoce, fonte);
}
/**
* Created by BulkGenerator 2.0 [07/12/2009]
* Restituisce il valore di: [importoLimite]
**/
public java.math.BigDecimal getImporto_limite() {
return importo_limite;
}
/**
* Created by BulkGenerator 2.0 [07/12/2009]
* Setta il valore di: [importoLimite]
**/
public void setImporto_limite(java.math.BigDecimal importoLimite) {
this.importo_limite=importoLimite;
}
/**
* Created by BulkGenerator 2.0 [07/12/2009]
* Restituisce il valore di: [importoAssegnato]
**/
public java.math.BigDecimal getImporto_assegnato() {
return importo_assegnato;
}
/**
* Created by BulkGenerator 2.0 [07/12/2009]
* Setta il valore di: [importoAssegnato]
**/
public void setImporto_assegnato(java.math.BigDecimal importoAssegnato) {
this.importo_assegnato=importoAssegnato;
}
} © 2015 - 2025 Weber Informatics LLC | Privacy Policy