com.retek.component.internet
Interface ExASellingItem


public interface ExASellingItem

This is a high level interface which maintains and controls access to selling-item-level information for the external API. The data source for this object is the RCOM data extract.

Retek Inc. Copyright (c) 2003


Method Summary
 void addSellingSku(ExASellingSku sellingSku)
          Adds a selling sku to a collection of selling skus belonging to this selling item.
 java.lang.String getItemNumber()
          The selling item number
 ExAMedia getMedia()
          The media to which the selling item belongs.
 java.util.Set getSellingSkus()
          Returns all the selling skus belonging to the selling item.
 

Method Detail

getItemNumber

public java.lang.String getItemNumber()
The selling item number

Returns:
String item number

getMedia

public ExAMedia getMedia()
The media to which the selling item belongs.

Returns:
ExAMedia

getSellingSkus

public java.util.Set getSellingSkus()
Returns all the selling skus belonging to the selling item.

Returns:
Set of ExASellingSkus

addSellingSku

public void addSellingSku(ExASellingSku sellingSku)
Adds a selling sku to a collection of selling skus belonging to this selling item.



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