java.lang.Object
org.mule.test.heisenberg.extension.model.drugs.DrugBatch

public class DrugBatch extends Object
  • Constructor Details

    • DrugBatch

      public DrugBatch()
    • DrugBatch

      public DrugBatch(String drugType, Integer batchSize)
  • Method Details

    • getDrugType

      public String getDrugType()
    • setDrugType

      public void setDrugType(String drugType)
    • getBatchSize

      public Integer getBatchSize()
    • setBatchSize

      public void setBatchSize(Integer batchSize)