Class Hole


  • public class Hole
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String drill  
      protected java.lang.String x  
      protected java.lang.String y  
    • Constructor Summary

      Constructors 
      Constructor Description
      Hole()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDrill()
      Gets the value of the drill property.
      java.lang.String getX()
      Gets the value of the x property.
      java.lang.String getY()
      Gets the value of the y property.
      void setDrill​(java.lang.String value)
      Sets the value of the drill property.
      void setX​(java.lang.String value)
      Sets the value of the x property.
      void setY​(java.lang.String value)
      Sets the value of the y property.
      • Methods inherited from class java.lang.Object

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

      • x

        protected java.lang.String x
      • y

        protected java.lang.String y
      • drill

        protected java.lang.String drill
    • Constructor Detail

      • Hole

        public Hole()
    • Method Detail

      • getX

        public java.lang.String getX()
        Gets the value of the x property.
        Returns:
        possible object is String
      • setX

        public void setX​(java.lang.String value)
        Sets the value of the x property.
        Parameters:
        value - allowed object is String
      • getY

        public java.lang.String getY()
        Gets the value of the y property.
        Returns:
        possible object is String
      • setY

        public void setY​(java.lang.String value)
        Sets the value of the y property.
        Parameters:
        value - allowed object is String
      • getDrill

        public java.lang.String getDrill()
        Gets the value of the drill property.
        Returns:
        possible object is String
      • setDrill

        public void setDrill​(java.lang.String value)
        Sets the value of the drill property.
        Parameters:
        value - allowed object is String