Class GrouperLoaderIncrementalJob.Row
java.lang.Object
edu.internet2.middleware.grouper.app.loader.GrouperLoaderIncrementalJob.Row
- Enclosing class:
- GrouperLoaderIncrementalJob
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonggetId()longvoidsetId(long id) voidsetLoaderGroupName(String loaderGroupName) voidsetSourceId(String sourceId) voidsetSubjectColumn(String subjectColumn) voidsetSubjectId(String subjectId) voidsetSubjectIdentifier(String subjectIdentifier) voidsetSubjectIdOrIdentifier(String subjectIdOrIdentifier) voidsetSubjectValue(String subjectValue) voidsetTimestamp(long timestamp)
-
Constructor Details
-
Row
public Row(long id, long timestamp, String loaderGroupName, String subjectId, String subjectIdentifier, String subjectIdOrIdentifier, String sourceId, String subjectColumn, String subjectValue) - Parameters:
id-timestamp-loaderGroupName-subjectId-subjectIdentifier-subjectIdOrIdentifier-sourceId-subjectColumn-subjectValue-
-
-
Method Details
-
getId
public long getId()- Returns:
- the id
-
setId
public void setId(long id) - Parameters:
id- the id to set
-
getTimestamp
public long getTimestamp()- Returns:
- the timestamp
-
setTimestamp
public void setTimestamp(long timestamp) - Parameters:
timestamp- the timestamp to set
-
getLoaderGroupName
- Returns:
- the loaderGroupName
-
setLoaderGroupName
- Parameters:
loaderGroupName- the loaderGroupName to set
-
getSubjectId
- Returns:
- the subjectId
-
setSubjectId
- Parameters:
subjectId- the subjectId to set
-
getSubjectIdentifier
- Returns:
- the subjectIdentifier
-
setSubjectIdentifier
- Parameters:
subjectIdentifier- the subjectIdentifier to set
-
getSubjectIdOrIdentifier
- Returns:
- the subjectIdOrIdentifier
-
setSubjectIdOrIdentifier
- Parameters:
subjectIdOrIdentifier- the subjectIdOrIdentifier to set
-
getSourceId
- Returns:
- the sourceId
-
setSourceId
- Parameters:
sourceId- the sourceId to set
-
getSubjectColumn
- Returns:
- the subjectColumn
-
setSubjectColumn
- Parameters:
subjectColumn- the subjectColumn to set
-
getSubjectValue
- Returns:
- the subjectValue
-
setSubjectValue
- Parameters:
subjectValue- the subjectValue to set
-