public interface CatalogEntry extends ExternalEntity
Modifier and Type | Field and Description |
---|---|
static int |
BUNDLE
Bundle
|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
static int |
DYNAMICKIT
DYNAMICKIT
|
static int |
ITEM
Item
|
static int |
PACKAGE
Package
|
static int |
PRODUCT
Product
|
Modifier and Type | Method and Description |
---|---|
int |
getCatalogEntryType()
This method returns the type of the catalog entry.
|
CategoryKey[] |
getCategoriesBelongsTo()
This method returns the keys of all categories to which the catalog entry belongs to.
|
CatalogEntryKey |
getKey()
This method returns the CatalogEntryKey of the catalog entry.
|
java.lang.String |
getManufacturerName()
This method returns the manufacturer's name of the catalog entry.
|
java.lang.String |
getManufacturerPartNum()
This method returns the manufacturer's part number of the catalog entry.
|
CatalogEntryKey[] |
getParentProducts()
This method returns the keys of all the parent CatalogEntries to this CatalogEntry.
|
static final java.lang.String COPYRIGHT
static final int ITEM
static final int PRODUCT
static final int PACKAGE
static final int BUNDLE
static final int DYNAMICKIT
CatalogEntryKey getKey()
CatalogEntryKey
of the catalog entry.java.lang.String getManufacturerName()
java.lang.String getManufacturerPartNum()
int getCatalogEntryType()
ITEM
if catalog entry is of item type;
PRODUCT
if catalog entry is of product type;
PACKAGE
if catalog entry is of package type;
BUNDLE
if catalog entry is of bundle type.CategoryKey[] getCategoriesBelongsTo()
CategoryKey
CatalogEntryKey[] getParentProducts()
CategoryKey