All Downloads are FREE. Search and download functionalities are using the official Maven repository.

it.cnr.contab.compensi00.tabrif.bulk.Gruppo_cr_detBase 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 17/07/2007
 */
package it.cnr.contab.compensi00.tabrif.bulk;
import it.cnr.jada.persistency.Keyed;
public class Gruppo_cr_detBase extends Gruppo_cr_detKey implements Keyed {
//    CD_TERZO_VERSAMENTO DECIMAL(8,0)
	private java.lang.Integer cd_terzo_versamento;
 
//    CD_MODALITA_PAGAMENTO VARCHAR(10)
	private java.lang.String cd_modalita_pagamento;
 
//    PG_BANCA DECIMAL(8,0)
	private java.lang.Long pg_banca;
 
	public Gruppo_cr_detBase() {
		super();
	}
	public Gruppo_cr_detBase(java.lang.Integer esercizio, java.lang.String cd_gruppo_cr, java.lang.String cd_regione, java.lang.Long pg_comune) {
		super(esercizio, cd_gruppo_cr, cd_regione, pg_comune);
	}
	public java.lang.Integer getCd_terzo_versamento() {
		return cd_terzo_versamento;
	}
	public void setCd_terzo_versamento(java.lang.Integer cd_terzo_versamento)  {
		this.cd_terzo_versamento=cd_terzo_versamento;
	}
	public java.lang.String getCd_modalita_pagamento() {
		return cd_modalita_pagamento;
	}
	public void setCd_modalita_pagamento(java.lang.String cd_modalita_pagamento)  {
		this.cd_modalita_pagamento=cd_modalita_pagamento;
	}
	public java.lang.Long getPg_banca() {
		return pg_banca;
	}
	public void setPg_banca(java.lang.Long pg_banca)  {
		this.pg_banca=pg_banca;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy