|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.konakart.wsapp.Booking
public class Booking
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 |
---|
public 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 |
---|
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 int getCustomerId()
public void setCustomerId(int customerId)
customerId
- public java.util.Calendar getDateAdded()
public void setDateAdded(java.util.Calendar dateAdded)
dateAdded
- public java.lang.String getFirstName()
public void setFirstName(java.lang.String firstName)
firstName
- public int getId()
public void setId(int id)
id
- public java.lang.String getLastName()
public void setLastName(java.lang.String lastName)
lastName
- public int getOrderId()
public void setOrderId(int orderId)
orderId
- public int getOrderProductId()
public void setOrderProductId(int orderProductId)
orderProductId
- public int getProductId()
public void setProductId(int productId)
productId
- public int getQuantity()
public void setQuantity(int quantity)
quantity
- 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 |