atg.commerce.order
Interface ShippingAddressContainer

All Known Implementing Classes:
B2BHardgoodShippingGroup, HardgoodShippingGroup

public interface ShippingAddressContainer

Implemented by a class that will have a ShippingAddress property


Field Summary
static java.lang.String CLASS_VERSION
           
 
Method Summary
 Address getShippingAddress()
           
 void setShippingAddress(Address pAddress)
           
 

Field Detail

CLASS_VERSION

static final java.lang.String CLASS_VERSION
See Also:
Constant Field Values
Method Detail

setShippingAddress

void setShippingAddress(Address pAddress)

getShippingAddress

Address getShippingAddress()