org.gscg.common.gui.statistics.data
Class DemandStatisticsChangedData

java.lang.Object
  extended byorg.gscg.common.gui.statistics.data.DemandStatisticsChangedData
All Implemented Interfaces:
java.io.Serializable

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

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

Constructor Summary
DemandStatisticsChangedData(java.lang.String productName, nl.tudelft.simulation.event.TimedEvent timedEvent)
          constructs a new DemandStatisticsChangedData
 
Method Summary
 java.lang.String getProductName()
           
 nl.tudelft.simulation.event.TimedEvent getTimedEvent()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DemandStatisticsChangedData

public DemandStatisticsChangedData(java.lang.String productName,
                                   nl.tudelft.simulation.event.TimedEvent timedEvent)
constructs a new DemandStatisticsChangedData

Parameters:
productName - the name of the product the demand has changed for
timedEvent - the event containing the changed demand
Method Detail

getProductName

public java.lang.String getProductName()
Returns:
Returns the name of the product

getTimedEvent

public nl.tudelft.simulation.event.TimedEvent getTimedEvent()
Returns:
Returns the event


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