it.cnr.contab.compensi00.docs.bulk.VCompensoSIPBulk 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 12/06/2008
*/
package it.cnr.contab.compensi00.docs.bulk;
import it.cnr.jada.persistency.Keyed;
public class VCompensoSIPBulk extends VCompensoSIPKey implements Keyed {
public VCompensoSIPBulk() {
super();
}
public VCompensoSIPBulk(java.lang.String cd_cds,java.lang.String cd_unita_organizzativa,java.lang.Integer esercizio,java.lang.Long pg_compenso) {
super(cd_cds,cd_unita_organizzativa,esercizio,pg_compenso);
}
// ESERCIZIO DECIMAL(4,0) NOT NULL
private java.lang.Integer esercizio;
// CD_CDS VARCHAR(30) NOT NULL
private java.lang.String cd_cds;
// CD_UNITA_ORGANIZZATIVA VARCHAR(30) NOT NULL
private java.lang.String cd_unita_organizzativa;
// CD_TERZO DECIMAL(8,0) NOT NULL
private java.lang.Integer cd_terzo;
// DENOMINAZIONE VARCHAR(101)
private java.lang.String denominazione;
// PARTITA_IVA VARCHAR(20)
private java.lang.String partita_iva;
// CODICE_FISCALE VARCHAR(20)
private java.lang.String codice_fiscale;
// TIPO CHAR(1) NOT NULL
private java.lang.String tipo;
// MATRICOLA DECIMAL(22,0)
private java.lang.Long matricola;
// DS_compenso VARCHAR(300) NOT NULL
private java.lang.String ds_compenso;
// IM_TOTALE_compenso DECIMAL(15,2) NOT NULL
private java.math.BigDecimal im_totale_compenso;
// PG_compenso DECIMAL(10,0) NOT NULL
private java.lang.Long pg_compenso;
// CD_ELEMENTO_VOCE VARCHAR(20) NOT NULL
private java.lang.String cd_elemento_voce;
// CD_CENTRO_RESPONSABILITA VARCHAR(30) NOT NULL
private java.lang.String cd_centro_responsabilita;
// GAE VARCHAR(10) NOT NULL
private java.lang.String gae;
// DATA_PAGAMENTO TIMESTAMP(7)
private java.sql.Timestamp dt_pagamento;
private java.sql.Timestamp dt_da_competenza_coge;
private java.sql.Timestamp dt_a_competenza_coge;
public java.lang.Integer getEsercizio() {
return esercizio;
}
public void setEsercizio(java.lang.Integer esercizio) {
this.esercizio=esercizio;
}
public java.lang.String getCd_cds() {
return cd_cds;
}
public void setCd_cds(java.lang.String cd_cds) {
this.cd_cds=cd_cds;
}
public java.lang.String getCd_unita_organizzativa() {
return cd_unita_organizzativa;
}
public void setCd_unita_organizzativa(java.lang.String cd_unita_organizzativa) {
this.cd_unita_organizzativa=cd_unita_organizzativa;
}
public java.lang.Integer getCd_terzo() {
return cd_terzo;
}
public void setCd_terzo(java.lang.Integer cd_terzo) {
this.cd_terzo=cd_terzo;
}
public java.lang.String getDenominazione() {
return denominazione;
}
public void setDenominazione(java.lang.String denominazione) {
this.denominazione=denominazione;
}
public java.lang.String getPartita_iva() {
return partita_iva;
}
public void setPartita_iva(java.lang.String partita_iva) {
this.partita_iva=partita_iva;
}
public java.lang.String getCodice_fiscale() {
return codice_fiscale;
}
public void setCodice_fiscale(java.lang.String codice_fiscale) {
this.codice_fiscale=codice_fiscale;
}
public java.lang.String getTipo() {
return tipo;
}
public void setTipo(java.lang.String tipo) {
this.tipo=tipo;
}
public java.lang.Long getMatricola() {
return matricola;
}
public void setMatricola(java.lang.Long matricola) {
this.matricola=matricola;
}
public java.lang.String getDs_compenso() {
return ds_compenso;
}
public void setDs_compenso(java.lang.String ds_compenso) {
this.ds_compenso=ds_compenso;
}
public java.math.BigDecimal getIm_totale_compenso() {
return im_totale_compenso;
}
public void setIm_totale_compenso(java.math.BigDecimal im_totale_compenso) {
this.im_totale_compenso=im_totale_compenso;
}
public java.lang.Long getPg_compenso() {
return pg_compenso;
}
public void setPg_compenso(java.lang.Long pg_compenso) {
this.pg_compenso=pg_compenso;
}
public java.lang.String getCd_elemento_voce() {
return cd_elemento_voce;
}
public void setCd_elemento_voce(java.lang.String cd_elemento_voce) {
this.cd_elemento_voce=cd_elemento_voce;
}
public java.lang.String getCd_centro_responsabilita() {
return cd_centro_responsabilita;
}
public void setCd_centro_responsabilita(java.lang.String cd_centro_responsabilita) {
this.cd_centro_responsabilita=cd_centro_responsabilita;
}
public java.lang.String getGae() {
return gae;
}
public void setGae(java.lang.String gae) {
this.gae=gae;
}
public java.sql.Timestamp getDt_pagamento() {
return dt_pagamento;
}
public void setDt_pagamento(java.sql.Timestamp dt_pagamento) {
this.dt_pagamento=dt_pagamento;
}
public java.sql.Timestamp getDt_da_competenza_coge() {
return dt_da_competenza_coge;
}
public void setDt_da_competenza_coge(java.sql.Timestamp dt_da_competenza_coge) {
this.dt_da_competenza_coge = dt_da_competenza_coge;
}
public java.sql.Timestamp getDt_a_competenza_coge() {
return dt_a_competenza_coge;
}
public void setDt_a_competenza_coge(java.sql.Timestamp dt_a_competenza_coge) {
this.dt_a_competenza_coge = dt_a_competenza_coge;
}
} © 2015 - 2025 Weber Informatics LLC | Privacy Policy