public static class GrouperLoaderIncrementalJob.Row extends Object
| Constructor and Description |
|---|
Row(long id,
long timestamp,
String loaderGroupName,
String subjectId,
String subjectIdentifier,
String subjectIdOrIdentifier,
String sourceId,
String subjectColumn,
String subjectValue) |
| Modifier and Type | Method and Description |
|---|---|
long |
getId() |
String |
getLoaderGroupName() |
String |
getSourceId() |
String |
getSubjectColumn() |
String |
getSubjectId() |
String |
getSubjectIdentifier() |
String |
getSubjectIdOrIdentifier() |
String |
getSubjectValue() |
long |
getTimestamp() |
void |
setId(long id) |
void |
setLoaderGroupName(String loaderGroupName) |
void |
setSourceId(String sourceId) |
void |
setSubjectColumn(String subjectColumn) |
void |
setSubjectId(String subjectId) |
void |
setSubjectIdentifier(String subjectIdentifier) |
void |
setSubjectIdOrIdentifier(String subjectIdOrIdentifier) |
void |
setSubjectValue(String subjectValue) |
void |
setTimestamp(long timestamp) |
public Row(long id,
long timestamp,
String loaderGroupName,
String subjectId,
String subjectIdentifier,
String subjectIdOrIdentifier,
String sourceId,
String subjectColumn,
String subjectValue)
id - timestamp - loaderGroupName - subjectId - subjectIdentifier - subjectIdOrIdentifier - sourceId - subjectColumn - subjectValue - public long getId()
public void setId(long id)
id - the id to setpublic long getTimestamp()
public void setTimestamp(long timestamp)
timestamp - the timestamp to setpublic String getLoaderGroupName()
public void setLoaderGroupName(String loaderGroupName)
loaderGroupName - the loaderGroupName to setpublic String getSubjectId()
public void setSubjectId(String subjectId)
subjectId - the subjectId to setpublic String getSubjectIdentifier()
public void setSubjectIdentifier(String subjectIdentifier)
subjectIdentifier - the subjectIdentifier to setpublic String getSubjectIdOrIdentifier()
public void setSubjectIdOrIdentifier(String subjectIdOrIdentifier)
subjectIdOrIdentifier - the subjectIdOrIdentifier to setpublic String getSourceId()
public void setSourceId(String sourceId)
sourceId - the sourceId to setpublic String getSubjectColumn()
public void setSubjectColumn(String subjectColumn)
subjectColumn - the subjectColumn to setpublic String getSubjectValue()
public void setSubjectValue(String subjectValue)
subjectValue - the subjectValue to setCopyright © 2016 Internet2. All rights reserved.