com.retek.component.internet
Interface ExASellingSku

All Superinterfaces:
ExABaseSellingSku

public interface ExASellingSku
extends ExABaseSellingSku

This is a high level interface which maintains and controls access to 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.util.Set getColors()
          Returns a set of personalizable colors for this selling sku.
 java.util.Set getFonts()
          Returns a set of personalizable fonts for this selling sku.
 java.util.Set getShippingMethods()
          Returns the available shipping methods for the selling sku.
 void setColors(java.util.Set colors)
          Sets the personalizable colors for this selling sku.
 void setFonts(java.util.Set fonts)
          Sets the personalizable fonts for this selling sku.
 
Methods inherited from interface com.retek.component.internet.ExABaseSellingSku
getDescription, getSellingItem, getSellingSkuNumber, getUnitPrice, isGiftCard, isGiftCardable, isGiftCertificate, isGiftWrappable, isMonogrammable, isPack, isPersonalizable, setDescription, setGiftCertificate, setGiftWrappable, setMonogrammable, setPersonalizable, setSellingSkuNumber, setUnitPrice
 

Method Detail

getColors

public java.util.Set getColors()
Returns a set of personalizable colors for this selling sku.

Returns:
Set

getFonts

public java.util.Set getFonts()
Returns a set of personalizable fonts for this selling sku.

Returns:
Set

setColors

public void setColors(java.util.Set colors)
Sets the personalizable colors for this selling sku.


setFonts

public void setFonts(java.util.Set fonts)
Sets the personalizable fonts for this selling sku.


getShippingMethods

public java.util.Set getShippingMethods()
Returns the available shipping methods for the selling sku.

Returns:
Set


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