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

java.lang.Object
  extended byorg.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)
           
 
Method Summary
 java.lang.String getReceiverLocationDescription()
           
 java.lang.String getReceiverName()
           
 java.lang.String getSenderLocationDescription()
           
 java.lang.String getSenderName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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 sender
senderLocationDescription - the description of the location of the sender
receiverName - the name of the receiver
receiverLocationDescription - the description of the location of the receiver
Method Detail

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.