public class AdminBookingSearchResult
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private AdminBooking[] |
bookings
the Bookings retrieved
|
private int |
maxGroupSize
maxGroupSize
|
private int |
offset
offset
|
private AdminBookingSearch |
search
search - the search that was used to get the results
|
private int |
totalSetSize
totalSetSize
|
Constructor and Description |
---|
AdminBookingSearchResult()
Constructor
|
Modifier and Type | Method and Description |
---|---|
AdminBooking[] |
getBookings() |
int |
getMaxGroupSize() |
int |
getOffset() |
AdminBookingSearch |
getSearch() |
int |
getTotalSetSize() |
void |
setBookings(AdminBooking[] bookings) |
void |
setMaxGroupSize(int maxGroupSize) |
void |
setOffset(int offset) |
void |
setSearch(AdminBookingSearch search) |
void |
setTotalSetSize(int totalSetSize) |
java.lang.String |
toString() |
private AdminBookingSearch search
private AdminBooking[] bookings
private int offset
private int maxGroupSize
private int totalSetSize
public java.lang.String toString()
toString
in class java.lang.Object
public AdminBookingSearch getSearch()
public void setSearch(AdminBookingSearch search)
search
- the search to setpublic AdminBooking[] getBookings()
public void setBookings(AdminBooking[] bookings)
bookings
- the bookings to setpublic 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 setCopyright © 2018 DS Data Systems UK Ltd.