Class GrouperLoaderIncrementalJob.GroupRow

java.lang.Object
edu.internet2.middleware.grouper.app.loader.GrouperLoaderIncrementalJob.GroupRow
Enclosing class:
GrouperLoaderIncrementalJob

public static class GrouperLoaderIncrementalJob.GroupRow extends Object
  • Constructor Details

    • GroupRow

      public GroupRow(long id, long timestamp, String loaderGroupName, String groupName, String syncType)
      Parameters:
      id -
      timestamp -
      loaderGroupName -
      groupName -
      syncType -
  • 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

      public String getLoaderGroupName()
      Returns:
      the loaderGroupName
    • setLoaderGroupName

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

      public String getGroupName()
      Returns:
      the groupName
    • setGroupName

      public void setGroupName(String groupName)
      Parameters:
      groupName - the groupName to set
    • getSyncType

      public String getSyncType()
      Returns:
      the syncType
    • setSyncType

      public void setSyncType(String syncType)
      Parameters:
      syncType - the syncType to set