org.gscg.singleuser.interactionlayer.dataobjects.content
Class SentQuoteData
java.lang.Object
org.gscg.singleuser.interactionlayer.dataobjects.content.ContentData
org.gscg.singleuser.interactionlayer.dataobjects.content.SentQuoteData
- All Implemented Interfaces:
- java.io.Serializable
- public class SentQuoteData
- extends ContentData
- implements java.io.Serializable
Contains data for a quote. This object is sent by a client-side graphical
user interface and is used to contain information related to a quote.
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:56 $
- Author:
- Stijn-Pieter
van Houten
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SentQuoteData
public SentQuoteData(RFQData rfqData,
DateIntData proposedDelivery,
double amount,
double price)
- constructs a new SentQuoteData
- Parameters:
rfqData
- the rfqDataproposedDelivery
- the delivery dateamount
- the amountprice
- the price
getAmount
public double getAmount()
- Returns:
- Returns the amount.
getPrice
public double getPrice()
- Returns:
- Returns the price.
getProductName
public java.lang.String getProductName()
- Returns:
- Returns the productName.
getProposedDelivery
public DateIntData getProposedDelivery()
- Returns:
- Returns the proposedDelivery.
getRfqData
public RFQData getRfqData()
- Returns:
- Returns the rfqData.
Copyright © 2002-2005 Delft University of Technology, the Netherlands. All Rights Reserved.