|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectatg.commerce.fulfillment.Modification
atg.commerce.fulfillment.IdTargetModification
atg.commerce.fulfillment.IdContainerModification
atg.commerce.fulfillment.GenericAdd
public class GenericAdd
This class is used to add a target specified by id or value to a container specified by
id or value. This can be used for the following tasks:
| 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 | |
|---|---|
GenericAdd()
|
|
| Method Summary | |
|---|---|
java.io.Serializable |
getContainerValue()
This is the container within which an object of getTargetType should be added. |
int |
getModificationType()
This is a read-only property in this implementation. |
java.io.Serializable |
getTargetValue()
This is the object that should be added to the container. |
void |
setContainerValue(java.io.Serializable pContainerValue)
|
void |
setModificationType(int pModificationType)
This method sets the modification type. |
void |
setTargetValue(java.io.Serializable pTargetValue)
|
java.lang.String |
toString()
This method returns a readable string representing the contents of this message. |
| Methods inherited from class atg.commerce.fulfillment.IdContainerModification |
|---|
getContainerId, getContainerType, setContainerId, setContainerType |
| Methods inherited from class atg.commerce.fulfillment.IdTargetModification |
|---|
getTargetId, getTargetType, setTargetId, setTargetType |
| Methods inherited from class atg.commerce.fulfillment.Modification |
|---|
getModificationId, getModificationStatus, getModificationStatusText, setModificationId, setModificationStatus, setModificationStatusText |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static java.lang.String CLASS_VERSION
| Constructor Detail |
|---|
public GenericAdd()
| Method Detail |
|---|
public void setModificationType(int pModificationType)
Modification
setModificationType in class Modificationpublic int getModificationType()
getModificationType in class ModificationModification.ADDpublic void setContainerValue(java.io.Serializable pContainerValue)
public java.io.Serializable getContainerValue()
IdTargetModification.getTargetType(),
IdContainerModification.getContainerId()public void setTargetValue(java.io.Serializable pTargetValue)
public java.io.Serializable getTargetValue()
IdTargetModification.getTargetId()public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||