org.gscg.singleuser.interactionlayer.dataobjects
Class CommittedOrderDayData

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

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

Contains the data for a committed order on a daily basis.

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:34:00 $
Author:
Stijn-Pieter van Houten
See Also:
Serialized Form

Constructor Summary
CommittedOrderDayData(java.lang.String productName, int day, double amount)
          constructs a new CommittedOrderDayData
 
Method Summary
 double getAmount()
           
 int getDay()
           
 java.lang.String getProductName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommittedOrderDayData

public CommittedOrderDayData(java.lang.String productName,
                             int day,
                             double amount)
constructs a new CommittedOrderDayData

Parameters:
productName - the name of the product
day - the day
amount - the amount
Method Detail

getAmount

public double getAmount()
Returns:
Returns the amount.

getDay

public int getDay()
Returns:
Returns the day.

getProductName

public java.lang.String getProductName()
Returns:
Returns the productName.


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