atg.b2bcommerce.order
Interface B2BCommerceItem

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

Deprecated.

public interface B2BCommerceItem
extends CommerceItem

See Also:
CommerceItem

Field Summary
static java.lang.String CLASS_VERSION
          Deprecated. 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.CostCenterRelationshipContainer
addCostCenterRelationship, addCostCenterRelationship, getCostCenterRelationship, getCostCenterRelationshipCount, getCostCenterRelationships, removeAllCostCenterRelationships, removeCostCenterRelationship
 
Methods inherited from interface atg.commerce.order.CommerceIdentifier
getId
 

Field Detail

CLASS_VERSION

static final java.lang.String CLASS_VERSION
Deprecated. 
Class version string

See Also:
Constant Field Values