Row

Inheritance: java.lang.Object

public class Row

Indicates a row in the data recordset.

Constructors

Constructor Description
Row() Constructor.

Methods

Method Description
equals(Object arg0)
getClass()
getPageID() Page ID of the shape.
getRowID() The original row ID.
getShapeID() Shape ID of the shape.
hashCode()
notify()
notifyAll()
setPageID(long value) For the description of this property, please see getPageID()
setRowID(long value) For the description of this property, please see getRowID()
setShapeID(long value) For the description of this property, please see getShapeID()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

Row()

public Row()

Constructor.

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

Parameter Type Description
arg0 java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getPageID()

public long getPageID()

Page ID of the shape.

Returns: long

getRowID()

public long getRowID()

The original row ID.

Returns: long

getShapeID()

public long getShapeID()

Shape ID of the shape.

Returns: long

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setPageID(long value)

public void setPageID(long value)

For the description of this property, please see getPageID()

Parameters:

Parameter Type Description
value long

setRowID(long value)

public void setRowID(long value)

For the description of this property, please see getRowID()

Parameters:

Parameter Type Description
value long

setShapeID(long value)

public void setShapeID(long value)

For the description of this property, please see getShapeID()

Parameters:

Parameter Type Description
value long

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

Parameter Type Description
arg0 long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

Parameter Type Description
arg0 long
arg1 int