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

it.cnr.contab.pdg00.cdip.bulk.V_cdp_matricolaBase 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.pdg00.cdip.bulk;

import it.cnr.jada.persistency.Persistent;

public class V_cdp_matricolaBase extends V_cdp_matricolaKey implements Persistent {
	// CD_LIVELLO_1 VARCHAR(3)
	private java.lang.String cd_livello_1;

	// CD_LIVELLO_2 VARCHAR(3)
	private java.lang.String cd_livello_2;

	// CD_LIVELLO_3 VARCHAR(3)
	private java.lang.String cd_livello_3;

	// CD_PROFILO DECIMAL(4,0)
	private java.lang.Integer cd_profilo;

	// CD_UNITA_ORGANIZZATIVA VARCHAR(30)
	private java.lang.String cd_unita_organizzativa;

	// CD_UO_CARICO VARCHAR(30)
	private java.lang.String cd_uo_carico;

	// DS_PROFILO VARCHAR(100)
	private java.lang.String ds_profilo;

	// DT_SCAD_CONTRATTO TIMESTAMP
	private java.sql.Timestamp dt_scad_contratto;

	// ESERCIZIO DECIMAL(4,0)
	private java.lang.Integer esercizio;

	// ID_MATRICOLA VARCHAR(10)
	private java.lang.String id_matricola;

	// IM_A1 DECIMAL(22,0)
	private java.math.BigDecimal im_a1;

	// IM_A2 DECIMAL(22,0)
	private java.math.BigDecimal im_a2;

	// IM_A3 DECIMAL(22,0)
	private java.math.BigDecimal im_a3;

	// MESE DECIMAL(2,0)
	private java.lang.Integer mese;

	// NOMINATIVO VARCHAR(60)
	private java.lang.String nominativo;

	// STATO_CARICO VARCHAR(5)
	private java.lang.String stato_carico;

	// TI_APPARTENENZA CHAR(1)
	private java.lang.String ti_appartenenza;

	// TI_GESTIONE CHAR(1)
	private java.lang.String ti_gestione;

	// TI_PREV_CONS VARCHAR(10)
	private java.lang.String ti_prev_cons;

	// TI_PROVENIENZA CHAR(1)
	private java.lang.String ti_provenienza;

	// TI_RAPPORTO VARCHAR(5)
	private java.lang.String ti_rapporto;

	// ORIGINE_FONTI VARCHAR(3) NULL
	private java.lang.String origine_fonti;
	
