atg.commerce.order
Interface OrderRelationship

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

public interface OrderRelationship
extends Relationship

An interface which represents a part of a relationship which is an Order.


Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Method Summary
 double getAmount()
          Returns the amount
 Order getOrder()
          Returns the Order reference.
 void setAmount(double pAmount)
          Sets the amount
 void setOrder(Order pOrder)
          Sets the Order 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

Order getOrder()
Returns the Order reference.


setOrder

void setOrder(Order pOrder)
Sets the Order reference.


getAmount

double getAmount()
Returns the amount


setAmount

void setAmount(double pAmount)
Sets the amount