atg.b2bcommerce.order
Interface B2BShippingGroup

All Superinterfaces:
CommerceIdentifier, CommerceItemRelationshipContainer, CostCenterRelationshipContainer, HandlingInstructionContainer, PaymentGroupRelationshipContainer, java.io.Serializable, ShippingGroup
All Known Implementing Classes:
B2BHardgoodShippingGroup, B2BShippingGroupImpl

public interface B2BShippingGroup
extends ShippingGroup, CostCenterRelationshipContainer

Extends generic ShippingGroup 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.ShippingGroup
getActualShipDate, getDescription, getPriceInfo, getShipOnDate, getShippingGroupClassType, getShippingMethod, getSpecialInstructions, getState, getStateDetail, getSubmittedDate, setActualShipDate, setDescription, setPriceInfo, setShipOnDate, setShippingGroupClassType, setShippingMethod, setState, setStateDetail, setSubmittedDate
 
Methods inherited from interface atg.commerce.order.HandlingInstructionContainer
addHandlingInstruction, addHandlingInstruction, getHandlingInstruction, getHandlingInstructionCount, getHandlingInstructions, removeAllHandlingInstructions, removeHandlingInstruction
 
Methods inherited from interface atg.commerce.order.CommerceItemRelationshipContainer
addCommerceItemRelationship, addCommerceItemRelationship, getCommerceItemRelationship, getCommerceItemRelationshipCount, getCommerceItemRelationships, removeAllCommerceItemRelationships, removeCommerceItemRelationship
 
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