|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.konakart.wsapp.BookableProduct
public class BookableProduct
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 |
---|
public 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 |
---|
public int getBookingsMade()
public void setBookingsMade(int bookingsMade)
bookingsMade
- public java.lang.String getCustom1()
public void setCustom1(java.lang.String custom1)
custom1
- public java.lang.String getCustom2()
public void setCustom2(java.lang.String custom2)
custom2
- public java.lang.String getCustom3()
public void setCustom3(java.lang.String custom3)
custom3
- public java.lang.String getCustom4()
public void setCustom4(java.lang.String custom4)
custom4
- public java.lang.String getCustom5()
public void setCustom5(java.lang.String custom5)
custom5
- public java.util.Calendar getEndDate()
public void setEndDate(java.util.Calendar endDate)
endDate
- public java.lang.String getFriday()
public void setFriday(java.lang.String friday)
friday
- public int getMaxNumBookings()
public void setMaxNumBookings(int maxNumBookings)
maxNumBookings
- public java.lang.String getMonday()
public void setMonday(java.lang.String monday)
monday
- public int getProductId()
public void setProductId(int productId)
productId
- public java.lang.String getSaturday()
public void setSaturday(java.lang.String saturday)
saturday
- public java.util.Calendar getStartDate()
public void setStartDate(java.util.Calendar startDate)
startDate
- public java.lang.String getSunday()
public void setSunday(java.lang.String sunday)
sunday
- public java.lang.String getThursday()
public void setThursday(java.lang.String thursday)
thursday
- public java.lang.String getTuesday()
public void setTuesday(java.lang.String tuesday)
tuesday
- public java.lang.String getWednesday()
public void setWednesday(java.lang.String wednesday)
wednesday
- public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |