public interface ShippingGroupRelationship extends Relationship
| Modifier and Type | Field and Description | 
|---|---|
| static java.lang.String | CLASS_VERSIONClass version string | 
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
getRelationshipClassType, getRelationshipType, setRelationshipClassType, setRelationshipTypegetIdstatic final java.lang.String CLASS_VERSION
ShippingGroup getShippingGroup()
void setShippingGroup(ShippingGroup pGroup)
double getAmount()
void setAmount(double pAmount)