| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ShippingGroupRelationship
An interface which represents a part of a relationship which is a ShippingGroup.
| Field Summary | |
|---|---|
static java.lang.String | 
CLASS_VERSION
Class version string  | 
| Method Summary | |
|---|---|
 double | 
getAmount()
Returns the amount that this Relationship represents.  | 
 ShippingGroup | 
getShippingGroup()
Returns the ShippingGroup reference.  | 
 void | 
setAmount(double pAmount)
Sets the amount that this Relationship represents.  | 
 void | 
setShippingGroup(ShippingGroup 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 | 
|---|
static final java.lang.String CLASS_VERSION
| Method Detail | 
|---|
ShippingGroup getShippingGroup()
void setShippingGroup(ShippingGroup pGroup)
double getAmount()
void setAmount(double pAmount)
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||