com.konakart.wsapp
Class AddToWishListOptions

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

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

See Also:
Serialized Form

Constructor Summary
AddToWishListOptions()
           
AddToWishListOptions(java.lang.String catalogId, int customerId, boolean onlyShowAvailable, java.util.Calendar priceDate, boolean useExternalPrice)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getCatalogId()
          Gets the catalogId value for this AddToWishListOptions.
 int getCustomerId()
          Gets the customerId value for this AddToWishListOptions.
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 AddToWishListOptions.
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 isOnlyShowAvailable()
          Gets the onlyShowAvailable value for this AddToWishListOptions.
 boolean isUseExternalPrice()
          Gets the useExternalPrice value for this AddToWishListOptions.
 void setCatalogId(java.lang.String catalogId)
          Sets the catalogId value for this AddToWishListOptions.
 void setCustomerId(int customerId)
          Sets the customerId value for this AddToWishListOptions.
 void setOnlyShowAvailable(boolean onlyShowAvailable)
          Sets the onlyShowAvailable value for this AddToWishListOptions.
 void setPriceDate(java.util.Calendar priceDate)
          Sets the priceDate value for this AddToWishListOptions.
 void setUseExternalPrice(boolean useExternalPrice)
          Sets the useExternalPrice value for this AddToWishListOptions.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddToWishListOptions

public AddToWishListOptions()

AddToWishListOptions

public AddToWishListOptions(java.lang.String catalogId,
                            int customerId,
                            boolean onlyShowAvailable,
                            java.util.Calendar priceDate,
                            boolean useExternalPrice)
Method Detail

getCatalogId

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

Returns:
catalogId

setCatalogId

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

Parameters:
catalogId -

getCustomerId

public int getCustomerId()
Gets the customerId value for this AddToWishListOptions.

Returns:
customerId

setCustomerId

public void setCustomerId(int customerId)
Sets the customerId value for this AddToWishListOptions.

Parameters:
customerId -

isOnlyShowAvailable

public boolean isOnlyShowAvailable()
Gets the onlyShowAvailable value for this AddToWishListOptions.

Returns:
onlyShowAvailable

setOnlyShowAvailable

public void setOnlyShowAvailable(boolean onlyShowAvailable)
Sets the onlyShowAvailable value for this AddToWishListOptions.

Parameters:
onlyShowAvailable -

getPriceDate

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

Returns:
priceDate

setPriceDate

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

Parameters:
priceDate -

isUseExternalPrice

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

Returns:
useExternalPrice

setUseExternalPrice

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

Parameters:
useExternalPrice -

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.