com.konakart.wsapp
Class FetchProductOptions

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

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

See Also:
Serialized Form

Constructor Summary
FetchProductOptions()
           
FetchProductOptions(boolean calcQuantityForBundles, java.lang.String catalogId, boolean getTierPrices, boolean invertRelatedProductDirection, java.util.Calendar priceDate, boolean useExternalPrice, boolean useExternalQuantity)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getCatalogId()
          Gets the catalogId value for this FetchProductOptions.
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 getPriceDate()
          Gets the priceDate value for this FetchProductOptions.
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 FetchProductOptions.
 boolean isGetTierPrices()
          Gets the getTierPrices value for this FetchProductOptions.
 boolean isInvertRelatedProductDirection()
          Gets the invertRelatedProductDirection value for this FetchProductOptions.
 boolean isUseExternalPrice()
          Gets the useExternalPrice value for this FetchProductOptions.
 boolean isUseExternalQuantity()
          Gets the useExternalQuantity value for this FetchProductOptions.
 void setCalcQuantityForBundles(boolean calcQuantityForBundles)
          Sets the calcQuantityForBundles value for this FetchProductOptions.
 void setCatalogId(java.lang.String catalogId)
          Sets the catalogId value for this FetchProductOptions.
 void setGetTierPrices(boolean getTierPrices)
          Sets the getTierPrices value for this FetchProductOptions.
 void setInvertRelatedProductDirection(boolean invertRelatedProductDirection)
          Sets the invertRelatedProductDirection value for this FetchProductOptions.
 void setPriceDate(java.util.Calendar priceDate)
          Sets the priceDate value for this FetchProductOptions.
 void setUseExternalPrice(boolean useExternalPrice)
          Sets the useExternalPrice value for this FetchProductOptions.
 void setUseExternalQuantity(boolean useExternalQuantity)
          Sets the useExternalQuantity value for this FetchProductOptions.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FetchProductOptions

public FetchProductOptions()

FetchProductOptions

public FetchProductOptions(boolean calcQuantityForBundles,
                           java.lang.String catalogId,
                           boolean getTierPrices,
                           boolean invertRelatedProductDirection,
                           java.util.Calendar priceDate,
                           boolean useExternalPrice,
                           boolean useExternalQuantity)
Method Detail

isCalcQuantityForBundles

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

Returns:
calcQuantityForBundles

setCalcQuantityForBundles

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

Parameters:
calcQuantityForBundles -

getCatalogId

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

Returns:
catalogId

setCatalogId

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

Parameters:
catalogId -

isGetTierPrices

public boolean isGetTierPrices()
Gets the getTierPrices value for this FetchProductOptions.

Returns:
getTierPrices

setGetTierPrices

public void setGetTierPrices(boolean getTierPrices)
Sets the getTierPrices value for this FetchProductOptions.

Parameters:
getTierPrices -

isInvertRelatedProductDirection

public boolean isInvertRelatedProductDirection()
Gets the invertRelatedProductDirection value for this FetchProductOptions.

Returns:
invertRelatedProductDirection

setInvertRelatedProductDirection

public void setInvertRelatedProductDirection(boolean invertRelatedProductDirection)
Sets the invertRelatedProductDirection value for this FetchProductOptions.

Parameters:
invertRelatedProductDirection -

getPriceDate

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

Returns:
priceDate

setPriceDate

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

Parameters:
priceDate -

isUseExternalPrice

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

Returns:
useExternalPrice

setUseExternalPrice

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

Parameters:
useExternalPrice -

isUseExternalQuantity

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

Returns:
useExternalQuantity

setUseExternalQuantity

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

Parameters:
useExternalQuantity -

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.