org.gscg.singleuser.interactionlayer.dataobjects.content
Class PaymentData
java.lang.Object
org.gscg.singleuser.interactionlayer.dataobjects.content.ContentData
org.gscg.singleuser.interactionlayer.dataobjects.content.PaymentData
- All Implemented Interfaces:
- java.io.Serializable
- public class PaymentData
- extends ContentData
Contains data for a payment. This object is send to a client-side graphical
user interface and is used to update information related to a payment.
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:55 $
- Author:
- Alexander
Verbraeck
- See Also:
- Serialized Form
Constructor Summary |
PaymentData(nl.tudelft.simulation.supplychain.content.Payment payment,
nl.tudelft.simulation.dsol.simulators.SimulatorInterface simulator)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PaymentData
public PaymentData(nl.tudelft.simulation.supplychain.content.Payment payment,
nl.tudelft.simulation.dsol.simulators.SimulatorInterface simulator)
- Parameters:
payment
- the paymentsimulator
- the simulator
getBillData
public BillData getBillData()
- Returns:
- Returns the billData.
getPaidAmount
public double getPaidAmount()
- Returns:
- Returns the paidAmount.
Copyright © 2002-2005 Delft University of Technology, the Netherlands. All Rights Reserved.