atg.commerce.fulfillment
Class PaymentGroupUpdate

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

public class PaymentGroupUpdate
extends Modification

This modification is sent as part of a ModifyOrderNotification to the OrderFulfiller to indicate that the payment 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
PaymentGroupUpdate()
           
 
Method Summary
 int getModificationType()
          This is a read-only property in this implementation.
 java.lang.String[] getPaymentGroupIds()
          This property identifies which payment groups that need to be resent to the fulfillers.
 void setModificationType(int pModificationType)
          This method sets the modification type.
 void setPaymentGroupIds(java.lang.String[] pPaymentGroupIds)
           
 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

PaymentGroupUpdate

public PaymentGroupUpdate()
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

setPaymentGroupIds

public void setPaymentGroupIds(java.lang.String[] pPaymentGroupIds)

getPaymentGroupIds

public java.lang.String[] getPaymentGroupIds()
This property identifies which payment 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