Class RequestWorldSize

  • All Implemented Interfaces:
    IComponentAction

    public class RequestWorldSize
    extends java.lang.Object
    implements IComponentAction
    Java class for concept RequestWorldSize of hunterprey_beans ontology.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected int height
      The height of the world.
      protected int width
      The width of the world.
    • Constructor Summary

      Constructors 
      Constructor Description
      RequestWorldSize()
      Default Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • height

        protected int height
        The height of the world.
      • width

        protected int width
        The width of the world.
    • Constructor Detail

      • RequestWorldSize

        public RequestWorldSize()
        Default Constructor. RequestWorldSize.
    • Method Detail

      • getHeight

        public int getHeight()
        Get the height of this RequestWorldSize. The height of the world.
        Returns:
        height
      • setHeight

        public void setHeight​(int height)
        Set the height of this RequestWorldSize. The height of the world.
        Parameters:
        height - the value to be set
      • getWidth

        public int getWidth()
        Get the width of this RequestWorldSize. The width of the world.
        Returns:
        width
      • setWidth

        public void setWidth​(int width)
        Set the width of this RequestWorldSize. The width of the world.
        Parameters:
        width - the value to be set
      • toString

        public java.lang.String toString()
        Get a string representation of this RequestWorldSize.
        Overrides:
        toString in class java.lang.Object
        Returns:
        The string representation.