public abstract class IdContainerModification extends IdTargetModification
| 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 |
|---|
IdContainerModification() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getContainerId()
This is the id of the container for the modification.
|
int |
getContainerType()
This is the type of the container specified by the container id
|
void |
setContainerId(java.lang.String pContainerId) |
void |
setContainerType(int pContainerType) |
getTargetId, getTargetType, setTargetId, setTargetTypegetModificationId, getModificationStatus, getModificationStatusText, getModificationType, setModificationId, setModificationStatus, setModificationStatusText, setModificationTypepublic void setContainerType(int pContainerType)
public int getContainerType()
getContainerId()public void setContainerId(java.lang.String pContainerId)
public java.lang.String getContainerId()