Class Vobj

  • All Implemented Interfaces:
    java.io.Serializable


    public class Vobj
    extends java.lang.Object
    implements java.io.Serializable
    Compose reference to D2000 object value
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      Vobj​(int hobj, int row, int column)
      Create new instance.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getColumn​()
      Get one-based column index.
      int getHobj​()
      Get HOBJ.
      int getRow​()
      Get one-based row index.
      void setColumn​(int column)
      Set one-based column index.
      void setHobj​(int hobj)
      Set HOBJ.
      void setRow​(int row)
      Set one-based row index.
      • Methods inherited from class java.lang.Object

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

      • Vobj

        public Vobj​(int hobj,
                    int row,
                    int column)
        Create new instance.
        Parameters:
        hobj -
        row -
        column -
    • Method Detail

      • getColumn

        public int getColumn​()
        Get one-based column index.
        Returns:
      • setColumn

        public void setColumn​(int column)
        Set one-based column index.
        Parameters:
        column -
      • getHobj

        public int getHobj​()
        Get HOBJ.
        Returns:
      • setHobj

        public void setHobj​(int hobj)
        Set HOBJ.
        Parameters:
        hobj -
      • getRow

        public int getRow​()
        Get one-based row index.
        Returns:
      • setRow

        public void setRow​(int row)
        Set one-based row index.
        Parameters:
        row -