Class WellLocation

  • All Implemented Interfaces:
    java.io.Serializable

    @JsonObject("WellLocation")
    public class WellLocation
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      WellLocation()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getColumn()  
      int getRow()  
      void setColumn​(int column)  
      void setRow​(int row)  
      • Methods inherited from class java.lang.Object

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

      • WellLocation

        public WellLocation()
    • Method Detail

      • getRow

        public int getRow()
      • setRow

        public void setRow​(int row)
      • getColumn

        public int getColumn()
      • setColumn

        public void setColumn​(int column)