org.gscg.singleuser.interactionlayer.dataobjects.content
Class ContentData
java.lang.Object
org.gscg.singleuser.interactionlayer.dataobjects.content.ContentData
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- BillData, OrderConfirmationData, OrderData, PaymentData, QuoteData, RFQData, SentOrderConfirmationData, SentQuoteData, ShipmentData
- public class ContentData
- extends java.lang.Object
- implements java.io.Serializable
This object is the basis for several data objects which are sent to a
client-side graphical user interface and is used to update information.
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 |
ContentData(java.lang.String senderName,
java.lang.String senderLocationDescription,
java.lang.String receiverName,
java.lang.String receiverLocationDescription)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContentData
public ContentData(java.lang.String senderName,
java.lang.String senderLocationDescription,
java.lang.String receiverName,
java.lang.String receiverLocationDescription)
- Parameters:
senderName
- the name of the sendersenderLocationDescription
- the description of the location of the
senderreceiverName
- the name of the receiverreceiverLocationDescription
- the description of the location of the
receiver
getReceiverName
public java.lang.String getReceiverName()
- Returns:
- Returns the receiverName.
getReceiverLocationDescription
public java.lang.String getReceiverLocationDescription()
- Returns:
- Returns the receiver location description
getSenderName
public java.lang.String getSenderName()
- Returns:
- Returns the senderName.
getSenderLocationDescription
public java.lang.String getSenderLocationDescription()
- Returns:
- Returns the sender location description
Copyright © 2002-2005 Delft University of Technology, the Netherlands. All Rights Reserved.