public interface HandlingInstruction extends CommerceIdentifier, java.io.Serializable
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
CLASS_VERSION
Class version string 
 | 
| Modifier and Type | Method and Description | 
|---|---|
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 
 | 
getIdstatic final java.lang.String CLASS_VERSION
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)