org.gscg.singleuser.interactionlayer.dataobjects.content
Class ShipmentData

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

public class ShipmentData
extends ContentData

Contains data for a shipment. This object is send to a client-side graphical user interface and is used to update information related to a shipment.

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 is proprietary information of Delft University of Technology.

Since:
1.0.0
Version:
$Revision: 1.1 $ $Date: 2005/06/16 12:33:56 $
Author:
Alexander Verbraeck
See Also:
Serialized Form

Constructor Summary
ShipmentData(nl.tudelft.simulation.supplychain.content.Shipment shipment, nl.tudelft.simulation.dsol.simulators.SimulatorInterface simulator)
           
 
Method Summary
 OrderData getOrderData()
           
 boolean isDelivered()
           
 boolean isInTransit()
           
 
Methods inherited from class org.gscg.singleuser.interactionlayer.dataobjects.content.ContentData
getReceiverLocationDescription, getReceiverName, getSenderLocationDescription, getSenderName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShipmentData

public ShipmentData(nl.tudelft.simulation.supplychain.content.Shipment shipment,
                    nl.tudelft.simulation.dsol.simulators.SimulatorInterface simulator)
Parameters:
shipment - the shipment to extract data from
simulator - the simulator
Method Detail

getOrderData

public OrderData getOrderData()
Returns:
Returns the orderData.

isInTransit

public boolean isInTransit()
Returns:
returns true if in transit

isDelivered

public boolean isDelivered()
Returns:
Returns true if delivered


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