Class GcTableSyncRowData
java.lang.Object
edu.internet2.middleware.grouperClient.jdbc.tableSync.GcTableSyncRowData
data from a row
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Object[]
getData()
column datareferenec to the gc tableget the non primary keyget the primary keyint
hashCode()
get the incremental progress value columnincrementalProgressValue
(GcTableSyncColumnMetadata incrementalProgressValueMetadata) get the incremental progress value columnlookupColumnToIndexZeroIndexed
(String columnName, boolean exceptionIfNotFound) lookup column by name (case insensitive) to column indexmultiKey()
void
column datavoid
setGcTableSyncTableData
(GcTableSyncTableData gcTableSyncTableData1) referenec to the gc table
-
Constructor Details
-
GcTableSyncRowData
public GcTableSyncRowData()
-
-
Method Details
-
lookupColumnToIndexZeroIndexed
lookup column by name (case insensitive) to column index- Parameters:
columnName
-- Returns:
- the index
-
getGcTableSyncTableData
referenec to the gc table- Returns:
- the gcTableSyncTableData
-
setGcTableSyncTableData
referenec to the gc table- Parameters:
gcTableSyncTableData1
- the gcTableSyncTableData to set
-
multiKey
-
getData
column data- Returns:
- the data
-
setData
column data- Parameters:
data1
- the data to set
-
equals
-
hashCode
public int hashCode() -
getPrimaryKey
get the primary key- Returns:
- the primary key
-
incrementalProgressValue
get the incremental progress value column- Parameters:
incrementalProgressValueMetadata
-- Returns:
- the value
-
incrementalProgressValue
get the incremental progress value column- Parameters:
incrementalProgressValueMetadata
-- Returns:
- the value
-
getNonPrimaryKey
get the non primary key- Returns:
- the non primary key
-
nonPrimaryAndThenPrimaryKeyData
- Returns:
- the data
-
allColumnsData
- Returns:
- all columns data
-