Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.schooltool.misc
Class ResultSetRow  view ResultSetRow download ResultSetRow.java

java.lang.Object
  extended byorg.schooltool.misc.ResultSetRow
All Implemented Interfaces:
java.io.Serializable

public class ResultSetRow
extends java.lang.Object
implements java.io.Serializable

Version:

Field Summary
(package private)  java.lang.Object[] row
           
 
Constructor Summary
ResultSetRow()
           
 
Method Summary
 java.lang.Object[] getRow()
           
 void setRow(java.lang.Object[] newRow)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

row

java.lang.Object[] row
Constructor Detail

ResultSetRow

public ResultSetRow()
Method Detail

setRow

public void setRow(java.lang.Object[] newRow)

getRow

public java.lang.Object[] getRow()