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

it.cnr.contab.prevent00.bulk.Pdg_aggregato_det 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.prevent00.bulk;

/**
 * Interfaccia che implementa i metodi comuni tra le classi dei Bulk delle 
 * Entrate e delle Spese adattando {@link it.cnr.jada.persistency.KeyedPersistent }
 */
public interface Pdg_aggregato_det extends it.cnr.jada.persistency.KeyedPersistent {

/**
 * 
 * Restituisce il valore della proprietà 'cd_centro_responsabilita'
 *
 * @return Il valore della proprietà 'cd_centro_responsabilita'
 */
String getCd_centro_responsabilita();
it.cnr.contab.config00.sto.bulk.CdrBulk getCdr();
/**
 * 
 * Restituisce il valore della proprietà 'crudStatus'
 *
 * @return Il valore della proprietà 'crudStatus'
 */
int getCrudStatus();
/**
 * 
 * Restituisce il valore della proprietà 'esercizio'
 *
 * @return Il valore della proprietà 'esercizio'
 */
Integer getEsercizio();
String getTi_aggregato();
/**
 * Imposta il dettaglio in modalità creazione
 */
void setToBeCreated();
/**
 * Imposta il dettaglio in modalità modifica
 */
void setToBeUpdated();
/**
 * 
 * Imposta il valore della proprietà 'user'
 *
 * @param user	Il valore da assegnare a 'user'
 */
void setUser(String user);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy