org.gscg.singleuser.interactionlayer.dataobjects
Class CommittedOrderMonthData

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

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

Contains the data for a committed order on a monthly 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
CommittedOrderMonthData(java.lang.String productName, int month, double amount)
          constructs a new CommittedOrderMonthData
 
Method Summary
 double getAmount()
           
 int getMonth()
           
 java.lang.String getProductName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommittedOrderMonthData

public CommittedOrderMonthData(java.lang.String productName,
                               int month,
                               double amount)
constructs a new CommittedOrderMonthData

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

getAmount

public double getAmount()
Returns:
Returns the amount.

getMonth

public int getMonth()
Returns:
Returns the month.

getProductName

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


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