atg.b2bcommerce.order
Interface B2BOrderRelationship

All Superinterfaces:
CommerceIdentifier, Relationship, java.io.Serializable
All Known Implementing Classes:
CostCenterOrderRelationship

public interface B2BOrderRelationship
extends Relationship

An interface which represents a part of a relationship which is a B2BOrder.


Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Method Summary
 double getAmount()
          Returns the amount
 B2BOrder getOrder()
          Returns the B2BOrder reference.
 void setAmount(double pAmount)
          Sets the amount
 void setOrder(B2BOrder pOrder)
          Sets the B2BOrder reference.
 
Methods inherited from interface atg.commerce.order.Relationship
getRelationshipClassType, getRelationshipType, setRelationshipClassType, setRelationshipType
 
Methods inherited from interface atg.commerce.order.CommerceIdentifier
getId
 

Field Detail

CLASS_VERSION

static final java.lang.String CLASS_VERSION
Class version string

See Also:
Constant Field Values
Method Detail

getOrder

B2BOrder getOrder()
Returns the B2BOrder reference.


setOrder

void setOrder(B2BOrder pOrder)
Sets the B2BOrder reference.


getAmount

double getAmount()
Returns the amount


setAmount

void setAmount(double pAmount)
Sets the amount