|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This is a high level interface which maintains and controls access to base selling-sku-level information for the external API. The data source for this object is the RCOM data extract.
Retek Inc. Copyright (c) 2003
Method Summary | |
---|---|
java.lang.String |
getDescription()
Returns the description of the selling sku. |
ExASellingItem |
getSellingItem()
Returns the Selling Item to which this selling sku belongs. |
java.lang.String |
getSellingSkuNumber()
The Selling Sku Number uniquely identifies a Selling Sku. |
java.math.BigDecimal |
getUnitPrice()
Return the unit price of the selling sku. |
boolean |
isGiftCard()
Returns "true" if this sku is a gift card. |
boolean |
isGiftCardable()
Returns "true" if this sku can be gift carded. |
boolean |
isGiftCertificate()
Returns "true" if this sku is a gift certificate. |
boolean |
isGiftWrappable()
Returns "true" if this sku can be gift wrapped. |
boolean |
isMonogrammable()
Returns "true" if this sku can be monogrammed. |
boolean |
isPack()
Returns "true" if this is a pack item. |
boolean |
isPersonalizable()
Returns "true" if this sku can be personalised. |
void |
setDescription(java.lang.String description)
Sets the description of this sku. |
void |
setGiftCertificate(boolean isGiftCertificate)
Sets true if this sku is a gift certificate. |
void |
setGiftWrappable(boolean giftWrappable)
Sets true if this sku can be gift wrapped. |
void |
setMonogrammable(boolean isMonogrammable)
Sets true if this sku can be monogrammed. |
void |
setPersonalizable(boolean isPersonalizable)
Sets true if this sku can be personalized. |
void |
setSellingSkuNumber(java.lang.String sellingSkuNumber)
Sets the sellingSkuNumber. |
void |
setUnitPrice(java.math.BigDecimal unitPrice)
Sets the unit price of this sku. |
Method Detail |
public java.lang.String getSellingSkuNumber()
public ExASellingItem getSellingItem()
public boolean isPack()
public java.math.BigDecimal getUnitPrice()
public java.lang.String getDescription()
public boolean isGiftWrappable()
public boolean isGiftCardable()
public boolean isMonogrammable()
public boolean isPersonalizable()
public boolean isGiftCertificate()
public boolean isGiftCard()
public void setSellingSkuNumber(java.lang.String sellingSkuNumber)
sellingSkuNumber
- public void setUnitPrice(java.math.BigDecimal unitPrice)
unitPrice
- public void setDescription(java.lang.String description)
description
- public void setGiftWrappable(boolean giftWrappable)
giftWrappable
- public void setMonogrammable(boolean isMonogrammable)
public void setPersonalizable(boolean isPersonalizable)
public void setGiftCertificate(boolean isGiftCertificate)
isGiftCertificate
-
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |