com.konakart.wsapp
Class BookableProduct

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

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

See Also:
Serialized Form

Constructor Summary
BookableProduct()
           
BookableProduct(int bookingsMade, java.lang.String custom1, java.lang.String custom2, java.lang.String custom3, java.lang.String custom4, java.lang.String custom5, java.util.Calendar endDate, java.lang.String friday, int maxNumBookings, java.lang.String monday, int productId, java.lang.String saturday, java.util.Calendar startDate, java.lang.String sunday, java.lang.String thursday, java.lang.String tuesday, java.lang.String wednesday)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int getBookingsMade()
          Gets the bookingsMade value for this BookableProduct.
 java.lang.String getCustom1()
          Gets the custom1 value for this BookableProduct.
 java.lang.String getCustom2()
          Gets the custom2 value for this BookableProduct.
 java.lang.String getCustom3()
          Gets the custom3 value for this BookableProduct.
 java.lang.String getCustom4()
          Gets the custom4 value for this BookableProduct.
 java.lang.String getCustom5()
          Gets the custom5 value for this BookableProduct.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.util.Calendar getEndDate()
          Gets the endDate value for this BookableProduct.
 java.lang.String getFriday()
          Gets the friday value for this BookableProduct.
 int getMaxNumBookings()
          Gets the maxNumBookings value for this BookableProduct.
 java.lang.String getMonday()
          Gets the monday value for this BookableProduct.
 int getProductId()
          Gets the productId value for this BookableProduct.
 java.lang.String getSaturday()
          Gets the saturday value for this BookableProduct.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.util.Calendar getStartDate()
          Gets the startDate value for this BookableProduct.
 java.lang.String getSunday()
          Gets the sunday value for this BookableProduct.
 java.lang.String getThursday()
          Gets the thursday value for this BookableProduct.
 java.lang.String getTuesday()
          Gets the tuesday value for this BookableProduct.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.String getWednesday()
          Gets the wednesday value for this BookableProduct.
 int hashCode()
           
 void setBookingsMade(int bookingsMade)
          Sets the bookingsMade value for this BookableProduct.
 void setCustom1(java.lang.String custom1)
          Sets the custom1 value for this BookableProduct.
 void setCustom2(java.lang.String custom2)
          Sets the custom2 value for this BookableProduct.
 void setCustom3(java.lang.String custom3)
          Sets the custom3 value for this BookableProduct.
 void setCustom4(java.lang.String custom4)
          Sets the custom4 value for this BookableProduct.
 void setCustom5(java.lang.String custom5)
          Sets the custom5 value for this BookableProduct.
 void setEndDate(java.util.Calendar endDate)
          Sets the endDate value for this BookableProduct.
 void setFriday(java.lang.String friday)
          Sets the friday value for this BookableProduct.
 void setMaxNumBookings(int maxNumBookings)
          Sets the maxNumBookings value for this BookableProduct.
 void setMonday(java.lang.String monday)
          Sets the monday value for this BookableProduct.
 void setProductId(int productId)
          Sets the productId value for this BookableProduct.
 void setSaturday(java.lang.String saturday)
          Sets the saturday value for this BookableProduct.
 void setStartDate(java.util.Calendar startDate)
          Sets the startDate value for this BookableProduct.
 void setSunday(java.lang.String sunday)
          Sets the sunday value for this BookableProduct.
 void setThursday(java.lang.String thursday)
          Sets the thursday value for this BookableProduct.
 void setTuesday(java.lang.String tuesday)
          Sets the tuesday value for this BookableProduct.
 void setWednesday(java.lang.String wednesday)
          Sets the wednesday value for this BookableProduct.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BookableProduct

public BookableProduct()

BookableProduct

public BookableProduct(int bookingsMade,
                       java.lang.String custom1,
                       java.lang.String custom2,
                       java.lang.String custom3,
                       java.lang.String custom4,
                       java.lang.String custom5,
                       java.util.Calendar endDate,
                       java.lang.String friday,
                       int maxNumBookings,
                       java.lang.String monday,
                       int productId,
                       java.lang.String saturday,
                       java.util.Calendar startDate,
                       java.lang.String sunday,
                       java.lang.String thursday,
                       java.lang.String tuesday,
                       java.lang.String wednesday)