	// FL_RAPPORTO13 VARCHAR(1) NOT NULL
	private java.lang.Boolean fl_rapporto13;

public V_cdp_matricolaBase() {
	super();
}
/* 
 * Getter dell'attributo cd_livello_1
 */
public java.lang.String getCd_livello_1() {
	return cd_livello_1;
}
/* 
 * Getter dell'attributo cd_livello_2
 */
public java.lang.String getCd_livello_2() {
	return cd_livello_2;
}
/* 
 * Getter dell'attributo cd_livello_3
 */
public java.lang.String getCd_livello_3() {
	return cd_livello_3;
}
/* 
 * Getter dell'attributo cd_profilo
 */
public java.lang.Integer getCd_profilo() {
	return cd_profilo;
}
/* 
 * Getter dell'attributo cd_unita_organizzativa
 */
public java.lang.String getCd_unita_organizzativa() {
	return cd_unita_organizzativa;
}
/* 
 * Getter dell'attributo cd_uo_carico
 */
public java.lang.String getCd_uo_carico() {
	return cd_uo_carico;
}
/* 
 * Getter dell'attributo ds_profilo
 */
public java.lang.String getDs_profilo() {
	return ds_profilo;
}
/* 
 * Getter dell'attributo dt_scad_contratto
 */
public java.sql.Timestamp getDt_scad_contratto() {
	return dt_scad_contratto;
}
/* 
 * Getter dell'attributo esercizio
 */
public java.lang.Integer getEsercizio() {
	return esercizio;
}
/* 
 * Getter dell'attributo id_matricola
 */
public java.lang.String getId_matricola() {
	return id_matricola;
}
/* 
 * Getter dell'attributo im_a1
 */
public java.math.BigDecimal getIm_a1() {
	return im_a1;
}
/* 
 * Getter dell'attributo im_a2
 */
public java.math.BigDecimal getIm_a2() {
	return im_a2;
}
/* 
 * Getter dell'attributo im_a3
 */
public java.math.BigDecimal getIm_a3() {
	return im_a3;
}
/* 
 * Getter dell'attributo mese
 */
public java.lang.Integer getMese() {
	return mese;
}
/* 
 * Getter dell'attributo nominativo
 */
public java.lang.String getNominativo() {
	return nominativo;
}
/* 
 * Getter dell'attributo stato_carico
 */
public java.lang.String getStato_carico() {
	return stato_carico;
}
/* 
 * Getter dell'attributo ti_appartenenza
 */
public java.lang.String getTi_appartenenza() {
	return ti_appartenenza;
}
/* 
 * Getter dell'attributo ti_gestione
 */
public java.lang.String getTi_gestione() {
	return ti_gestione;
}
/* 
 * Getter dell'attributo ti_prev_cons
 */
public java.lang.String getTi_prev_cons() {
	return ti_prev_cons;
}
/* 
 * Getter dell'attributo ti_provenienza
 */
public java.lang.String getTi_provenienza() {
	return ti_provenienza;
}
/* 
 * Getter dell'attributo ti_rapporto
 */
public java.lang.String getTi_rapporto() {
	return ti_rapporto;
}
/* 
 * Setter dell'attributo cd_livello_1
 */
public void setCd_livello_1(java.lang.String cd_livello_1) {
	this.cd_livello_1 = cd_livello_1;
}
/* 
 * Setter dell'attributo cd_livello_2
 */
public void setCd_livello_2(java.lang.String cd_livello_2) {
	this.cd_livello_2 = cd_livello_2;
}
/* 
 * Setter dell'attributo cd_livello_3
 */
public void setCd_livello_3(java.lang.String cd_livello_3) {
	this.cd_livello_3 = cd_livello_3;
}
/* 
 * Setter dell'attributo cd_profilo
 */
public void setCd_profilo(java.lang.Integer cd_profilo) {
	this.cd_profilo = cd_profilo;
}
/* 
 * Setter dell'attributo cd_unita_organizzativa
 */
public void setCd_unita_organizzativa(java.lang.String cd_unita_organizzativa) {
	this.cd_unita_organizzativa = cd_unita_organizzativa;
}
/* 
 * Setter dell'attributo cd_uo_carico
 */
public void setCd_uo_carico(java.lang.String cd_uo_carico) {
	this.cd_uo_carico = cd_uo_carico;
}
/* 
 * Setter dell'attributo ds_profilo
 */
public void setDs_profilo(java.lang.String ds_profilo) {
	this.ds_profilo = ds_profilo;
}
/* 
 * Setter dell'attributo dt_scad_contratto
 */
public void setDt_scad_contratto(java.sql.Timestamp dt_scad_contratto) {
	this.dt_scad_contratto = dt_scad_contratto;
}
/* 
 * Setter dell'attributo esercizio
 */
public void setEsercizio(java.lang.Integer esercizio) {
	this.esercizio = esercizio;
}
/* 
 * Setter dell'attributo id_matricola
 */
public void setId_matricola(java.lang.String id_matricola) {
	this.id_matricola = id_matricola;
}
/* 
 * Setter dell'attributo im_a1
 */
public void setIm_a1(java.math.BigDecimal im_a1) {
	this.im_a1 = im_a1;
}
/* 
 * Setter dell'attributo im_a2
 */
public void setIm_a2(java.math.BigDecimal im_a2) {
	this.im_a2 = im_a2;
}
/* 
 * Setter dell'attributo im_a3
 */
public void setIm_a3(java.math.BigDecimal im_a3) {
	this.im_a3 = im_a3;
}
/* 
 * Setter dell'attributo mese
 */
public void setMese(java.lang.Integer mese) {
	this.mese = mese;
}
/* 
 * Setter dell'attributo nominativo
 */
public void setNominativo(java.lang.String nominativo) {
	this.nominativo = nominativo;
}
/* 
 * Setter dell'attributo stato_carico
 */
public void setStato_carico(java.lang.String stato_carico) {
	this.stato_carico = stato_carico;
}
/* 
 * Setter dell'attributo ti_appartenenza
 */
public void setTi_appartenenza(java.lang.String ti_appartenenza) {
	this.ti_appartenenza = ti_appartenenza;
}
/* 
 * Setter dell'attributo ti_gestione
 */
public void setTi_gestione(java.lang.String ti_gestione) {
	this.ti_gestione = ti_gestione;
}
/* 
 * Setter dell'attributo ti_prev_cons
 */
public void setTi_prev_cons(java.lang.String ti_prev_cons) {
	this.ti_prev_cons = ti_prev_cons;
}
/* 
 * Setter dell'attributo ti_provenienza
 */
public void setTi_provenienza(java.lang.String ti_provenienza) {
	this.ti_provenienza = ti_provenienza;
}
/* 
 * Setter dell'attributo ti_rapporto
 */
public void setTi_rapporto(java.lang.String ti_rapporto) {
	this.ti_rapporto = ti_rapporto;
}
public java.lang.String getOrigine_fonti() {
	return origine_fonti;
}
public void setOrigine_fonti(java.lang.String origine_fonti) {
	this.origine_fonti = origine_fonti;
}
public java.lang.Boolean getFl_rapporto13() {
	return fl_rapporto13;
}
public void setFl_rapporto13(java.lang.Boolean fl_rapporto13) {
	this.fl_rapporto13 = fl_rapporto13;
}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy