OracleAS Syndication Services API Reference
10g (9.0.4)

Part No. B10399-01

oracle.syndicate.message.offer
Interface CatalogItem

All Known Subinterfaces:
OfferCatalogItem, OfferGroup

public interface CatalogItem

Base interface for offer and offer-group items within a catalog

Since:
release specific (what release of product did this appear in)

Field Summary
static int OFFER
          Offer type catalog item
static int OFFER_GROUP
          Offer-group type catalog item

 

Method Summary
 int getCatalogItemType()
          Returns the type of this catalog item.

 

Field Detail

OFFER

public static final int OFFER
Offer type catalog item

OFFER_GROUP

public static final int OFFER_GROUP
Offer-group type catalog item
Method Detail

getCatalogItemType

public int getCatalogItemType()
Returns the type of this catalog item.

Copyright © 2001, 2003, Oracle. All rights reserved.

Copyright © 2001, 2003, Oracle. All rights reserved.