Method Detail

getBookingsMade

public int getBookingsMade()
Gets the bookingsMade value for this BookableProduct.

Returns:
bookingsMade

setBookingsMade

public void setBookingsMade(int bookingsMade)
Sets the bookingsMade value for this BookableProduct.

Parameters:
bookingsMade -

getCustom1

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

Returns:
custom1

setCustom1

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

Parameters:
custom1 -

getCustom2

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

Returns:
custom2

setCustom2

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

Parameters:
custom2 -

getCustom3

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

Returns:
custom3

setCustom3

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

Parameters:
custom3 -

getCustom4

public java.lang.String getCustom4()
Gets the custom4 value for this BookableProduct.

Returns:
custom4

setCustom4

public void setCustom4(java.lang.String custom4)
Sets the custom4 value for this BookableProduct.

Parameters:
custom4 -

getCustom5

public java.lang.String getCustom5()
Gets the custom5 value for this BookableProduct.

Returns:
custom5

setCustom5

public void setCustom5(java.lang.String custom5)
Sets the custom5 value for this BookableProduct.

Parameters:
custom5 -

getEndDate

public java.util.Calendar getEndDate()
Gets the endDate value for this BookableProduct.

Returns:
endDate

setEndDate

public void setEndDate(java.util.Calendar endDate)
Sets the endDate value for this BookableProduct.

Parameters:
endDate -

getFriday

public java.lang.String getFriday()
Gets the friday value for this BookableProduct.

Returns:
friday

setFriday

public void setFriday(java.lang.String friday)
Sets the friday value for this BookableProduct.

Parameters:
friday -

getMaxNumBookings

public int getMaxNumBookings()
Gets the maxNumBookings value for this BookableProduct.

Returns:
maxNumBookings

setMaxNumBookings

public void setMaxNumBookings(int maxNumBookings)
Sets the maxNumBookings value for this BookableProduct.

Parameters:
maxNumBookings -

getMonday

public java.lang.String getMonday()
Gets the monday value for this BookableProduct.

Returns:
monday

setMonday

public void setMonday(java.lang.String monday)
Sets the monday value for this BookableProduct.

Parameters:
monday -

getProductId

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

Returns:
productId

setProductId

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

Parameters:
productId -

getSaturday

public java.lang.String getSaturday()
Gets the saturday value for this BookableProduct.

Returns:
saturday

setSaturday

public void setSaturday(java.lang.String saturday)
Sets the saturday value for this BookableProduct.

Parameters:
saturday -

getStartDate

public java.util.Calendar getStartDate()
Gets the startDate value for this BookableProduct.

Returns:
startDate

setStartDate

public void setStartDate(java.util.Calendar startDate)
Sets the startDate value for this BookableProduct.

Parameters:
startDate -

getSunday

public java.lang.String getSunday()
Gets the sunday value for this BookableProduct.

Returns:
sunday

setSunday

public void setSunday(java.lang.String sunday)
Sets the sunday value for this BookableProduct.

Parameters:
sunday -

getThursday

public java.lang.String getThursday()
Gets the thursday value for this BookableProduct.

Returns:
thursday

setThursday

public void setThursday(java.lang.String thursday)
Sets the thursday value for this BookableProduct.

Parameters:
thursday -

getTuesday

public java.lang.String getTuesday()
Gets the tuesday value for this BookableProduct.

Returns:
tuesday

setTuesday

public void setTuesday(java.lang.String tuesday)
Sets the tuesday value for this BookableProduct.

Parameters:
tuesday -

getWednesday

public java.lang.String getWednesday()
Gets the wednesday value for this BookableProduct.

Returns:
wednesday

setWednesday

public void setWednesday(java.lang.String wednesday)
Sets the wednesday value for this BookableProduct.

Parameters:
wednesday -

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.