org.gscg.singleuser.interactionlayer.dataobjects.content
Class ContentListData

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

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

An object that contains the productname and a list containing information for a specific content type such as a rfq, quote, bill, etc.. Client-side the productname is needed to prevent unexpected closures of panels.

(c) copyright 2005 Delft University of Technology , the Netherlands.
See for project information www.simulation.tudelft.nl
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 are proprietary information of Delft University of Technology.

Since:
1.1.10
Version:
$Revision: 1.1 $ $Date: 2005/08/03 08:52:51 $
Author:
Stijn-Pieter van Houten
See Also:
Serialized Form

Constructor Summary
ContentListData(java.lang.String productName, java.util.List contentList)
          constructs a new ContentListData
 
Method Summary
 java.util.List getContentList()
          Method getContentList
 java.lang.String getProductName()
          Method getProductName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentListData

public ContentListData(java.lang.String productName,
                       java.util.List contentList)
constructs a new ContentListData

Parameters:
productName - the name of the product
contentList - the list with the content data
Method Detail

getContentList

public java.util.List getContentList()
Method getContentList

Returns:
returns the list with content data

getProductName

public java.lang.String getProductName()
Method getProductName

Returns:
returns the productName


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