com.retek.component.internet
Interface ExABaseSellingSku
- All Known Subinterfaces:
- ExAPackSellingSku, ExASellingSku
- All Known Implementing Classes:
- ExASellingSkuImpl
- public interface ExABaseSellingSku
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
getSellingSkuNumber
public java.lang.String getSellingSkuNumber()
getSellingItem
public ExASellingItem getSellingItem()
isPack
public boolean isPack()
getUnitPrice
public java.math.BigDecimal getUnitPrice()
getDescription
public java.lang.String getDescription()
isGiftWrappable
public boolean isGiftWrappable()
isMonogrammable
public boolean isMonogrammable()
isPersonalizable
public boolean isPersonalizable()
setSellingSkuNumber
public void setSellingSkuNumber(java.lang.String sellingSkuNumber)
setUnitPrice
public void setUnitPrice(java.math.BigDecimal unitPrice)
setDescription
public void setDescription(java.lang.String description)
setGiftWrappable
public void setGiftWrappable(boolean giftWrappable)
setMonogrammable
public void setMonogrammable(boolean isMonogrammable)
setPersonalizable
public void setPersonalizable(boolean isPersonalizable)
Copyright © 2004 Retek Inc. All Rights Reserved.
- Generated at Fri, 10/22/2004 07:28