public class RequestWorldSize
extends java.lang.Object
implements jadex.bridge.fipa.IComponentAction
Modifier and Type | Field and Description |
---|---|
protected int |
height
The height of the world.
|
protected int |
width
The width of the world.
|
Constructor and Description |
---|
RequestWorldSize()
Default Constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
getHeight()
Get the height of this RequestWorldSize.
|
int |
getWidth()
Get the width of this RequestWorldSize.
|
void |
setHeight(int height)
Set the height of this RequestWorldSize.
|
void |
setWidth(int width)
Set the width of this RequestWorldSize.
|
java.lang.String |
toString()
Get a string representation of this RequestWorldSize.
|
protected int height
protected int width
public RequestWorldSize()
RequestWorldSize
.public int getHeight()
public void setHeight(int height)
height
- the value to be setpublic int getWidth()
public void setWidth(int width)
width
- the value to be setpublic java.lang.String toString()
toString
in class java.lang.Object