atg.commerce.fulfillment
Class ShippingGroupUpdate

java.lang.Object
  extended by atg.commerce.fulfillment.Modification
      extended by atg.commerce.fulfillment.ShippingGroupUpdate
All Implemented Interfaces:
java.io.Serializable

public class ShippingGroupUpdate
extends Modification

This modification is sent as part of a ModifyOrderNotification to the OrderFulfiller to indicate that the shipping groups with these ids have been changed in some manner and as such need to be forwarded on to the fulfillers that are responsible for them.

See Also:
OrderFulfiller, Serialized Form

Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Fields inherited from class atg.commerce.fulfillment.Modification
ADD, PAYMENT_GROUP_UPDATE, REMOVE, SHIPPING_GROUP_UPDATE, STATUS_FAILED, STATUS_PENDING, STATUS_SUCCESS, TARGET_ITEM, TARGET_ORDER, TARGET_PAYMENT_GROUP, TARGET_RELATIONSHIP, TARGET_SHIPPING_GROUP, UPDATE
 
Constructor Summary
ShippingGroupUpdate()
           
 
Method Summary
 int getModificationType()
          This is a read-only property in this implementation.
 java.lang.String[] getShippingGroupIds()
          This property identifies which shipping groups that need to be resent to the fulfillers.
 void setModificationType(int pModificationType)
          This method sets the modification type.
 void setShippingGroupIds(java.lang.String[] pShippingGroupIds)
           
 java.lang.String toString()
          This method returns a readable string representing the contents of this message.
 
Methods inherited from class atg.commerce.fulfillment.Modification
getModificationId, getModificationStatus, getModificationStatusText, setModificationId, setModificationStatus, setModificationStatusText
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Class version string

Constructor Detail

ShippingGroupUpdate

public ShippingGroupUpdate()
Method Detail

setModificationType

public void setModificationType(int pModificationType)
Description copied from class: Modification
This method sets the modification type.

Overrides:
setModificationType in class Modification

getModificationType

public int getModificationType()
This is a read-only property in this implementation. The type of all GenericAdd messages is ADD

Overrides:
getModificationType in class Modification
See Also:
Modification.ADD

setShippingGroupIds

public void setShippingGroupIds(java.lang.String[] pShippingGroupIds)

getShippingGroupIds

public java.lang.String[] getShippingGroupIds()
This property identifies which shipping groups that need to be resent to the fulfillers.


toString

public java.lang.String toString()
This method returns a readable string representing the contents of this message.

Overrides:
toString in class java.lang.Object