Class GrouperLoaderIncrementalJob.GroupRow
java.lang.Object
edu.internet2.middleware.grouper.app.loader.GrouperLoaderIncrementalJob.GroupRow
- Enclosing class:
- GrouperLoaderIncrementalJob
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonggetId()longvoidsetGroupName(String groupName) voidsetId(long id) voidsetLoaderGroupName(String loaderGroupName) voidsetSyncType(String syncType) voidsetTimestamp(long timestamp)
-
Constructor Details
-
GroupRow
- 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
- Returns:
- the loaderGroupName
-
setLoaderGroupName
- Parameters:
loaderGroupName- the loaderGroupName to set
-
getGroupName
- Returns:
- the groupName
-
setGroupName
- Parameters:
groupName- the groupName to set
-
getSyncType
- Returns:
- the syncType
-
setSyncType
- Parameters:
syncType- the syncType to set
-