|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.konakart.wsapp.WishList
public class WishList
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 |
---|
public 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 |
---|
public Address getAddress()
public void setAddress(Address address)
address
- public int getAddressId()
public void setAddressId(int addressId)
addressId
- public java.lang.String getCustom1()
public void setCustom1(java.lang.String custom1)
custom1
- public java.lang.String getCustom2()
public void setCustom2(java.lang.String custom2)
custom2
- public java.lang.String getCustom3()
public void setCustom3(java.lang.String custom3)
custom3
- public java.lang.String getCustom4()
public void setCustom4(java.lang.String custom4)
custom4
- public java.lang.String getCustom5()
public void setCustom5(java.lang.String custom5)
custom5
- public java.lang.String getCustomer1FirstName()
public void setCustomer1FirstName(java.lang.String customer1FirstName)
customer1FirstName
- public java.lang.String getCustomer1LastName()
public void setCustomer1LastName(java.lang.String customer1LastName)
customer1LastName
- public java.util.Calendar getCustomerBirthDate()
public void setCustomerBirthDate(java.util.Calendar customerBirthDate)
customerBirthDate
- public java.lang.String getCustomerCity()
public void setCustomerCity(java.lang.String customerCity)
customerCity
- public java.lang.String getCustomerFirstName()
public void setCustomerFirstName(java.lang.String customerFirstName)
customerFirstName
- public int getCustomerId()
public void setCustomerId(int customerId)
customerId
- public java.lang.String getCustomerLastName()
public void setCustomerLastName(java.lang.String customerLastName)
customerLastName
- public java.lang.String getCustomerState()
public void setCustomerState(java.lang.String customerState)
customerState
- public java.util.Calendar getDateAdded()
public void setDateAdded(java.util.Calendar dateAdded)
dateAdded
- public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- public java.util.Calendar getEventDate()
public void setEventDate(java.util.Calendar eventDate)
eventDate
- public java.math.BigDecimal getFinalPriceExTax()
public void setFinalPriceExTax(java.math.BigDecimal finalPriceExTax)
finalPriceExTax
- public java.math.BigDecimal getFinalPriceIncTax()
public void setFinalPriceIncTax(java.math.BigDecimal finalPriceIncTax)
finalPriceIncTax
- public int getId()
public void setId(int id)
id
- public java.lang.String getLinkUrl()
public void setLinkUrl(java.lang.String linkUrl)
linkUrl
- public int getListType()
public void setListType(int listType)
listType
- public java.lang.String getName()
public void setName(java.lang.String name)
name
- public boolean isPublicWishList()
public void setPublicWishList(boolean publicWishList)
publicWishList
- public WishListItem[] getWishListItems()
public void setWishListItems(WishListItem[] wishListItems)
wishListItems
- public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public 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 |