it.cnr.contab.docamm00.docs.bulk.VFatcomBlacklistBulk 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 31/03/2011
*/
package it.cnr.contab.docamm00.docs.bulk;
import java.util.Dictionary;
import it.cnr.contab.anagraf00.core.bulk.AnagraficoBulk;
import it.cnr.jada.action.ActionContext;
import it.cnr.jada.bulk.OggettoBulk;
import it.cnr.jada.util.action.CRUDBP;
public class VFatcomBlacklistBulk extends VFatcomBlacklistBase {
private static java.util.Dictionary meseKeys = new it.cnr.jada.util.OrderedHashtable();
private static java.util.Dictionary fisicagiuridicaKeys= new it.cnr.jada.util.OrderedHashtable();
private static java.util.Dictionary beneservizioKeys= new it.cnr.jada.util.OrderedHashtable();
private static java.util.Dictionary tipofatturaKeys= new it.cnr.jada.util.OrderedHashtable();
public static final int GENNAIO = 1;
public static final int FEBBRAIO = 2;
public static final int MARZO = 3;
public static final int APRILE = 4;
public static final int MAGGIO = 5;
public static final int GIUGNO = 6;
public static final int LUGLIO = 7;
public static final int AGOSTO = 8;
public static final int SETTEMBRE = 9;
public static final int OTTOBRE = 10;
public static final int NOVEMBRE = 11;
public static final int DICEMBRE = 12;
static {
meseKeys.put(new Integer(GENNAIO),"Gennaio");
meseKeys.put(new Integer(FEBBRAIO),"Febbraio");
meseKeys.put(new Integer(MARZO),"Marzo");
meseKeys.put(new Integer(APRILE),"Aprile");
meseKeys.put(new Integer(MAGGIO),"Maggio");
meseKeys.put(new Integer(GIUGNO),"Giugno");
meseKeys.put(new Integer(LUGLIO),"Luglio");
meseKeys.put(new Integer(AGOSTO),"Agosto");
meseKeys.put(new Integer(SETTEMBRE),"Settembre");
meseKeys.put(new Integer(OTTOBRE),"Ottobre");
meseKeys.put(new Integer(NOVEMBRE),"Novembre");
meseKeys.put(new Integer(DICEMBRE),"Dicembre");
fisicagiuridicaKeys.put(AnagraficoBulk.FISICA,"Fisica");
fisicagiuridicaKeys.put(AnagraficoBulk.GIURIDICA,"Giuridica");
tipofatturaKeys.put("A","Attiva");
tipofatturaKeys.put("P","Passiva");
beneservizioKeys.put(Fattura_passivaBulk.FATTURA_DI_BENI,"Beni");
beneservizioKeys.put(Fattura_passivaBulk.FATTURA_DI_SERVIZI,"Servizi");
}
public final java.util.Dictionary getFisicagiuridicaKeys() {
return fisicagiuridicaKeys;
}
public static void setFisicagiuridicaKeys(
java.util.Dictionary fisicagiuridicaKeys) {
VFatcomBlacklistBulk.fisicagiuridicaKeys = fisicagiuridicaKeys;
}
public final java.util.Dictionary getBeneservizioKeys() {
return beneservizioKeys;
}
public static void setBeneservizioKeys(java.util.Dictionary beneservizioKeys) {
VFatcomBlacklistBulk.beneservizioKeys = beneservizioKeys;
}
public final java.util.Dictionary getTipofatturaKeys() {
return tipofatturaKeys;
}
public static void setTipofatturaKeys(java.util.Dictionary tipofatturaKeys) {
VFatcomBlacklistBulk.tipofatturaKeys = tipofatturaKeys;
}
/**
* @param dictionary
*/
public final java.util.Dictionary getMeseKeys() {
return meseKeys;
}
/**
* @param dictionary
*/
public static void setMeseKeys(java.util.Dictionary dictionary) {
meseKeys = dictionary;
}
/**
* Created by BulkGenerator 2.0 [07/12/2009]
* Table name: V_FATCOM_BLACKLIST
**/
public VFatcomBlacklistBulk() {
super();
}
/**
* Created by BulkGenerator 2.0 [07/12/2009]
* Table name: V_FATCOM_BLACKLIST
**/
public VFatcomBlacklistBulk(java.lang.Integer esercizio, java.lang.Integer mese, java.lang.Integer cd_terzo,String tipo,String bene_servizio) {
super(esercizio, mese, cd_terzo,tipo,bene_servizio);
}
} © 2015 - 2025 Weber Informatics LLC | Privacy Policy