atg.b2bcommerce.order
Interface B2BCommerceItemRelationship
- All Superinterfaces: 
 - CommerceIdentifier, CommerceItemRelationship, Relationship, java.io.Serializable
 
- All Known Implementing Classes: 
 - CostCenterCommerceItemRelationship
 
public interface B2BCommerceItemRelationship
- extends CommerceItemRelationship
 
An interface which represents a part of a relationship that is a B2BCommerceItem.
| 
Field Summary | 
static java.lang.String | 
CLASS_VERSION
 
          Class version string | 
 
 
| Methods inherited from interface atg.commerce.order.CommerceItemRelationship | 
getAmount, getCommerceItem, getQuantity, getReturnedQuantity, getState, getStateDetail, setAmount, setCommerceItem, setQuantity, setReturnedQuantity, setState, setStateDetail | 
 
 
 
CLASS_VERSION
static final java.lang.String CLASS_VERSION
- Class version string
- See Also:
 - Constant Field Values
 
 
getB2BCommerceItem
B2BCommerceItem getB2BCommerceItem()
- Returns the CommerceItem reference.  the same as getCommceItem but returns a B2BCommerceItem for type saftey reasons
 
 
 
setB2BCommerceItem
void setB2BCommerceItem(B2BCommerceItem pCommerceItem)
- Sets the CommerceItem reference.  the same as setCommerceItem but is takes B2BCommerceItem for type saftey