atg.commerce.fulfillment
Class IdContainerModification

java.lang.Object
  extended by atg.commerce.fulfillment.Modification
      extended by atg.commerce.fulfillment.IdTargetModification
          extended by 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_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
IdContainerModification()
           
 
Method Summary
 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)
           
 
Methods inherited from class atg.commerce.fulfillment.IdTargetModification
getTargetId, getTargetType, setTargetId, setTargetType
 
Methods inherited from class atg.commerce.fulfillment.Modification
getModificationId, getModificationStatus, getModificationStatusText, getModificationType, setModificationId, setModificationStatus, setModificationStatusText, setModificationType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Class version string

Constructor Detail

IdContainerModification

public IdContainerModification()
Method Detail

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.