|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gscg.singleuser.interactionlayer.dataobjects.content.ContentListData
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.
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 |
public ContentListData(java.lang.String productName, java.util.List contentList)
productName
- the name of the productcontentList
- the list with the content dataMethod Detail |
public java.util.List getContentList()
public java.lang.String getProductName()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |