ProductionPlanItem

final case class ProductionPlanItem(productToProduce: Product, units: NumberOfUnits)

A single line of a production plan that specifies a product and how many units of it to produce.

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product