org.gscg.singleuser.interactionlayer.dataobjects
Class BusinessData

java.lang.Object
  extended byorg.gscg.singleuser.interactionlayer.dataobjects.BusinessData
All Implemented Interfaces:
java.io.Serializable

public class BusinessData
extends java.lang.Object
implements java.io.Serializable

The BusinessData object is used by the business objects (e.g. BusinessPurchase and BusinessSales). A BusinessData object contains the date per cell which is sent by these business objects.

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:34:00 $
Author:
Stijn-Pieter van Houten
See Also:
Serialized Form

Constructor Summary
BusinessData(int columnNumber, int rowNumber, java.lang.String cellValue, java.lang.String headerValue)
          constructs a new BusinessData
 
Method Summary
 java.lang.String getCellValue()
           
 int getColumnNumber()
           
 java.lang.String getHeaderValue()
           
 int getRowNumber()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BusinessData

public BusinessData(int columnNumber,
                    int rowNumber,
                    java.lang.String cellValue,
                    java.lang.String headerValue)
constructs a new BusinessData

Parameters:
columnNumber - the column number
rowNumber - the row number
cellValue - the cell value
headerValue - the header value
Method Detail

getCellValue

public java.lang.String getCellValue()
Returns:
Returns the cellValue.

getColumnNumber

public int getColumnNumber()
Returns:
Returns the columnNumber.

getHeaderValue

public java.lang.String getHeaderValue()
Returns:
Returns the headerValue.

getRowNumber

public int getRowNumber()
Returns:
Returns the rowNumber.


Copyright © 2002-2005 Delft University of Technology, the Netherlands. All Rights Reserved.