edu.utah.janosvm.kit.management.team
Class TeamListMessage
java.lang.Object
|
+--edu.utah.janosvm.sys.ListNode
|
+--edu.utah.janosvm.kit.comm.amiga.Message
|
+--edu.utah.janosvm.kit.management.team.TeamListMessage
- public class TeamListMessage
- extends Message
A message class that stores the values from a TeamEvent.
Field Summary |
private int |
event
The TeamEvent event number. |
private int |
id
The unique identifier of the team this event relates too. |
private java.lang.String |
name
The name of the team this event relates too. |
Constructor Summary |
(package private) |
TeamListMessage(TeamEvent ev)
Construct a TeamListMessage with the same values as the given TeamEvent. |
Methods inherited from class java.lang.Object |
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait,
wait0 |
name
private java.lang.String name
- The name of the team this event relates too.
id
private int id
- The unique identifier of the team this event relates too.
event
private int event
- The TeamEvent event number.
TeamListMessage
TeamListMessage(TeamEvent ev)
- Construct a TeamListMessage with the same values as the given TeamEvent.
- Parameters:
ev
- The TeamEvent object to copy values from.
getName
public java.lang.String getName()
- Returns:
- The name of the team this event relates too.
getID
public int getID()
- Returns:
- The unique identifier this event relates too.
getEvent
public int getEvent()
- Returns:
- The TeamEvent event number.
toString
public java.lang.String toString()
- Overrides:
- toString in class ListNode
This documentation is Copyright (C) 2000-2002 The University of Utah. All Rights Reserved. See the documentation license for distribution terms and restrictions.
Documentation, software, and mailing lists for the JanosVM can be found at the Janos Project web page: http://www.cs.utah.edu/flux/janos/
Generated on Mar 17, 2002