Class GrouperLoaderResultset.Row

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

public class GrouperLoaderResultset.Row extends Object
simple struct for subjects
  • Constructor Details

    • Row

      public Row()
  • Method Details

    • getRowData

      public Object[] getRowData()
      Returns:
      the rowData
    • setRowData

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

      public 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