atg.b2bcommerce.order
Interface B2BCommerceItem

All Superinterfaces:
CommerceIdentifier, CommerceItem, CostCenterRelationshipContainer, PaymentGroupRelationshipContainer, java.io.Serializable, ShippingGroupRelationshipContainer
All Known Implementing Classes:
B2BCommerceItemImpl

public interface B2BCommerceItem
extends CommerceItem, CostCenterRelationshipContainer

Extends generic CommerceItem to contain B2B-specific data and methods. Adds Cost Center Management functionality


Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Method Summary
 
Methods inherited from interface atg.commerce.order.CommerceItem
getAuxiliaryData, getCatalogId, getCatalogKey, getCatalogRefId, getCommerceItemClassType, getPriceInfo, getQuantity, getReturnedQuantity, getState, getStateDetail, setCatalogId, setCatalogKey, setCatalogRefId, setCommerceItemClassType, setPriceInfo, setQuantity, setState, setStateDetail
 
Methods inherited from interface atg.commerce.order.ShippingGroupRelationshipContainer
addShippingGroupRelationship, addShippingGroupRelationship, getShippingGroupRelationship, getShippingGroupRelationshipCount, getShippingGroupRelationships, removeAllShippingGroupRelationships, removeShippingGroupRelationship
 
Methods inherited from interface atg.commerce.order.PaymentGroupRelationshipContainer
addPaymentGroupRelationship, addPaymentGroupRelationship, getPaymentGroupRelationship, getPaymentGroupRelationshipCount, getPaymentGroupRelationships, removeAllPaymentGroupRelationships, removePaymentGroupRelationship
 
Methods inherited from interface atg.commerce.order.CommerceIdentifier
getId
 
Methods inherited from interface atg.b2bcommerce.order.CostCenterRelationshipContainer
addCostCenterRelationship, addCostCenterRelationship, getCostCenterRelationship, getCostCenterRelationshipCount, getCostCenterRelationships, removeAllCostCenterRelationships, removeCostCenterRelationship
 

Field Detail

CLASS_VERSION

static final java.lang.String CLASS_VERSION
Class version string

See Also:
Constant Field Values