|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gscg.singleuser.interactionlayer.dataobjects.ProductionStartedData
Contains the production order as well as the expected production end date.
(c) copyright 2005 Delft
University of Technology , the Netherlands.
See for project information www.simulation.tudelft.nl
Copyright (c) 2003-2005 Delft University of Technology, Jaffalaan 5, 2628 BX
Delft, the Netherlands. All rights reserved.
See for project information
www.simulation.tudelft.nl .
The source code and binary code of this software are proprietary information
of Delft University of Technology.
Constructor Summary | |
ProductionStartedData(nl.tudelft.simulation.supplychain.content.ProductionOrder order,
double endDate)
constructs a new ProductionStartedData |
Method Summary | |
double |
getEndDate()
Method getEndDate |
nl.tudelft.simulation.supplychain.content.ProductionOrder |
getOrder()
Method getOrder |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ProductionStartedData(nl.tudelft.simulation.supplychain.content.ProductionOrder order, double endDate)
order
- the orderendDate
- the end dateMethod Detail |
public double getEndDate()
public nl.tudelft.simulation.supplychain.content.ProductionOrder getOrder()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |