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

it.cnr.contab.utenze00.bulk.AssBpAccessoBulk 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 10/07/2015
 */
package it.cnr.contab.utenze00.bulk;
import it.cnr.jada.action.ActionContext;
import it.cnr.jada.bulk.OggettoBulk;
import it.cnr.jada.util.action.CRUDBP;
public class AssBpAccessoBulk extends AssBpAccessoBase {
	/**
	 * [ACCESSO Contiene gli accessi definiti per l"applicazione; si tratta di dati di configurazione cablati.]
	 **/
	private AccessoBulk accesso =  new AccessoBulk();
	/**
	 * Created by BulkGenerator 2.0 [07/12/2009]
	 * Table name: ASS_BP_ACCESSO
	 **/
	public AssBpAccessoBulk() {
		super();
	}
	/**
	 * Created by BulkGenerator 2.0 [07/12/2009]
	 * Table name: ASS_BP_ACCESSO
	 **/
	public AssBpAccessoBulk(java.lang.String cdAccesso, java.lang.String businessProcess) {
		super(cdAccesso, businessProcess);
		setAccesso( new AccessoBulk(cdAccesso) );
	}
	/**
	 * Created by BulkGenerator 2.0 [07/12/2009]
	 * Restituisce il valore di: [Contiene gli accessi definiti per l"applicazione; si tratta di dati di configurazione cablati.]
	 **/
	public AccessoBulk getAccesso() {
		return accesso;
	}
	/**
	 * Created by BulkGenerator 2.0 [07/12/2009]
	 * Setta il valore di: [Contiene gli accessi definiti per l"applicazione; si tratta di dati di configurazione cablati.]
	 **/
	public void setAccesso(AccessoBulk accesso)  {
		this.accesso=accesso;
	}
	/**
	 * Created by BulkGenerator 2.0 [07/12/2009]
	 * Restituisce il valore di: [cdAccesso]
	 **/
	public java.lang.String getCdAccesso() {
		AccessoBulk accesso = this.getAccesso();
		if (accesso == null)
			return null;
		return getAccesso().getCd_accesso();
	}
	/**
	 * Created by BulkGenerator 2.0 [07/12/2009]
	 * Setta il valore di: [cdAccesso]
	 **/
	public void setCdAccesso(java.lang.String cdAccesso)  {
		this.getAccesso().setCd_accesso(cdAccesso);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy