atg.commerce.order
Interface PaymentGroupRelationship

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

public interface PaymentGroupRelationship
extends Relationship

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


Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Method Summary
 double getAmount()
          Returns the amount that this Relationship represents.
 PaymentGroup getPaymentGroup()
          Returns the PaymentGroup reference.
 void setAmount(double pAmount)
          Sets the amount that this Relationship represents.
 void setPaymentGroup(PaymentGroup pGroup)
          Sets the PaymentGroup 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

getPaymentGroup

PaymentGroup getPaymentGroup()
Returns the PaymentGroup reference.


setPaymentGroup

void setPaymentGroup(PaymentGroup pGroup)
Sets the PaymentGroup reference.


getAmount

double getAmount()
Returns the amount that this Relationship represents.


setAmount

void setAmount(double pAmount)
Sets the amount that this Relationship represents.