com.konakart.rmi.app
Class S_BookableProduct
java.lang.Object
com.konakart.rmi.app.S_BookableProduct
- All Implemented Interfaces:
- java.io.Serializable
public class S_BookableProduct
- extends java.lang.Object
- implements java.io.Serializable
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
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
S_BookableProduct
public S_BookableProduct()
getProductId
public int getProductId()
- Returns:
- the productId
setProductId
public void setProductId(int _productId)
- Parameters:
_productId - the productId to set
getMaxNumBookings
public int getMaxNumBookings()
- Returns:
- the maxNumBookings
setMaxNumBookings
public void setMaxNumBookings(int _maxNumBookings)
- Parameters:
_maxNumBookings - the maxNumBookings to set
getBookingsMade
public int getBookingsMade()
- Returns:
- the bookingsMade
setBookingsMade
public void setBookingsMade(int _bookingsMade)
- Parameters:
_bookingsMade - the bookingsMade to set
getStartDate
public java.util.Calendar getStartDate()
- Returns:
- the startDate
setStartDate
public void setStartDate(java.util.Calendar _startDate)
- Parameters:
_startDate - the startDate to set
getEndDate
public java.util.Calendar getEndDate()
- Returns:
- the endDate
setEndDate
public void setEndDate(java.util.Calendar _endDate)
- Parameters:
_endDate - the endDate to set
getMonday
public java.lang.String getMonday()
- Returns:
- the monday
setMonday
public void setMonday(java.lang.String _monday)
- Parameters:
_monday - the monday to set
getTuesday
public java.lang.String getTuesday()
- Returns:
- the tuesday
setTuesday
public void setTuesday(java.lang.String _tuesday)
- Parameters:
_tuesday - the tuesday to set
getWednesday
public java.lang.String getWednesday()
- Returns:
- the wednesday
setWednesday
public void setWednesday(java.lang.String _wednesday)
- Parameters:
_wednesday - the wednesday to set
getThursday
public java.lang.String getThursday()
- Returns:
- the thursday
setThursday
public void setThursday(java.lang.String _thursday)
- Parameters:
_thursday - the thursday to set
getFriday
public java.lang.String getFriday()
- Returns:
- the friday
setFriday
public void setFriday(java.lang.String _friday)
- Parameters:
_friday - the friday to set
getSaturday
public java.lang.String getSaturday()
- Returns:
- the saturday
setSaturday
public void setSaturday(java.lang.String _saturday)
- Parameters:
_saturday - the saturday to set
getSunday
public java.lang.String getSunday()
- Returns:
- the sunday
setSunday
public void setSunday(java.lang.String _sunday)
- Parameters:
_sunday - the sunday to set
getCustom1
public java.lang.String getCustom1()
- Returns:
- the custom1
setCustom1
public void setCustom1(java.lang.String _custom1)
- Parameters:
_custom1 - the custom1 to set
getCustom2
public java.lang.String getCustom2()
- Returns:
- the custom2
setCustom2
public void setCustom2(java.lang.String _custom2)
- Parameters:
_custom2 - the custom2 to set
getCustom3
public java.lang.String getCustom3()
- Returns:
- the custom3
setCustom3
public void setCustom3(java.lang.String _custom3)
- Parameters:
_custom3 - the custom3 to set
getCustom4
public java.lang.String getCustom4()
- Returns:
- the custom4
setCustom4
public void setCustom4(java.lang.String _custom4)
- Parameters:
_custom4 - the custom4 to set
getCustom5
public java.lang.String getCustom5()
- Returns:
- the custom5
setCustom5
public void setCustom5(java.lang.String _custom5)
- Parameters:
_custom5 - the custom5 to set
Copyright © 2011 DS Data Systems UK Ltd.