com.konakart.wsapp
Class WishList

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

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

See Also:
Serialized Form

Constructor Summary
WishList()
           
WishList(Address address, int addressId, java.lang.String custom1, java.lang.String custom2, java.lang.String custom3, java.lang.String custom4, java.lang.String custom5, java.lang.String customer1FirstName, java.lang.String customer1LastName, java.util.Calendar customerBirthDate, java.lang.String customerCity, java.lang.String customerFirstName, int customerId, java.lang.String customerLastName, java.lang.String customerState, java.util.Calendar dateAdded, java.lang.String description, java.util.Calendar eventDate, java.math.BigDecimal finalPriceExTax, java.math.BigDecimal finalPriceIncTax, int id, java.lang.String linkUrl, int listType, java.lang.String name, boolean publicWishList, WishListItem[] wishListItems)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 Address getAddress()
          Gets the address value for this WishList.
 int getAddressId()
          Gets the addressId value for this WishList.
 java.lang.String getCustom1()
          Gets the custom1 value for this WishList.
 java.lang.String getCustom2()
          Gets the custom2 value for this WishList.
 java.lang.String getCustom3()
          Gets the custom3 value for this WishList.
 java.lang.String getCustom4()
          Gets the custom4 value for this WishList.
 java.lang.String getCustom5()
          Gets the custom5 value for this WishList.
 java.lang.String getCustomer1FirstName()
          Gets the customer1FirstName value for this WishList.
 java.lang.String getCustomer1LastName()
          Gets the customer1LastName value for this WishList.
 java.util.Calendar getCustomerBirthDate()
          Gets the customerBirthDate value for this WishList.
 java.lang.String getCustomerCity()
          Gets the customerCity value for this WishList.
 java.lang.String getCustomerFirstName()
          Gets the customerFirstName value for this WishList.
 int getCustomerId()
          Gets the customerId value for this WishList.
 java.lang.String getCustomerLastName()
          Gets the customerLastName value for this WishList.
 java.lang.String getCustomerState()
          Gets the customerState value for this WishList.
 java.util.Calendar getDateAdded()
          Gets the dateAdded value for this WishList.
 java.lang.String getDescription()
          Gets the description value for this WishList.
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 getEventDate()
          Gets the eventDate value for this WishList.
 java.math.BigDecimal getFinalPriceExTax()
          Gets the finalPriceExTax value for this WishList.
 java.math.BigDecimal getFinalPriceIncTax()
          Gets the finalPriceIncTax value for this WishList.
 int getId()
          Gets the id value for this WishList.
 java.lang.String getLinkUrl()
          Gets the linkUrl value for this WishList.
 int getListType()
          Gets the listType value for this WishList.
 java.lang.String getName()
          Gets the name value for this WishList.
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
 WishListItem[] getWishListItems()
          Gets the wishListItems value for this WishList.
 int hashCode()
           
 boolean isPublicWishList()
          Gets the publicWishList value for this WishList.
 void setAddress(Address address)
          Sets the address value for this WishList.
 void setAddressId(int addressId)
          Sets the addressId value for this WishList.
 void setCustom1(java.lang.String custom1)
          Sets the custom1 value for this WishList.
 void setCustom2(java.lang.String custom2)
          Sets the custom2 value for this WishList.
 void setCustom3(java.lang.String custom3)
          Sets the custom3 value for this WishList.
 void setCustom4(java.lang.String custom4)
          Sets the custom4 value for this WishList.
 void setCustom5(java.lang.String custom5)
          Sets the custom5 value for this WishList.
 void setCustomer1FirstName(java.lang.String customer1FirstName)
          Sets the customer1FirstName value for this WishList.
 void setCustomer1LastName(java.lang.String customer1LastName)
          Sets the customer1LastName value for this WishList.
 void setCustomerBirthDate(java.util.Calendar customerBirthDate)
          Sets the customerBirthDate value for this WishList.
 void setCustomerCity(java.lang.String customerCity)
          Sets the customerCity value for this WishList.
 void setCustomerFirstName(java.lang.String customerFirstName)
          Sets the customerFirstName value for this WishList.
 void setCustomerId(int customerId)
          Sets the customerId value for this WishList.
 void setCustomerLastName(java.lang.String customerLastName)
          Sets the customerLastName value for this WishList.
 void setCustomerState(java.lang.String customerState)
          Sets the customerState value for this WishList.
 void setDateAdded(java.util.Calendar dateAdded)
          Sets the dateAdded value for this WishList.
 void setDescription(java.lang.String description)
          Sets the description value for this WishList.
 void setEventDate(java.util.Calendar eventDate)
          Sets the eventDate value for this WishList.
 void setFinalPriceExTax(java.math.BigDecimal finalPriceExTax)
          Sets the finalPriceExTax value for this WishList.
 void setFinalPriceIncTax(java.math.BigDecimal finalPriceIncTax)
          Sets the finalPriceIncTax value for this WishList.
 void setId(int id)
          Sets the id value for this WishList.
 void setLinkUrl(java.lang.String linkUrl)
          Sets the linkUrl value for this WishList.
 void setListType(int listType)
          Sets the listType value for this WishList.
 void setName(java.lang.String name)
          Sets the name value for this WishList.
 void setPublicWishList(boolean publicWishList)
          Sets the publicWishList value for this WishList.
 void setWishListItems(WishListItem[] wishListItems)
          Sets the wishListItems value for this WishList.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WishList

