com.konakart.appif
Interface BookableProductIf

All Known Implementing Classes:
BookableProduct

public interface BookableProductIf

A bookable product is an extension for a product containing attributes relevant to a bookable product such as start and end dates and time slots for days of the week


Method Summary
 int getBookingsMade()
           
 java.lang.String getCustom1()
           
 java.lang.String getCustom2()
           
 java.lang.String getCustom3()
           
 java.lang.String getCustom4()
           
 java.lang.String getCustom5()
           
 java.util.Calendar getEndDate()
           
 java.lang.String getFriday()
           
 int getMaxNumBookings()
           
 java.lang.String getMonday()
           
 int getProductId()
           
 java.lang.String getSaturday()
           
 java.util.Calendar getStartDate()
           
 java.lang.String getSunday()
           
 java.lang.String getThursday()
           
 java.lang.String getTuesday()
           
 java.lang.String getWednesday()
           
 void setBookingsMade(int bookingsMade)
           
 void setCustom1(java.lang.String custom1)
           
 void setCustom2(java.lang.String custom2)
           
 void setCustom3(java.lang.String custom3)
           
 void setCustom4(java.lang.String custom4)
           
 void setCustom5(java.lang.String custom5)
           
 void setEndDate(java.util.Calendar endDate)
           
 void setFriday(java.lang.String friday)
           
 void setMaxNumBookings(int maxNumBookings)
           
 void setMonday(java.lang.String monday)
           
 void setProductId(int productId)
           
 void setSaturday(java.lang.String saturday)
           
 void setStartDate(java.util.Calendar startDate)
           
 void setSunday(java.lang.String sunday)
           
 void setThursday(java.lang.String thursday)
           
 void setTuesday(java.lang.String tuesday)
           
 void setWednesday(java.lang.String wednesday)
           
 

Method Detail

getProductId

int getProductId()
Returns:
the productId

setProductId

void setProductId(int productId)
Parameters:
productId - the productId to set

getMaxNumBookings

int getMaxNumBookings()
Returns:
the maxNumBookings

setMaxNumBookings

void setMaxNumBookings(int maxNumBookings)
Parameters:
maxNumBookings - the maxNumBookings to set

getBookingsMade

int getBookingsMade()
Returns:
the bookingsMade

setBookingsMade

void setBookingsMade(int bookingsMade)
Parameters:
bookingsMade - the bookingsMade to set

getStartDate

java.util.Calendar getStartDate()
Returns:
the startDate

setStartDate

void setStartDate(java.util.Calendar startDate)
Parameters:
startDate - the startDate to set

getEndDate

java.util.Calendar getEndDate()
Returns:
the endDate

setEndDate

void setEndDate(java.util.Calendar endDate)
Parameters:
endDate - the endDate to set

getMonday

java.lang.String getMonday()
Returns:
the monday

setMonday

void setMonday(java.lang.String monday)
Parameters:
monday - the monday to set

getTuesday

java.lang.String getTuesday()
Returns:
the tuesday

setTuesday

void setTuesday(java.lang.String tuesday)
Parameters:
tuesday - the tuesday to set

getWednesday

java.lang.String getWednesday()
Returns:
the wednesday

setWednesday

void setWednesday(java.lang.String wednesday)
Parameters:
wednesday - the wednesday to set

getThursday

java.lang.String getThursday()
Returns:
the thursday

setThursday

void setThursday(java.lang.String thursday)
Parameters:
thursday - the thursday to set

getFriday

java.lang.String getFriday()
Returns:
the friday

setFriday

void setFriday(java.lang.String friday)
Parameters:
friday - the friday to set

getSaturday

java.lang.String getSaturday()
Returns:
the saturday

setSaturday

void setSaturday(java.lang.String saturday)
Parameters:
saturday - the saturday to set

getSunday

java.lang.String getSunday()
Returns:
the sunday

setSunday

void setSunday(java.lang.String sunday)
Parameters:
sunday - the sunday to set

getCustom1

java.lang.String getCustom1()
Returns:
the custom1

setCustom1

void setCustom1(java.lang.String custom1)
Parameters:
custom1 - the custom1 to set

getCustom2

java.lang.String getCustom2()
Returns:
the custom2

setCustom2

void setCustom2(java.lang.String custom2)
Parameters:
custom2 - the custom2 to set

getCustom3

java.lang.String getCustom3()
Returns:
the custom3

setCustom3

void setCustom3(java.lang.String custom3)
Parameters:
custom3 - the custom3 to set

getCustom4

java.lang.String getCustom4()
Returns:
the custom4

setCustom4

void setCustom4(java.lang.String custom4)
Parameters:
custom4 - the custom4 to set

getCustom5

java.lang.String getCustom5()
Returns:
the custom5

setCustom5

void setCustom5(java.lang.String custom5)
Parameters:
custom5 - the custom5 to set


Copyright © 2011 DS Data Systems UK Ltd.