public class AdminPaymentScheduleSearchResult
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
maxGroupSize
maxGroupSize
|
private int |
offset
offset
|
private AdminPaymentSchedule[] |
paymentSchedules
the Payment Schedules retrieved
|
private AdminPaymentScheduleSearch |
search
search - the search that was used to get the results
|
private int |
totalSetSize
totalSetSize
|
Constructor and Description |
---|
AdminPaymentScheduleSearchResult()
Constructor
|
Modifier and Type | Method and Description |
---|---|
int |
getMaxGroupSize() |
int |
getOffset() |
AdminPaymentSchedule[] |
getPaymentSchedules() |
AdminPaymentScheduleSearch |
getSearch() |
int |
getTotalSetSize() |
void |
setMaxGroupSize(int maxGroupSize) |
void |
setOffset(int offset) |
void |
setPaymentSchedules(AdminPaymentSchedule[] paymentSchedules) |
void |
setSearch(AdminPaymentScheduleSearch search) |
void |
setTotalSetSize(int totalSetSize) |
java.lang.String |
toString() |
private AdminPaymentScheduleSearch search
private AdminPaymentSchedule[] paymentSchedules
private int offset
private int maxGroupSize
private int totalSetSize
public AdminPaymentScheduleSearchResult()
public java.lang.String toString()
toString
in class java.lang.Object
public int getOffset()
public void setOffset(int offset)
offset
- the offset to setpublic int getMaxGroupSize()
public void setMaxGroupSize(int maxGroupSize)
maxGroupSize
- the maxGroupSize to setpublic int getTotalSetSize()
public void setTotalSetSize(int totalSetSize)
totalSetSize
- the totalSetSize to setpublic AdminPaymentScheduleSearch getSearch()
public void setSearch(AdminPaymentScheduleSearch search)
search
- the search to setpublic AdminPaymentSchedule[] getPaymentSchedules()
public void setPaymentSchedules(AdminPaymentSchedule[] paymentSchedules)
paymentSchedules
- the paymentSchedules to setCopyright © 2018 DS Data Systems UK Ltd.