com.konakart.json.app
Class J_BookableProductOptions

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

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

The BookableProductOptions is used to define the behaviour of certain Bookable Product APIs

See Also:
Serialized Form

Constructor Summary
J_BookableProductOptions()
           
 
Method Summary
 boolean isThrowExeptionForExceedingMaxBookings()
          Throw exception if bookings exceeds the maximum number of bookings on the bookable product.
 void setThrowExeptionForExceedingMaxBookings(boolean _throwExeptionForExceedingMaxBookings)
          Throw exception if bookings exceeds the maximum number of bookings on the bookable product.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

J_BookableProductOptions

public J_BookableProductOptions()
Method Detail

isThrowExeptionForExceedingMaxBookings

public boolean isThrowExeptionForExceedingMaxBookings()
Throw exception if bookings exceeds the maximum number of bookings on the bookable product. The default is false.

Returns:
the throwExeptionForExceedingMaxBookings

setThrowExeptionForExceedingMaxBookings

public void setThrowExeptionForExceedingMaxBookings(boolean _throwExeptionForExceedingMaxBookings)
Throw exception if bookings exceeds the maximum number of bookings on the bookable product. The default is false.

Parameters:
_throwExeptionForExceedingMaxBookings - the throwExeptionForExceedingMaxBookings to set


Copyright © 2011 DS Data Systems UK Ltd.