org.gscg.singleuser.interactionlayer.dataobjects
Class ProducedOrderWeekData

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

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

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

Constructor Detail

ProducedOrderWeekData

public ProducedOrderWeekData(java.lang.String productName,
                             int week,
                             double amount)
constructs a new ProducedOrderWeekData

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

getAmount

public double getAmount()
Returns:
Returns the amount.

getWeek

public int getWeek()
Returns:
Returns the week.

getProductName

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


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