Class GrouperLoaderResultset.Row
java.lang.Object
edu.internet2.middleware.grouper.app.loader.db.GrouperLoaderResultset.Row
- Enclosing class:
- GrouperLoaderResultset
simple struct for subjects
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionget a cell in the data structureObject[]
getSubject
(String jobName) void
setRowData
(Object[] rowData1)
-
Constructor Details
-
Row
public Row()
-
-
Method Details
-
getRowData
- Returns:
- the rowData
-
setRowData
- Parameters:
rowData1
- the rowData to set
-
getSubject
- Parameters:
jobName
- for logging- Returns:
- the subject
-
getCell
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
- Returns:
- the error
-