org.gscg.singleuser.interactionlayer.dataobjects
Class ProductionStartedData

java.lang.Object
  extended byorg.gscg.singleuser.interactionlayer.dataobjects.ProductionStartedData
All Implemented Interfaces:
java.io.Serializable

public class ProductionStartedData
extends java.lang.Object
implements java.io.Serializable

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.

Since:
1.1.12
Version:
$Revision: 1.1 $ $Date: 2005/08/09 20:49:45 $
Author:
Stijn-Pieter van Houten
See Also:
Serialized Form

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

ProductionStartedData

public ProductionStartedData(nl.tudelft.simulation.supplychain.content.ProductionOrder order,
                             double endDate)
constructs a new ProductionStartedData

Parameters:
order - the order
endDate - the end date
Method Detail

getEndDate

public double getEndDate()
Method getEndDate

Returns:
returns the end date

getOrder

public nl.tudelft.simulation.supplychain.content.ProductionOrder getOrder()
Method getOrder

Returns:
returns the order


Copyright © 2002-2005 Delft University of Technology, the Netherlands. All Rights Reserved.