com.konakart.appif
Interface WishListIf

All Known Implementing Classes:
WishList

public interface WishListIf

A Wish List object which may contain an array of wish list items.


Method Summary
 AddressIf getAddress()
          Shipping address object to be used for shipping list items
 int getAddressId()
          Shipping address id to be used for shipping list items
 java.lang.String getCustom1()
           
 java.lang.String getCustom2()
           
 java.lang.String getCustom3()
           
 java.lang.String getCustom4()
           
 java.lang.String getCustom5()
           
 java.lang.String getCustomer1FirstName()
          First name of 2nd wish list customer.
 java.lang.String getCustomer1LastName()
          Last name of 2nd wish list customer.
 java.util.Calendar getCustomerBirthDate()
          Birth date of wish list customer
 java.lang.String getCustomerCity()
          City of wish list customer
 java.lang.String getCustomerFirstName()
          First name of wish list customer
 int getCustomerId()
           
 java.lang.String getCustomerLastName()
          Last name of wish list customer
 java.lang.String getCustomerState()
          State of wish list customer
 java.util.Calendar getDateAdded()
           
 java.lang.String getDescription()
          Description for the wish list
 java.util.Calendar getEventDate()
          Date of the event
 java.math.BigDecimal getFinalPriceExTax()
           
 java.math.BigDecimal getFinalPriceIncTax()
           
 int getId()
           
 java.lang.String getLinkUrl()
          URL that points to a page containing event details
 int getListType()
          Type of list.
 java.lang.String getName()
          Name of the wish list
 WishListItemIf[] getWishListItems()
          An array of WishListItem objects belonging to this wish list.
 boolean isPublicWishList()
          If set, the wish list is public.
 void setAddress(AddressIf address)
          Shipping address object to be used for shipping list items
 void setAddressId(int addressId)
          Shipping address id to be used for shipping list items
 void setCustom1(java.lang.String custom1)
           
 void setCustom2(java.lang.String custom2)
           
 void setCustom3(java.lang.String custom3)
           
 void setCustom4(java.lang.String custom4)
           
 void setCustom5(java.lang.String custom5)
           
 void setCustomer1FirstName(java.lang.String customer1FirstName)
          First name of 2nd wish list customer.
 void setCustomer1LastName(java.lang.String customer1LastName)
          Last name of 2nd wish list customer.
 void setCustomerBirthDate(java.util.Calendar customerBirthDate)
          Birth date of wish list customer
 void setCustomerCity(java.lang.String customerCity)
          City of wish list customer
 void setCustomerFirstName(java.lang.String customerFirstName)
          First name of wish list customer
 void setCustomerId(int customerId)
           
 void setCustomerLastName(java.lang.String customerLastName)
          Last name of wish list customer
 void setCustomerState(java.lang.String customerState)
          State of wish list customer
 void setDateAdded(java.util.Calendar dateAdded)
           
 void setDescription(java.lang.String description)
          Description for the wish list
 void setEventDate(java.util.Calendar eventDate)
          Date of the event
 void setFinalPriceExTax(java.math.BigDecimal finalPriceExTax)
           
 void setFinalPriceIncTax(java.math.BigDecimal finalPriceIncTax)
           
 void setId(int id)
           
 void setLinkUrl(java.lang.String linkUrl)
          URL that points to a page containing event details
 void setListType(int listType)
          Type of list.
 void setName(java.lang.String name)
          Name of the wish list
 void setPublicWishList(boolean publicWishList)
          If set, the wish list is public.
 void setWishListItems(WishListItemIf[] wishListItems)
          An array of WishListItem objects belonging to this wish list.
 

Method Detail

getId

int getId()
Returns:
Returns the id.

setId

void setId(int id)
Parameters:
id - The id to set.

getWishListItems

WishListItemIf[] getWishListItems()
An array of WishListItem objects belonging to this wish list.

Returns:
Returns the wishListItems.

setWishListItems

void setWishListItems(WishListItemIf[] wishListItems)
An array of WishListItem objects belonging to this wish list.

Parameters:
wishListItems - The wishListItems to set.

getName

java.lang.String getName()
Name of the wish list

Returns:
Returns the name.

setName

void setName(java.lang.String name)
Name of the wish list

Parameters:
name - The name to set.

getDescription

java.lang.String getDescription()
Description for the wish list

Returns:
Returns the description.

setDescription

void setDescription(java.lang.String description)
Description for the wish list

Parameters:
description - The description to set.

isPublicWishList

boolean isPublicWishList()
If set, the wish list is public. Otherwise it is private.

Returns:
Returns the publicWishList.

setPublicWishList

void setPublicWishList(boolean publicWishList)
If set, the wish list is public. Otherwise it is private.

Parameters:
publicWishList - The publicWishList to set.

getFinalPriceIncTax

java.math.BigDecimal getFinalPriceIncTax()
Returns:
Returns the finalPriceIncTax.

setFinalPriceIncTax

void setFinalPriceIncTax(java.math.BigDecimal finalPriceIncTax)
Parameters:
finalPriceIncTax - The finalPriceIncTax to set.

getFinalPriceExTax

java.math.BigDecimal getFinalPriceExTax()
Returns:
Returns the finalPriceExTax.

setFinalPriceExTax

void setFinalPriceExTax(java.math.BigDecimal finalPriceExTax)
Parameters:
finalPriceExTax - The finalPriceExTax to set.

getDateAdded

java.util.Calendar getDateAdded()
Returns:
Returns the dateAdded.

setDateAdded

void setDateAdded(java.util.Calendar dateAdded)
Parameters:
dateAdded - The dateAdded to set.

getCustom1

java.lang.String getCustom1()
Returns:
Returns the custom1.

setCustom1

void setCustom1(java.lang.String custom1)
Parameters:
custom1 - The custom1 to set.

getCustom2

java.lang.String getCustom2()
Returns:
Returns the custom2.

setCustom2

void setCustom2(java.lang.String custom2)
Parameters:
custom2 - The custom2 to set.

getCustom3

java.lang.String getCustom3()
Returns:
Returns the custom3.

setCustom3

void setCustom3(java.lang.String custom3)
Parameters:
custom3 - The custom3 to set.

getCustom4

java.lang.String getCustom4()
Returns:
Returns the custom4.

setCustom4

void setCustom4(java.lang.String custom4)
Parameters:
custom4 - The custom4 to set.

getCustom5

java.lang.String getCustom5()
Returns:
Returns the custom5.

setCustom5

void setCustom5(java.lang.String custom5)
Parameters:
custom5 - The custom5 to set.

getCustomerFirstName

java.lang.String getCustomerFirstName()
First name of wish list customer

Returns:
Returns the customerFirstName.

setCustomerFirstName

void setCustomerFirstName(java.lang.String customerFirstName)
First name of wish list customer

Parameters:
customerFirstName - The customerFirstName to set.

getCustomerLastName

java.lang.String getCustomerLastName()
Last name of wish list customer

Returns:
Returns the customerLastName.

setCustomerLastName

void setCustomerLastName(java.lang.String customerLastName)
Last name of wish list customer

Parameters:
customerLastName - The customerLastName to set.

getCustomerCity

java.lang.String getCustomerCity()
City of wish list customer

Returns:
Returns the customerCity.

setCustomerCity

void setCustomerCity(java.lang.String customerCity)
City of wish list customer

Parameters:
customerCity - The customerCity to set.

getCustomerBirthDate

java.util.Calendar getCustomerBirthDate()
Birth date of wish list customer

Returns:
Returns the customerBirthDate.

setCustomerBirthDate

void setCustomerBirthDate(java.util.Calendar customerBirthDate)
Birth date of wish list customer

Parameters:
customerBirthDate - The customerBirthDate to set.

getCustomerState

java.lang.String getCustomerState()
State of wish list customer

Returns:
Returns the customerState.

setCustomerState

void setCustomerState(java.lang.String customerState)
State of wish list customer

Parameters:
customerState - The customerState to set.

getCustomerId

int getCustomerId()
Returns:
Returns the customerId.

setCustomerId

void setCustomerId(int customerId)
Parameters:
customerId - The customerId to set.

getCustomer1FirstName

java.lang.String getCustomer1FirstName()
First name of 2nd wish list customer. i.e. Wedding list will have two names

Returns:
the customer1FirstName

setCustomer1FirstName

void setCustomer1FirstName(java.lang.String customer1FirstName)
First name of 2nd wish list customer. i.e. Wedding list will have two names

Parameters:
customer1FirstName - the customer1FirstName to set

getCustomer1LastName

java.lang.String getCustomer1LastName()
Last name of 2nd wish list customer. i.e. Wedding list will have two names

Returns:
the customer1LastName

setCustomer1LastName

void setCustomer1LastName(java.lang.String customer1LastName)
Last name of 2nd wish list customer. i.e. Wedding list will have two names

Parameters:
customer1LastName - the customer1LastName to set

getLinkUrl

java.lang.String getLinkUrl()
URL that points to a page containing event details

Returns:
the linkUrl

setLinkUrl

void setLinkUrl(java.lang.String linkUrl)
URL that points to a page containing event details

Parameters:
linkUrl - the linkUrl to set

getListType

int getListType()
Type of list. i.e. Wish List, Wedding List etc.

Returns:
the listType

setListType

void setListType(int listType)
Type of list. i.e. Wish List, Wedding List etc.

Parameters:
listType - the listType to set

getAddressId

int getAddressId()
Shipping address id to be used for shipping list items

Returns:
the addressId

setAddressId

void setAddressId(int addressId)
Shipping address id to be used for shipping list items

Parameters:
addressId - the addressId to set

getAddress

AddressIf getAddress()
Shipping address object to be used for shipping list items

Returns:
the shippingAddr

setAddress

void setAddress(AddressIf address)
Shipping address object to be used for shipping list items

Parameters:
address - the address to set

getEventDate

java.util.Calendar getEventDate()
Date of the event

Returns:
the eventDate

setEventDate

void setEventDate(java.util.Calendar eventDate)
Date of the event

Parameters:
eventDate - the eventDate to set


Copyright © 2011 DS Data Systems UK Ltd.