Class RequestWorldSize
- java.lang.Object
- 
- jadex.bdi.examples.hunterprey_classic.RequestWorldSize
 
- 
- All Implemented Interfaces:
- IComponentAction
 
 public class RequestWorldSize extends java.lang.Object implements IComponentAction Java class for concept RequestWorldSize of hunterprey_beans ontology.
- 
- 
Constructor SummaryConstructors Constructor Description RequestWorldSize()Default Constructor.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetHeight()Get the height of this RequestWorldSize.intgetWidth()Get the width of this RequestWorldSize.voidsetHeight(int height)Set the height of this RequestWorldSize.voidsetWidth(int width)Set the width of this RequestWorldSize.java.lang.StringtoString()Get a string representation of this RequestWorldSize.
 
- 
- 
- 
Method Detail- 
getHeightpublic int getHeight() Get the height of this RequestWorldSize. The height of the world.- Returns:
- height
 
 - 
setHeightpublic void setHeight(int height) Set the height of this RequestWorldSize. The height of the world.- Parameters:
- height- the value to be set
 
 - 
getWidthpublic int getWidth() Get the width of this RequestWorldSize. The width of the world.- Returns:
- width
 
 - 
setWidthpublic void setWidth(int width) Set the width of this RequestWorldSize. The width of the world.- Parameters:
- width- the value to be set
 
 - 
toStringpublic java.lang.String toString() Get a string representation of this RequestWorldSize.- Overrides:
- toStringin class- java.lang.Object
- Returns:
- The string representation.
 
 
- 
 
-