atg.commerce.fulfillment
Class IdTargetModification

java.lang.Object
  extended by atg.commerce.fulfillment.Modification
      extended by atg.commerce.fulfillment.IdTargetModification
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
GenericUpdate, IdContainerModification

public abstract class IdTargetModification
extends Modification

This class holds the information that describes an object to be modified by it's id and type.

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
IdTargetModification()
           
 
Method Summary
 java.lang.String getTargetId()
          This is the id of the target being modified
 int getTargetType()
          This is the type of the target specified by the target id
 void setTargetId(java.lang.String pTargetId)
           
 void setTargetType(int pTargetType)
           
 
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

IdTargetModification

public IdTargetModification()
Method Detail

setTargetType

public void setTargetType(int pTargetType)

getTargetType

public int getTargetType()
This is the type of the target specified by the target id

See Also:
getTargetId()

setTargetId

public void setTargetId(java.lang.String pTargetId)

getTargetId

public java.lang.String getTargetId()
This is the id of the target being modified