atg.b2bcommerce.order
Interface B2BShippingGroupRelationship

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

public interface B2BShippingGroupRelationship
extends Relationship

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


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

getShippingGroup

B2BShippingGroup getShippingGroup()
Returns the ShippingGroup reference.


setShippingGroup

void setShippingGroup(B2BShippingGroup pGroup)
Sets the ShippingGroup reference.


getAmount

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


setAmount

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