Row

Inheritance: java.lang.Object

public class Row

Indicates a row in the data recordset.

Constructors

ConstructorDescription
Row()Constructor.

Methods

MethodDescription
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:

ParameterTypeDescription
arg0java.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:

ParameterTypeDescription
valuelong

setRowID(long value)

public void setRowID(long value)

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

Parameters:

ParameterTypeDescription
valuelong

setShapeID(long value)

public void setShapeID(long value)

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

Parameters:

ParameterTypeDescription
valuelong

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int