com.konakart.json.app
Class J_Bookings

java.lang.Object
  extended by com.konakart.json.app.J_Bookings
All Implemented Interfaces:
java.io.Serializable

public class J_Bookings
extends java.lang.Object
implements java.io.Serializable

This is normally the object returned for API calls returning an array of Bookings. It contains an array of bookings and the total number of bookings matching the request, so that they can be paged.

See Also:
Serialized Form

Constructor Summary
J_Bookings()
           
 
Method Summary
 J_Booking[] getBookingsArray()
           
 int getTotalNumBookings()
           
 void setBookingsArray(J_Booking[] _bookingsArray)
           
 void setTotalNumBookings(int _totalNumBookings)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

J_Bookings

public J_Bookings()
Method Detail

getTotalNumBookings

public int getTotalNumBookings()
Returns:
Returns the totalNumBookings.

setTotalNumBookings

public void setTotalNumBookings(int _totalNumBookings)
Parameters:
_totalNumBookings - The totalNumBookings to set.

getBookingsArray

public J_Booking[] getBookingsArray()
Returns:
the bookingsArray

setBookingsArray

public void setBookingsArray(J_Booking[] _bookingsArray)
Parameters:
_bookingsArray - the bookingsArray to set


Copyright © 2011 DS Data Systems UK Ltd.