edu.internet2.middleware.grouper.app.loader.db
Class GrouperLoaderResultset.Row

java.lang.Object
  extended by edu.internet2.middleware.grouper.app.loader.db.GrouperLoaderResultset.Row
Enclosing class:
GrouperLoaderResultset

public class GrouperLoaderResultset.Row
extends Object

simple struct for subjects


Constructor Summary
GrouperLoaderResultset.Row()
           
 
Method Summary
 Object getCell(String columnName, boolean exceptionOnColNotFound)
          get a cell in the data structure
 Object[] getRowData()
           
 edu.internet2.middleware.subject.Subject getSubject(String jobName)
           
 String getSubjectError()
           
 void setRowData(Object[] rowData1)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GrouperLoaderResultset.Row

public GrouperLoaderResultset.Row()
Method Detail

getRowData

public Object[] getRowData()
Returns:
the rowData

setRowData

public void setRowData(Object[] rowData1)
Parameters:
rowData1 - the rowData to set

getSubject

public edu.internet2.middleware.subject.Subject getSubject(String jobName)
Parameters:
jobName - for logging
Returns:
the subject

getCell

public Object getCell(String columnName,
                      boolean exceptionOnColNotFound)
get a cell in the data structure

Parameters:
columnName -
exceptionOnColNotFound -
Returns:
the cell or null if col not found and not throwing exception if col not found

getSubjectError

public String getSubjectError()
Returns:
the error