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

it.cnr.contab.inventario01.bulk.Buono_carico_scaricoBase 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 Generator 1.0
* Date 19/01/2006
*/
package it.cnr.contab.inventario01.bulk;
import it.cnr.jada.persistency.Keyed;
public class Buono_carico_scaricoBase extends Buono_carico_scaricoKey implements Keyed {
//    DS_BUONO_CARICO_SCARICO VARCHAR(100) NOT NULL
	private java.lang.String ds_buono_carico_scarico;
 
//    DATA_REGISTRAZIONE TIMESTAMP(7) NOT NULL
	private java.sql.Timestamp data_registrazione;
 
//    CD_TIPO_CARICO_SCARICO VARCHAR(10) NOT NULL
	private java.lang.String cd_tipo_carico_scarico;
 
//    PROVENIENZA VARCHAR(100)
	private java.lang.String provenienza;
 
	public Buono_carico_scaricoBase() {
		super();
	}
	public Buono_carico_scaricoBase(java.lang.Long pg_inventario, java.lang.String ti_documento, java.lang.Integer esercizio, java.lang.Long pg_buono_c_s) {
		super(pg_inventario, ti_documento, esercizio, pg_buono_c_s);
	}
	public java.lang.String getDs_buono_carico_scarico () {
		return ds_buono_carico_scarico;
	}
	public void setDs_buono_carico_scarico(java.lang.String ds_buono_carico_scarico)  {
		this.ds_buono_carico_scarico=ds_buono_carico_scarico;
	}
	public java.sql.Timestamp getData_registrazione () {
		return data_registrazione;
	}
	public void setData_registrazione(java.sql.Timestamp data_registrazione)  {
		this.data_registrazione=data_registrazione;
	}
	public java.lang.String getCd_tipo_carico_scarico () {
		return cd_tipo_carico_scarico;
	}
	public void setCd_tipo_carico_scarico(java.lang.String cd_tipo_carico_scarico)  {
		this.cd_tipo_carico_scarico=cd_tipo_carico_scarico;
	}
	public java.lang.String getProvenienza () {
		return provenienza;
	}
	public void setProvenienza(java.lang.String provenienza)  {
		this.provenienza=provenienza;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy