public abstract class IdTargetModification extends Modification
| 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 | 
|---|
IdTargetModification()  | 
| Modifier and Type | Method and Description | 
|---|---|
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)  | 
getModificationId, getModificationStatus, getModificationStatusText, getModificationType, setModificationId, setModificationStatus, setModificationStatusText, setModificationTypepublic void setTargetType(int pTargetType)
public int getTargetType()
getTargetId()public void setTargetId(java.lang.String pTargetId)
public java.lang.String getTargetId()