com.retek.component.internet
Interface ExASellingSku

All Superinterfaces:
ExABaseSellingSku
All Known Implementing Classes:
ExASellingSkuImpl

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()
           
 java.util.Set getFonts()
           
 void setColors(java.util.Set colors)
           
 void setFonts(java.util.Set fonts)
           
 
Methods inherited from interface com.retek.component.internet.ExABaseSellingSku
getDescription, getSellingItem, getSellingSkuNumber, getUnitPrice, isGiftWrappable, isMonogrammable, isPack, isPersonalizable, setDescription, setGiftWrappable, setMonogrammable, setPersonalizable, setSellingSkuNumber, setUnitPrice
 

Method Detail

getColors

public java.util.Set getColors()

getFonts

public java.util.Set getFonts()

setColors

public void setColors(java.util.Set colors)

setFonts

public void setFonts(java.util.Set fonts)


Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28