edu.internet2.middleware.grouper.app.loader
Class GrouperLoaderIncrementalJob.Row

java.lang.Object
  extended by edu.internet2.middleware.grouper.app.loader.GrouperLoaderIncrementalJob.Row
Enclosing class:
GrouperLoaderIncrementalJob

public static class GrouperLoaderIncrementalJob.Row
extends Object


Constructor Summary
GrouperLoaderIncrementalJob.Row(long id, long timestamp, String loaderGroupName, String subjectId, String subjectIdentifier, String subjectIdOrIdentifier, String sourceId, String subjectColumn, String subjectValue)
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GrouperLoaderIncrementalJob.Row

public GrouperLoaderIncrementalJob.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 Detail

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

public String getLoaderGroupName()
Returns:
the loaderGroupName

setLoaderGroupName

public void setLoaderGroupName(String loaderGroupName)
Parameters:
loaderGroupName - the loaderGroupName to set

getSubjectId

public String getSubjectId()
Returns:
the subjectId

setSubjectId

public void setSubjectId(String subjectId)
Parameters:
subjectId - the subjectId to set

getSubjectIdentifier

public String getSubjectIdentifier()
Returns:
the subjectIdentifier

setSubjectIdentifier

public void setSubjectIdentifier(String subjectIdentifier)
Parameters:
subjectIdentifier - the subjectIdentifier to set

getSubjectIdOrIdentifier

public String getSubjectIdOrIdentifier()
Returns:
the subjectIdOrIdentifier

setSubjectIdOrIdentifier

public void setSubjectIdOrIdentifier(String subjectIdOrIdentifier)
Parameters:
subjectIdOrIdentifier - the subjectIdOrIdentifier to set

getSourceId

public String getSourceId()
Returns:
the sourceId

setSourceId

public void setSourceId(String sourceId)
Parameters:
sourceId - the sourceId to set

getSubjectColumn

public String getSubjectColumn()
Returns:
the subjectColumn

setSubjectColumn

public void setSubjectColumn(String subjectColumn)
Parameters:
subjectColumn - the subjectColumn to set

getSubjectValue

public String getSubjectValue()
Returns:
the subjectValue

setSubjectValue

public void setSubjectValue(String subjectValue)
Parameters:
subjectValue - the subjectValue to set