| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface HandlingInstruction
Implemented by classes which represent a HandlingInstruction. This interface provides all the methods to manipulate a HandlingInstruction object.
| Field Summary | |
|---|---|
| static java.lang.String | CLASS_VERSIONClass version string | 
| Method Summary | |
|---|---|
|  java.lang.String | getCommerceItemId()Returns the commerceItemId | 
|  java.lang.String | getHandlingInstructionClassType()Returns the handlingInstructionClassType | 
|  java.lang.String | getHandlingMethod()Returns the handlingMethod | 
|  long | getQuantity()Returns the quantity | 
|  java.lang.String | getShippingGroupId()Returns the shippingGroupId | 
|  void | setCommerceItemId(java.lang.String pCommerceItemId)Sets the commerceItemId | 
|  void | setHandlingInstructionClassType(java.lang.String pHandlingInstructionClassType)Sets the handlingInstructionClassType | 
|  void | setHandlingMethod(java.lang.String pHandlingMethod)Sets the handlingMethod | 
|  void | setQuantity(long pQuantity)Sets the quantity | 
|  void | setShippingGroupId(java.lang.String pShippingGroupId)Sets the shippingGroupId | 
| Methods inherited from interface atg.commerce.order.CommerceIdentifier | 
|---|
| getId | 
| Field Detail | 
|---|
static final java.lang.String CLASS_VERSION
| Method Detail | 
|---|
java.lang.String getHandlingInstructionClassType()
void setHandlingInstructionClassType(java.lang.String pHandlingInstructionClassType)
java.lang.String getHandlingMethod()
void setHandlingMethod(java.lang.String pHandlingMethod)
java.lang.String getShippingGroupId()
void setShippingGroupId(java.lang.String pShippingGroupId)
java.lang.String getCommerceItemId()
void setCommerceItemId(java.lang.String pCommerceItemId)
long getQuantity()
void setQuantity(long pQuantity)
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||