|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.konakart.wsapp.AddToWishListOptions
public class AddToWishListOptions
| 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 |
|---|
public AddToWishListOptions()
public AddToWishListOptions(java.lang.String catalogId,
int customerId,
boolean onlyShowAvailable,
java.util.Calendar priceDate,
boolean useExternalPrice)
| Method Detail |
|---|
public java.lang.String getCatalogId()
public void setCatalogId(java.lang.String catalogId)
catalogId - public int getCustomerId()
public void setCustomerId(int customerId)
customerId - public boolean isOnlyShowAvailable()
public void setOnlyShowAvailable(boolean onlyShowAvailable)
onlyShowAvailable - public java.util.Calendar getPriceDate()
public void setPriceDate(java.util.Calendar priceDate)
priceDate - public boolean isUseExternalPrice()
public void setUseExternalPrice(boolean useExternalPrice)
useExternalPrice - public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic 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 | ||||||||