atg.commerce.fulfillment
Class IdContainerModification
java.lang.Object
   atg.commerce.fulfillment.Modification
atg.commerce.fulfillment.Modification
       atg.commerce.fulfillment.IdTargetModification
atg.commerce.fulfillment.IdTargetModification
           atg.commerce.fulfillment.IdContainerModification
atg.commerce.fulfillment.IdContainerModification
- All Implemented Interfaces: 
- java.io.Serializable
- Direct Known Subclasses: 
- GenericAdd, GenericRemove
- public abstract class IdContainerModification 
- extends IdTargetModification
This class holds the id of a container that is part of a
 modification that requires both a target and a container
- See Also:
- Serialized Form
| Field Summary | 
| static java.lang.String | CLASS_VERSIONClass 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 | 
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
CLASS_VERSION
public static java.lang.String CLASS_VERSION
- Class version string
 
 
IdContainerModification
public IdContainerModification()
setContainerType
public void setContainerType(int pContainerType)
- 
 
getContainerType
public int getContainerType()
- This is the type of the container specified by the container id
 
- 
- See Also:
- getContainerId()
 
setContainerId
public void setContainerId(java.lang.String pContainerId)
- 
 
getContainerId
public java.lang.String getContainerId()
- This is the id of the container for the modification.
 
-