org.gscg.singleuser.interactionlayer.dataobjects
Class ProducedOrderMonthData

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

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

Contains the data for a produced 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/08/09 20:49:45 $
Author:
Stijn-Pieter van Houten
See Also:
Serialized Form

Constructor Summary
ProducedOrderMonthData(java.lang.String productName, int month, double amount)
          constructs a new ProducedOrderMonthData
 
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

ProducedOrderMonthData

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

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.