public class PreScrubberReportData extends Object
Modifier and Type | Field and Description |
---|---|
protected Set<String> |
accountsWithMultipleCharts |
protected Set<String> |
accountsWithNoCharts |
protected int |
inputRecords |
protected int |
outputRecords |
Constructor and Description |
---|
PreScrubberReportData(int inputRecords,
int outputRecords,
Set<String> accountsWithNoCharts,
Set<String> accountsWithMultipleCharts) |
Modifier and Type | Method and Description |
---|---|
Set<String> |
getAccountsWithMultipleCharts() |
Set<String> |
getAccountsWithNoCharts() |
int |
getInputRecords() |
int |
getOutputRecords() |
void |
setAccountsWithMultipleCharts(Set<String> accountsWithMultipleCharts) |
void |
setAccountsWithNoCharts(Set<String> accountsWithNoCharts) |
void |
setInputRecords(int inputRecords) |
void |
setOutputRecords(int outputRecords) |
protected int inputRecords
protected int outputRecords
protected Set<String> accountsWithNoCharts
protected Set<String> accountsWithMultipleCharts
public PreScrubberReportData(int inputRecords, int outputRecords, Set<String> accountsWithNoCharts, Set<String> accountsWithMultipleCharts)
public int getInputRecords()
public void setInputRecords(int inputRecords)
public int getOutputRecords()
public void setOutputRecords(int outputRecords)
public Set<String> getAccountsWithNoCharts()
public void setAccountsWithNoCharts(Set<String> accountsWithNoCharts)
public Set<String> getAccountsWithMultipleCharts()
public void setAccountsWithMultipleCharts(Set<String> accountsWithMultipleCharts)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.