com.konakart.appif
Interface BookingIf

All Known Implementing Classes:
Booking

public interface BookingIf

The Booking class contains information about bookings made for the bookable product. e.g.A bookable product could contain an array or bookings for people enrolled on a course.


Method Summary
 java.lang.String getCustom1()
           
 java.lang.String getCustom2()
           
 java.lang.String getCustom3()
           
 int getCustomerId()
           
 java.util.Calendar getDateAdded()
           
 java.lang.String getFirstName()
           
 int getId()
           
 java.lang.String getLastName()
           
 int getOrderId()
           
 int getOrderProductId()
           
 int getProductId()
           
 int getQuantity()
           
 void setCustom1(java.lang.String custom1)
           
 void setCustom2(java.lang.String custom2)
           
 void setCustom3(java.lang.String custom3)
           
 void setCustomerId(int customerId)
           
 void setDateAdded(java.util.Calendar dateAdded)
           
 void setFirstName(java.lang.String firstName)
           
 void setId(int id)
           
 void setLastName(java.lang.String lastName)
           
 void setOrderId(int orderId)
           
 void setOrderProductId(int orderProductId)
           
 void setProductId(int productId)
           
 void setQuantity(int quantity)
           
 

Method Detail

getId

int getId()
Returns:
the id

setId

void setId(int id)
Parameters:
id - the id to set

getQuantity

int getQuantity()
Returns:
the quantity

setQuantity

void setQuantity(int quantity)
Parameters:
quantity - the quantity to set

getCustomerId

int getCustomerId()
Returns:
the customerId

setCustomerId

void setCustomerId(int customerId)
Parameters:
customerId - the customerId to set

getOrderId

int getOrderId()
Returns:
the orderId

setOrderId

void setOrderId(int orderId)
Parameters:
orderId - the orderId to set

getOrderProductId

int getOrderProductId()
Returns:
the orderProductId

setOrderProductId

void setOrderProductId(int orderProductId)
Parameters:
orderProductId - the orderProductId to set

getFirstName

java.lang.String getFirstName()
Returns:
the firstName

setFirstName

void setFirstName(java.lang.String firstName)
Parameters:
firstName - the firstName to set

getLastName

java.lang.String getLastName()
Returns:
the lastName

setLastName

void setLastName(java.lang.String lastName)
Parameters:
lastName - the lastName 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

getProductId

int getProductId()
Returns:
the productId

setProductId

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

getDateAdded

java.util.Calendar getDateAdded()
Returns:
the dateAdded

setDateAdded

void setDateAdded(java.util.Calendar dateAdded)
Parameters:
dateAdded - the dateAdded to set


Copyright © 2011 DS Data Systems UK Ltd.