|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.konakart.wsapp.CreateOrderOptions
public class CreateOrderOptions
Constructor Summary | |
---|---|
CreateOrderOptions()
|
|
CreateOrderOptions(int billingAddrId,
boolean calcQuantityForBundles,
java.lang.String catalogId,
boolean copyBasketCustomFields,
int customerAddrId,
int deliveryAddrId,
java.lang.String locale,
java.util.Calendar priceDate,
boolean useDefaultCustomer,
boolean useExternalPrice,
boolean useExternalQuantity,
boolean useWishListShippingAddr)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
int |
getBillingAddrId()
Gets the billingAddrId value for this CreateOrderOptions. |
java.lang.String |
getCatalogId()
Gets the catalogId value for this CreateOrderOptions. |
int |
getCustomerAddrId()
Gets the customerAddrId value for this CreateOrderOptions. |
int |
getDeliveryAddrId()
Gets the deliveryAddrId value for this CreateOrderOptions. |
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 |
getLocale()
Gets the locale value for this CreateOrderOptions. |
java.util.Calendar |
getPriceDate()
Gets the priceDate value for this CreateOrderOptions. |
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()
|
boolean |
isCalcQuantityForBundles()
Gets the calcQuantityForBundles value for this CreateOrderOptions. |
boolean |
isCopyBasketCustomFields()
Gets the copyBasketCustomFields value for this CreateOrderOptions. |
boolean |
isUseDefaultCustomer()
Gets the useDefaultCustomer value for this CreateOrderOptions. |
boolean |
isUseExternalPrice()
Gets the useExternalPrice value for this CreateOrderOptions. |
boolean |
isUseExternalQuantity()
Gets the useExternalQuantity value for this CreateOrderOptions. |
boolean |
isUseWishListShippingAddr()
Gets the useWishListShippingAddr value for this CreateOrderOptions. |
void |
setBillingAddrId(int billingAddrId)
Sets the billingAddrId value for this CreateOrderOptions. |
void |
setCalcQuantityForBundles(boolean calcQuantityForBundles)
Sets the calcQuantityForBundles value for this CreateOrderOptions. |
void |
setCatalogId(java.lang.String catalogId)
Sets the catalogId value for this CreateOrderOptions. |
void |
setCopyBasketCustomFields(boolean copyBasketCustomFields)
Sets the copyBasketCustomFields value for this CreateOrderOptions. |
void |
setCustomerAddrId(int customerAddrId)
Sets the customerAddrId value for this CreateOrderOptions. |
void |
setDeliveryAddrId(int deliveryAddrId)
Sets the deliveryAddrId value for this CreateOrderOptions. |
void |
setLocale(java.lang.String locale)
Sets the locale value for this CreateOrderOptions. |
void |
setPriceDate(java.util.Calendar priceDate)
Sets the priceDate value for this CreateOrderOptions. |
void |
setUseDefaultCustomer(boolean useDefaultCustomer)
Sets the useDefaultCustomer value for this CreateOrderOptions. |
void |
setUseExternalPrice(boolean useExternalPrice)
Sets the useExternalPrice value for this CreateOrderOptions. |
void |
setUseExternalQuantity(boolean useExternalQuantity)
Sets the useExternalQuantity value for this CreateOrderOptions. |
void |
setUseWishListShippingAddr(boolean useWishListShippingAddr)
Sets the useWishListShippingAddr value for this CreateOrderOptions. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CreateOrderOptions()
public CreateOrderOptions(int billingAddrId, boolean calcQuantityForBundles, java.lang.String catalogId, boolean copyBasketCustomFields, int customerAddrId, int deliveryAddrId, java.lang.String locale, java.util.Calendar priceDate, boolean useDefaultCustomer, boolean useExternalPrice, boolean useExternalQuantity, boolean useWishListShippingAddr)
Method Detail |
---|
public int getBillingAddrId()
public void setBillingAddrId(int billingAddrId)
billingAddrId
- public boolean isCalcQuantityForBundles()
public void setCalcQuantityForBundles(boolean calcQuantityForBundles)
calcQuantityForBundles
- public java.lang.String getCatalogId()
public void setCatalogId(java.lang.String catalogId)
catalogId
- public boolean isCopyBasketCustomFields()
public void setCopyBasketCustomFields(boolean copyBasketCustomFields)
copyBasketCustomFields
- public int getCustomerAddrId()
public void setCustomerAddrId(int customerAddrId)
customerAddrId
- public int getDeliveryAddrId()
public void setDeliveryAddrId(int deliveryAddrId)
deliveryAddrId
- public java.lang.String getLocale()
public void setLocale(java.lang.String locale)
locale
- public java.util.Calendar getPriceDate()
public void setPriceDate(java.util.Calendar priceDate)
priceDate
- public boolean isUseDefaultCustomer()
public void setUseDefaultCustomer(boolean useDefaultCustomer)
useDefaultCustomer
- public boolean isUseExternalPrice()
public void setUseExternalPrice(boolean useExternalPrice)
useExternalPrice
- public boolean isUseExternalQuantity()
public void setUseExternalQuantity(boolean useExternalQuantity)
useExternalQuantity
- public boolean isUseWishListShippingAddr()
public void setUseWishListShippingAddr(boolean useWishListShippingAddr)
useWishListShippingAddr
- 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 |