|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--context.arch.generator.IButtonData
This class is a container for IButton data. This includes the IButton id, the location of the IButton and the timestamp when the IButton was docked.
| Constructor Summary | |
IButtonData(java.lang.String location,
java.lang.String id,
java.lang.String timestamp)
Basic constructor |
|
| Method Summary | |
java.lang.String |
getId()
Returns the id of the IButton |
java.lang.String |
getLocation()
Returns the location of the IButton |
java.lang.String |
getTimestamp()
Returns the timestamp of the IButton docking |
void |
setId(java.lang.String id)
Sets the id of the IButton |
void |
setLocation(java.lang.String location)
Sets the location of the IButton |
void |
setTimestamp(java.lang.String timestamp)
Sets the timestamp of the IButton docking |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public IButtonData(java.lang.String location,
java.lang.String id,
java.lang.String timestamp)
location - Location of the IButtonid - Id of the IButtontimestamp - Timestamp when the IButton was docked| Method Detail |
public java.lang.String getLocation()
public java.lang.String getId()
public java.lang.String getTimestamp()
public void setLocation(java.lang.String location)
location - the location of the IButtonpublic void setId(java.lang.String id)
id - the id of the IButtonpublic void setTimestamp(java.lang.String timestamp)
timestamp - the timestamp of the IButton docking
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||