Class Lotto

java.lang.Object
com.ogc.pharmagcode.Entity.Lotto

public class Lotto extends Object
  • Constructor Details

    • Lotto

      public Lotto(int id_farmaco, int id_lotto, int quantita)
    • Lotto

      public Lotto(Lotto l)
  • Method Details

    • getQuantita

      public int getQuantita()
    • setQuantita

      public void setQuantita(int quantita)
    • getId_farmaco

      public int getId_farmaco()
    • getId_lotto

      public int getId_lotto()