public class RequestJoin
extends java.lang.Object
implements jadex.bridge.fipa.IComponentAction
| Modifier and Type | Field and Description |
|---|---|
protected Player |
player
Attribute for slot player.
|
protected int |
timeout
Attribute for slot timeout.
|
| Constructor and Description |
|---|
RequestJoin()
Default Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Player |
getPlayer()
Get the player of this RequestJoin.
|
int |
getTimeout()
Get the timeout of this RequestJoin.
|
void |
setPlayer(Player player)
Set the player of this RequestJoin.
|
void |
setTimeout(int timeout)
Set the timeout of this RequestJoin.
|
java.lang.String |
toString()
Get a string representation of this RequestJoin.
|
protected int timeout
protected Player player
public int getTimeout()
public void setTimeout(int timeout)
timeout - the value to be setpublic Player getPlayer()
public void setPlayer(Player player)
player - the value to be setpublic java.lang.String toString()
toString in class java.lang.Object