com.konakart.wsapp
Class CreateOrderOptions

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

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

See Also:
Serialized Form

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

CreateOrderOptions

public CreateOrderOptions()

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

getBillingAddrId

public int getBillingAddrId()
Gets the billingAddrId value for this CreateOrderOptions.

Returns:
billingAddrId

setBillingAddrId

public void setBillingAddrId(int billingAddrId)
Sets the billingAddrId value for this CreateOrderOptions.

Parameters:
billingAddrId -

isCalcQuantityForBundles

public boolean isCalcQuantityForBundles()
Gets the calcQuantityForBundles value for this CreateOrderOptions.

Returns:
calcQuantityForBundles

setCalcQuantityForBundles

public void setCalcQuantityForBundles(boolean calcQuantityForBundles)
Sets the calcQuantityForBundles value for this CreateOrderOptions.

Parameters:
calcQuantityForBundles -

getCatalogId

public java.lang.String getCatalogId()
Gets the catalogId value for this CreateOrderOptions.

Returns:
catalogId

setCatalogId

public void setCatalogId(java.lang.String catalogId)
Sets the catalogId value for this CreateOrderOptions.

Parameters:
catalogId -

isCopyBasketCustomFields

public boolean isCopyBasketCustomFields()
Gets the copyBasketCustomFields value for this CreateOrderOptions.

Returns:
copyBasketCustomFields

setCopyBasketCustomFields

public void setCopyBasketCustomFields(boolean copyBasketCustomFields)
Sets the copyBasketCustomFields value for this CreateOrderOptions.

Parameters:
copyBasketCustomFields -

getCustomerAddrId

public int getCustomerAddrId()
Gets the customerAddrId value for this CreateOrderOptions.

Returns:
customerAddrId

setCustomerAddrId

public void setCustomerAddrId(int customerAddrId)
Sets the customerAddrId value for this CreateOrderOptions.

Parameters:
customerAddrId -

getDeliveryAddrId

public int getDeliveryAddrId()
Gets the deliveryAddrId value for this CreateOrderOptions.

Returns:
deliveryAddrId

setDeliveryAddrId

public void setDeliveryAddrId(int deliveryAddrId)
Sets the deliveryAddrId value for this CreateOrderOptions.

Parameters:
deliveryAddrId -

getLocale

public java.lang.String getLocale()
Gets the locale value for this CreateOrderOptions.

Returns:
locale

setLocale

public void setLocale(java.lang.String locale)
Sets the locale value for this CreateOrderOptions.

Parameters:
locale -

getPriceDate

public java.util.Calendar getPriceDate()
Gets the priceDate value for this CreateOrderOptions.

Returns:
priceDate

setPriceDate

public void setPriceDate(java.util.Calendar priceDate)
Sets the priceDate value for this CreateOrderOptions.

Parameters:
priceDate -

isUseDefaultCustomer

public boolean isUseDefaultCustomer()
Gets the useDefaultCustomer value for this CreateOrderOptions.

Returns:
useDefaultCustomer

setUseDefaultCustomer

public void setUseDefaultCustomer(boolean useDefaultCustomer)
Sets the useDefaultCustomer value for this CreateOrderOptions.

Parameters:
useDefaultCustomer -

isUseExternalPrice

public boolean isUseExternalPrice()
Gets the useExternalPrice value for this CreateOrderOptions.

Returns:
useExternalPrice

setUseExternalPrice

public void setUseExternalPrice(boolean useExternalPrice)
Sets the useExternalPrice value for this CreateOrderOptions.

Parameters:
useExternalPrice -

isUseExternalQuantity

public boolean isUseExternalQuantity()
Gets the useExternalQuantity value for this CreateOrderOptions.

Returns:
useExternalQuantity

setUseExternalQuantity

public void setUseExternalQuantity(boolean useExternalQuantity)
Sets the useExternalQuantity value for this CreateOrderOptions.

Parameters:
useExternalQuantity -

isUseWishListShippingAddr

public boolean isUseWishListShippingAddr()
Gets the useWishListShippingAddr value for this CreateOrderOptions.

Returns:
useWishListShippingAddr

setUseWishListShippingAddr

public void setUseWishListShippingAddr(boolean useWishListShippingAddr)
Sets the useWishListShippingAddr value for this CreateOrderOptions.

Parameters:
useWishListShippingAddr -

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.