public class ShippingGroupUpdate extends Modification
OrderFulfiller,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string
|
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 and Description |
|---|
ShippingGroupUpdate() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
getModificationId, getModificationStatus, getModificationStatusText, setModificationId, setModificationStatus, setModificationStatusTextpublic void setModificationType(int pModificationType)
ModificationsetModificationType in class Modificationpublic int getModificationType()
getModificationType in class ModificationModification.ADDpublic void setShippingGroupIds(java.lang.String[] pShippingGroupIds)
public java.lang.String[] getShippingGroupIds()
public java.lang.String toString()
toString in class java.lang.Object