atg.commerce.order
Interface HandlingInstruction

All Superinterfaces:
CommerceIdentifier, java.io.Serializable
All Known Implementing Classes:
GiftlistHandlingInstruction, HandlingInstructionImpl

public interface HandlingInstruction
extends CommerceIdentifier, java.io.Serializable

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_VERSION
          Class 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

CLASS_VERSION

static final java.lang.String CLASS_VERSION
Class version string

See Also:
Constant Field Values
Method Detail

getHandlingInstructionClassType

java.lang.String getHandlingInstructionClassType()
Returns the handlingInstructionClassType


setHandlingInstructionClassType

void setHandlingInstructionClassType(java.lang.String pHandlingInstructionClassType)
Sets the handlingInstructionClassType


getHandlingMethod

java.lang.String getHandlingMethod()
Returns the handlingMethod


setHandlingMethod

void setHandlingMethod(java.lang.String pHandlingMethod)
Sets the handlingMethod


getShippingGroupId

java.lang.String getShippingGroupId()
Returns the shippingGroupId


setShippingGroupId

void setShippingGroupId(java.lang.String pShippingGroupId)
Sets the shippingGroupId


getCommerceItemId

java.lang.String getCommerceItemId()
Returns the commerceItemId


setCommerceItemId

void setCommerceItemId(java.lang.String pCommerceItemId)
Sets the commerceItemId


getQuantity

long getQuantity()
Returns the quantity


setQuantity

void setQuantity(long pQuantity)
Sets the quantity