com.konakart.rmi.app
Class S_Booking
java.lang.Object
com.konakart.rmi.app.S_Booking
- All Implemented Interfaces:
- java.io.Serializable
public class S_Booking
- extends java.lang.Object
- implements java.io.Serializable
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.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
S_Booking
public S_Booking()
getId
public int getId()
- Returns:
- the id
setId
public void setId(int _id)
- Parameters:
_id - the id to set
getQuantity
public int getQuantity()
- Returns:
- the quantity
setQuantity
public void setQuantity(int _quantity)
- Parameters:
_quantity - the quantity to set
getCustomerId
public int getCustomerId()
- Returns:
- the customerId
setCustomerId
public void setCustomerId(int _customerId)
- Parameters:
_customerId - the customerId to set
getOrderId
public int getOrderId()
- Returns:
- the orderId
setOrderId
public void setOrderId(int _orderId)
- Parameters:
_orderId - the orderId to set
getOrderProductId
public int getOrderProductId()
- Returns:
- the orderProductId
setOrderProductId
public void setOrderProductId(int _orderProductId)
- Parameters:
_orderProductId - the orderProductId to set
getFirstName
public java.lang.String getFirstName()
- Returns:
- the firstName
setFirstName
public void setFirstName(java.lang.String _firstName)
- Parameters:
_firstName - the firstName to set
getLastName
public java.lang.String getLastName()
- Returns:
- the lastName
setLastName
public void setLastName(java.lang.String _lastName)
- Parameters:
_lastName - the lastName 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
getProductId
public int getProductId()
- Returns:
- the productId
setProductId
public void setProductId(int _productId)
- Parameters:
_productId - the productId to set
getDateAdded
public java.util.Calendar getDateAdded()
- Returns:
- the dateAdded
setDateAdded
public void setDateAdded(java.util.Calendar _dateAdded)
- Parameters:
_dateAdded - the dateAdded to set
Copyright © 2011 DS Data Systems UK Ltd.