com.retek.component.internet
Interface ExABaseSellingSku

All Known Subinterfaces:
ExAPackSellingSku, ExASellingSku

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


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

getSellingSkuNumber

public java.lang.String getSellingSkuNumber()
The Selling Sku Number uniquely identifies a Selling Sku.

Returns:
String Selling Sku Number

getSellingItem

public ExASellingItem getSellingItem()
Returns the Selling Item to which this selling sku belongs.

Returns:
ExASellingItem

isPack

public boolean isPack()
Returns "true" if this is a pack item.

Returns:
boolean

getUnitPrice

public java.math.BigDecimal getUnitPrice()
Return the unit price of the selling sku.

Returns:
BigDecimal

getDescription

public java.lang.String getDescription()
Returns the description of the selling sku.

Returns:
String

isGiftWrappable

public boolean isGiftWrappable()
Returns "true" if this sku can be gift wrapped.

Returns:
boolean

isGiftCardable

public boolean isGiftCardable()
Returns "true" if this sku can be gift carded.

Returns:
boolean

isMonogrammable

public boolean isMonogrammable()
Returns "true" if this sku can be monogrammed.

Returns:
boolean

isPersonalizable

public boolean isPersonalizable()
Returns "true" if this sku can be personalised.

Returns:
boolean

isGiftCertificate

public boolean isGiftCertificate()
Returns "true" if this sku is a gift certificate.

Returns:
boolean

isGiftCard

public boolean isGiftCard()
Returns "true" if this sku is a gift card.

Returns:
boolean

setSellingSkuNumber

public void setSellingSkuNumber(java.lang.String sellingSkuNumber)
Sets the sellingSkuNumber.

Parameters:
sellingSkuNumber -

setUnitPrice

public void setUnitPrice(java.math.BigDecimal unitPrice)
Sets the unit price of this sku.

Parameters:
unitPrice -

setDescription

public void setDescription(java.lang.String description)
Sets the description of this sku.

Parameters:
description -

setGiftWrappable

public void setGiftWrappable(boolean giftWrappable)
Sets true if this sku can be gift wrapped.

Parameters:
giftWrappable -

setMonogrammable

public void setMonogrammable(boolean isMonogrammable)
Sets true if this sku can be monogrammed.


setPersonalizable

public void setPersonalizable(boolean isPersonalizable)
Sets true if this sku can be personalized.


setGiftCertificate

public void setGiftCertificate(boolean isGiftCertificate)
Sets true if this sku is a gift certificate.

Parameters:
isGiftCertificate -


Copyright © 2005 Retek Inc. All Rights Reserved. - Generated at Fri, 01/21/2005 14:25