org.gscg.singleuser.interactionlayer.dataobjects
Class BusinessHeaderData

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

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

The BusinessHeaderData object is used to initialize a graphical user interface with the products and their specs (e.g. name, preferred price etc.)

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

Constructor Summary
BusinessHeaderData(java.util.Set products)
          constructs a new BusinessHeaderData
 
Method Summary
 java.util.Set getProducts()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BusinessHeaderData

public BusinessHeaderData(java.util.Set products)
constructs a new BusinessHeaderData

Parameters:
products - the sorted set with products
Method Detail

getProducts

public java.util.Set getProducts()
Returns:
Returns the products.


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