public WishList()

WishList

public WishList(Address address,
                int addressId,
                java.lang.String custom1,
                java.lang.String custom2,
                java.lang.String custom3,
                java.lang.String custom4,
                java.lang.String custom5,
                java.lang.String customer1FirstName,
                java.lang.String customer1LastName,
                java.util.Calendar customerBirthDate,
                java.lang.String customerCity,
                java.lang.String customerFirstName,
                int customerId,
                java.lang.String customerLastName,
                java.lang.String customerState,
                java.util.Calendar dateAdded,
                java.lang.String description,
                java.util.Calendar eventDate,
                java.math.BigDecimal finalPriceExTax,
                java.math.BigDecimal finalPriceIncTax,
                int id,
                java.lang.String linkUrl,
                int listType,
                java.lang.String name,
                boolean publicWishList,
                WishListItem[] wishListItems)
Method Detail

getAddress

public Address getAddress()
Gets the address value for this WishList.

Returns:
address

setAddress

public void setAddress(Address address)
Sets the address value for this WishList.

Parameters:
address -

getAddressId

public int getAddressId()
Gets the addressId value for this WishList.

Returns:
addressId

setAddressId

public void setAddressId(int addressId)
Sets the addressId value for this WishList.

Parameters:
addressId -

getCustom1

public java.lang.String getCustom1()
Gets the custom1 value for this WishList.

Returns:
custom1

setCustom1

public void setCustom1(java.lang.String custom1)
Sets the custom1 value for this WishList.

Parameters:
custom1 -

getCustom2

public java.lang.String getCustom2()
Gets the custom2 value for this WishList.

Returns:
custom2

setCustom2

public void setCustom2(java.lang.String custom2)
Sets the custom2 value for this WishList.

Parameters:
custom2 -

getCustom3

public java.lang.String getCustom3()
Gets the custom3 value for this WishList.

Returns:
custom3

setCustom3

public void setCustom3(java.lang.String custom3)
Sets the custom3 value for this WishList.

Parameters:
custom3 -

getCustom4

public java.lang.String getCustom4()
Gets the custom4 value for this WishList.

Returns:
custom4

setCustom4

public void setCustom4(java.lang.String custom4)
Sets the custom4 value for this WishList.

Parameters:
custom4 -

getCustom5

public java.lang.String getCustom5()
Gets the custom5 value for this WishList.

Returns:
custom5

setCustom5

public void setCustom5(java.lang.String custom5)
Sets the custom5 value for this WishList.

Parameters:
custom5 -

getCustomer1FirstName

public java.lang.String getCustomer1FirstName()
Gets the customer1FirstName value for this WishList.

Returns:
customer1FirstName

setCustomer1FirstName

public void setCustomer1FirstName(java.lang.String customer1FirstName)
Sets the customer1FirstName value for this WishList.

Parameters:
customer1FirstName -

getCustomer1LastName

public java.lang.String getCustomer1LastName()
Gets the customer1LastName value for this WishList.

Returns:
customer1LastName

setCustomer1LastName

public void setCustomer1LastName(java.lang.String customer1LastName)
Sets the customer1LastName value for this WishList.

Parameters:
customer1LastName -

getCustomerBirthDate

public java.util.Calendar getCustomerBirthDate()
Gets the customerBirthDate value for this WishList.

