Package sk.ipesoft.d2000.d2japi.unival
Class Vobj
- java.lang.Object
-
- sk.ipesoft.d2000.d2japi.unival.Vobj
-
- All Implemented Interfaces:
java.io.Serializable
public class Vobj extends java.lang.Object implements java.io.SerializableCompose 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 intgetColumn()Get one-based column index.intgetHobj()Get HOBJ.intgetRow()Get one-based row index.voidsetColumn(int column)Set one-based column index.voidsetHobj(int hobj)Set HOBJ.voidsetRow(int row)Set one-based row index.
-
-
-
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-
-
-