com.konakart.rmi.app
Class S_BookableProductOptions

java.lang.Object
  extended by com.konakart.rmi.app.S_BookableProductOptions
All Implemented Interfaces:
java.io.Serializable

public class S_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
S_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

S_BookableProductOptions

public S_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.