atg.commerce.fulfillment
Class IdTargetModification
java.lang.Object
   atg.commerce.fulfillment.Modification
atg.commerce.fulfillment.Modification
       atg.commerce.fulfillment.IdTargetModification
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_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 | 
 
 
| 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 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
 
 
IdTargetModification
public IdTargetModification()
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
 
-