com.konakart.wsapp
Class Booking

java.lang.Object
  extended by com.konakart.wsapp.Booking
All Implemented Interfaces:
java.io.Serializable

public class Booking
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
Booking()
           
Booking(java.lang.String custom1, java.lang.String custom2, java.lang.String custom3, int customerId, java.util.Calendar dateAdded, java.lang.String firstName, int id, java.lang.String lastName, int orderId, int orderProductId, int productId, int quantity)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getCustom1()
          Gets the custom1 value for this Booking.
 java.lang.String getCustom2()
          Gets the custom2 value for this Booking.
 java.lang.String getCustom3()
          Gets the custom3 value for this Booking.
 int getCustomerId()
          Gets the customerId value for this Booking.
 java.util.Calendar getDateAdded()
          Gets the dateAdded value for this Booking.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.String getFirstName()
          Gets the firstName value for this Booking.
 int getId()
          Gets the id value for this Booking.
 java.lang.String getLastName()
          Gets the lastName value for this Booking.
 int getOrderId()
          Gets the orderId value for this Booking.
 int getOrderProductId()
          Gets the orderProductId value for this Booking.
 int getProductId()
          Gets the productId value for this Booking.
 int getQuantity()
          Gets the quantity value for this Booking.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setCustom1(java.lang.String custom1)
          Sets the custom1 value for this Booking.
 void setCustom2(java.lang.String custom2)
          Sets the custom2 value for this Booking.
 void setCustom3(java.lang.String custom3)
          Sets the custom3 value for this Booking.
 void setCustomerId(int customerId)
          Sets the customerId value for this Booking.
 void setDateAdded(java.util.Calendar dateAdded)
          Sets the dateAdded value for this Booking.
 void setFirstName(java.lang.String firstName)
          Sets the firstName value for this Booking.
 void setId(int id)
          Sets the id value for this Booking.
 void setLastName(java.lang.String lastName)
          Sets the lastName value for this Booking.
 void setOrderId(int orderId)
          Sets the orderId value for this Booking.
 void setOrderProductId(int orderProductId)
          Sets the orderProductId value for this Booking.
 void setProductId(int productId)
          Sets the productId value for this Booking.
 void setQuantity(int quantity)
          Sets the quantity value for this Booking.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Booking

public Booking()

Booking

public Booking(java.lang.String custom1,
               java.lang.String custom2,
               java.lang.String custom3,
               int customerId,
               java.util.Calendar dateAdded,
               java.lang.String firstName,
               int id,
               java.lang.String lastName,
               int orderId,
               int orderProductId,
               int productId,
               int quantity)
Method Detail

getCustom1

public java.lang.String getCustom1()
Gets the custom1 value for this Booking.

Returns:
custom1

setCustom1

public void setCustom1(java.lang.String custom1)
Sets the custom1 value for this Booking.

Parameters:
custom1 -

getCustom2

public java.lang.String getCustom2()
Gets the custom2 value for this Booking.

Returns:
custom2

setCustom2

public void setCustom2(java.lang.String custom2)
Sets the custom2 value for this Booking.

Parameters:
custom2 -

getCustom3

public java.lang.String getCustom3()
Gets the custom3 value for this Booking.

Returns:
custom3

setCustom3

public void setCustom3(java.lang.String custom3)
Sets the custom3 value for this Booking.

Parameters:
custom3 -

getCustomerId

public int getCustomerId()
Gets the customerId value for this Booking.

Returns:
customerId

setCustomerId

public void setCustomerId(int customerId)
Sets the customerId value for this Booking.

Parameters:
customerId -

getDateAdded

public java.util.Calendar getDateAdded()
Gets the dateAdded value for this Booking.

Returns:
dateAdded

setDateAdded

public void setDateAdded(java.util.Calendar dateAdded)
Sets the dateAdded value for this Booking.

Parameters:
dateAdded -

getFirstName

public java.lang.String getFirstName()
Gets the firstName value for this Booking.

Returns:
firstName

setFirstName

public void setFirstName(java.lang.String firstName)
Sets the firstName value for this Booking.

Parameters:
firstName -

getId

public int getId()
Gets the id value for this Booking.

Returns:
id

setId

public void setId(int id)
Sets the id value for this Booking.

Parameters:
id -

getLastName

public java.lang.String getLastName()
Gets the lastName value for this Booking.

Returns:
lastName

setLastName

public void setLastName(java.lang.String lastName)
Sets the lastName value for this Booking.

Parameters:
lastName -

getOrderId

public int getOrderId()
Gets the orderId value for this Booking.

Returns:
orderId

setOrderId

public void setOrderId(int orderId)
Sets the orderId value for this Booking.

Parameters:
orderId -

getOrderProductId

public int getOrderProductId()
Gets the orderProductId value for this Booking.

Returns:
orderProductId

setOrderProductId

public void setOrderProductId(int orderProductId)
Sets the orderProductId value for this Booking.

Parameters:
orderProductId -

getProductId

public int getProductId()
Gets the productId value for this Booking.

Returns:
productId

setProductId

public void setProductId(int productId)
Sets the productId value for this Booking.

Parameters:
productId -

getQuantity

public int getQuantity()
Gets the quantity value for this Booking.

Returns:
quantity

setQuantity

public void setQuantity(int quantity)
Sets the quantity value for this Booking.

Parameters:
quantity -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer



Copyright © 2011 DS Data Systems UK Ltd.