org.gscg.singleuser.interactionlayer.dataobjects
Class CommittedOrderWeekData
java.lang.Object
org.gscg.singleuser.interactionlayer.dataobjects.CommittedOrderWeekData
- All Implemented Interfaces:
- java.io.Serializable
- public class CommittedOrderWeekData
- extends java.lang.Object
- implements java.io.Serializable
Contains the data for a committed 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/06/16 12:34:00 $
- Author:
- Stijn-Pieter
van Houten
- See Also:
- Serialized Form
Constructor Summary |
CommittedOrderWeekData(java.lang.String productName,
int week,
double amount)
constructs a new CommittedOrderWeekData |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommittedOrderWeekData
public CommittedOrderWeekData(java.lang.String productName,
int week,
double amount)
- constructs a new CommittedOrderWeekData
- Parameters:
productName
- the name of the productweek
- the weekamount
- the amount
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.