27 lines
390 B
Java
27 lines
390 B
Java
package it.unisa.info13d.Articoli;
|
|
|
|
/**
|
|
* Created with MONSTER.
|
|
* User: xgiovio
|
|
* Date: 16/12/13
|
|
* Time: 18.46
|
|
*/
|
|
public class BeniDiConsumo {
|
|
|
|
/**
|
|
*
|
|
* @param IdBene
|
|
* @param DescrizioneBene
|
|
* @param PrezzoBene
|
|
* @param BeniInStock
|
|
*/
|
|
|
|
public BeniDiConsumo ( int IdBene, String DescrizioneBene, double PrezzoBene, int BeniInStock ){
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|