|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gscg.singleuser.interactionlayer.dataobjects.CurrentRowOrColumnData
The CurrentRowOrColumnData reflects a data object meant for client side. It includes the up-to-date values for the day, month and year in a game.
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.
Field Summary | |
static java.lang.String |
UPDATE_CURRENT_DAY
fired when the current row or column must be updated according to the simulation time |
static java.lang.String |
UPDATE_CURRENT_MONTH
fired when the current row or column must be updated according to the simulation time |
static java.lang.String |
UPDATE_CURRENT_YEAR
fired when the current row or column must be updated according to the simulation time |
Constructor Summary | |
CurrentRowOrColumnData(int day,
int month,
int year)
constructs a new CurrentRowOrColumnData |
Method Summary | |
java.lang.String |
getData(java.lang.String key)
Method getData. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String UPDATE_CURRENT_DAY
public static final java.lang.String UPDATE_CURRENT_MONTH
public static final java.lang.String UPDATE_CURRENT_YEAR
Constructor Detail |
public CurrentRowOrColumnData(int day, int month, int year)
day
- the daymonth
- the monthyear
- the yearMethod Detail |
public java.lang.String getData(java.lang.String key)
DataInterface
getData
in interface DataInterface
key
- the key for the data
DataInterface.getData(java.lang.String)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |