com.konakart.rmi.app
Class S_WishList

java.lang.Object
  extended by com.konakart.rmi.app.S_WishList
All Implemented Interfaces:
java.io.Serializable

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

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

See Also:
Serialized Form

Constructor Summary
S_WishList()
           
 
Method Summary
 S_Address 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
 S_WishListItem[] getWishListItems()
          An array of WishListItem objects belonging to this wish list.
 boolean isPublicWishList()
          If set, the wish list is public.
 void setAddress(S_Address _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(S_WishListItem[] _wishListItems)
          An array of WishListItem objects belonging to this wish list.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

S_WishList

public S_WishList()
Method Detail

getId

public int getId()
Returns:
Returns the id.

setId

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

getWishListItems

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

Returns:
Returns the wishListItems.

setWishListItems

public void setWishListItems(S_WishListItem[] _wishListItems)
An array of WishListItem objects belonging to this wish list.

Parameters:
_wishListItems - The wishListItems to set.

getName

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

Returns:
Returns the name.

setName

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

Parameters:
_name - The name to set.

getDescription

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

Returns:
Returns the description.

setDescription

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

Parameters:
_description - The description to set.

isPublicWishList

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

Returns:
Returns the publicWishList.

setPublicWishList

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

Parameters:
_publicWishList - The publicWishList to set.

getFinalPriceIncTax

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

setFinalPriceIncTax

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

getFinalPriceExTax

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

setFinalPriceExTax

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

getDateAdded

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

setDateAdded

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

getCustom1

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

setCustom1

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

getCustom2

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

setCustom2

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

getCustom3

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

setCustom3

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

getCustom4

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

setCustom4

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

getCustom5

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

setCustom5

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

getCustomerFirstName

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

Returns:
Returns the customerFirstName.

setCustomerFirstName

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

Parameters:
_customerFirstName - The customerFirstName to set.

getCustomerLastName

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

Returns:
Returns the customerLastName.

setCustomerLastName

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

Parameters:
_customerLastName - The customerLastName to set.

getCustomerCity

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

Returns:
Returns the customerCity.

setCustomerCity

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

Parameters:
_customerCity - The customerCity to set.

getCustomerBirthDate

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

Returns:
Returns the customerBirthDate.

setCustomerBirthDate

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

Parameters:
_customerBirthDate - The customerBirthDate to set.

getCustomerState

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

Returns:
Returns the customerState.

setCustomerState

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

Parameters:
_customerState - The customerState to set.

getCustomerId

public int getCustomerId()
Returns:
Returns the customerId.

setCustomerId

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

getCustomer1FirstName

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

Returns:
the customer1FirstName

setCustomer1FirstName

public 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

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

Returns:
the customer1LastName

setCustomer1LastName

public 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

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

Returns:
the linkUrl

setLinkUrl

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

Parameters:
_linkUrl - the linkUrl to set

getListType

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

Returns:
the listType

setListType

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

Parameters:
_listType - the listType to set

getAddressId

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

Returns:
the addressId

setAddressId

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

Parameters:
_addressId - the addressId to set

getAddress

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

Returns:
the shippingAddr

setAddress

public void setAddress(S_Address _address)
Shipping address object to be used for shipping list items

Parameters:
_address - the address to set

getEventDate

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

Returns:
the eventDate

setEventDate

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

Parameters:
_eventDate - the eventDate to set


Copyright © 2011 DS Data Systems UK Ltd.