Returns:
customerBirthDate

setCustomerBirthDate

public void setCustomerBirthDate(java.util.Calendar customerBirthDate)
Sets the customerBirthDate value for this WishList.

Parameters:
customerBirthDate -

getCustomerCity

public java.lang.String getCustomerCity()
Gets the customerCity value for this WishList.

Returns:
customerCity

setCustomerCity

public void setCustomerCity(java.lang.String customerCity)
Sets the customerCity value for this WishList.

Parameters:
customerCity -

getCustomerFirstName

public java.lang.String getCustomerFirstName()
Gets the customerFirstName value for this WishList.

Returns:
customerFirstName

setCustomerFirstName

public void setCustomerFirstName(java.lang.String customerFirstName)
Sets the customerFirstName value for this WishList.

Parameters:
customerFirstName -

getCustomerId

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

Returns:
customerId

setCustomerId

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

Parameters:
customerId -

getCustomerLastName

public java.lang.String getCustomerLastName()
Gets the customerLastName value for this WishList.

Returns:
customerLastName

setCustomerLastName

public void setCustomerLastName(java.lang.String customerLastName)
Sets the customerLastName value for this WishList.

Parameters:
customerLastName -

getCustomerState

public java.lang.String getCustomerState()
Gets the customerState value for this WishList.

Returns:
customerState

setCustomerState

public void setCustomerState(java.lang.String customerState)
Sets the customerState value for this WishList.

Parameters:
customerState -

getDateAdded

public java.util.Calendar getDateAdded()
Gets the dateAdded value for this WishList.

Returns:
dateAdded

setDateAdded

public void setDateAdded(java.util.Calendar dateAdded)
Sets the dateAdded value for this WishList.

Parameters:
dateAdded -

getDescription

public java.lang.String getDescription()
Gets the description value for this WishList.

Returns:
description

setDescription

public void setDescription(java.lang.String description)
Sets the description value for this WishList.

Parameters:
description -

getEventDate

public java.util.Calendar getEventDate()
Gets the eventDate value for this WishList.

Returns:
eventDate

setEventDate

public void setEventDate(java.util.Calendar eventDate)
Sets the eventDate value for this WishList.

Parameters:
eventDate -

getFinalPriceExTax

public java.math.BigDecimal getFinalPriceExTax()
Gets the finalPriceExTax value for this WishList.

Returns:
finalPriceExTax

setFinalPriceExTax

public void setFinalPriceExTax(java.math.BigDecimal finalPriceExTax)
Sets the finalPriceExTax value for this WishList.

Parameters:
finalPriceExTax -

getFinalPriceIncTax

public java.math.BigDecimal getFinalPriceIncTax()
Gets the finalPriceIncTax value for this WishList.

Returns:
finalPriceIncTax

setFinalPriceIncTax

public void setFinalPriceIncTax(java.math.BigDecimal finalPriceIncTax)
Sets the finalPriceIncTax value for this WishList.

Parameters:
finalPriceIncTax -

getId

public int getId()
Gets the id value for this WishList.

Returns:
id

setId

public void setId(int id)
Sets the id value for this WishList.

Parameters:
id -

getLinkUrl

public java.lang.String getLinkUrl()
Gets the linkUrl value for this WishList.

Returns:
linkUrl

setLinkUrl

public void setLinkUrl(java.lang.String linkUrl)
Sets the linkUrl value for this WishList.

Parameters:
linkUrl -

getListType

public int getListType()
Gets the listType value for this WishList.

Returns:
listType

setListType

public void setListType(int listType)
Sets the listType value for this WishList.

Parameters:
listType -

getName

public java.lang.String getName()
Gets the name value for this WishList.

Returns:
name

setName

public void setName(java.lang.String name)
Sets the name value for this WishList.

Parameters:
name -

isPublicWishList

public boolean isPublicWishList()
Gets the publicWishList value for this WishList.

Returns:
publicWishList

setPublicWishList

public void setPublicWishList(boolean publicWishList)
Sets the publicWishList value for this WishList.

Parameters:
publicWishList -

getWishListItems

public WishListItem[] getWishListItems()
Gets the wishListItems value for this WishList.

Returns:
wishListItems

setWishListItems

public void setWishListItems(WishListItem[] wishListItems)
Sets the wishListItems value for this WishList.

Parameters:
wishListItems -

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.