Interface LotFactory

    • Method Detail

      • create

        Lot create()
        Create a new Lot instance.
        Specified by:
        create in interface Factory<Lot>
        Returns:
        a Lot value
      • create

        Lot create​(Lot inLot)
        Create a new Lot instance from the given object.
        Specified by:
        create in interface Factory<Lot>
        Parameters:
        inLot - a Lot value
        Returns:
        a Lot value