com.highdeal.hci
Interface CrossReferenceableOp

All Superinterfaces:
MessageOperation, XMLMarshallable
All Known Implementing Classes:
CreateCatalogOp

public interface CrossReferenceableOp
extends MessageOperation

A CrossReferenceableOp is an extension of a MessageOperation. Operations that implement this interface can manage an optional OpID.

Your result class has to implement the [@link CrossReferenceableResult} Java interface.

See Also:
CrossReferenceableResult

Method Summary
 java.lang.String getOperationID()
          Gets the optional identifier of this operation
 void setOperationID(java.lang.String opID)
          Set the optional identifier of this operation
 
Methods inherited from interface com.highdeal.hci.MessageOperation
getName
 
Methods inherited from interface com.highdeal.hci.XMLMarshallable
addCharacterData, addChild, marshal, setAttributes
 

Method Detail

getOperationID

java.lang.String getOperationID()
Gets the optional identifier of this operation

Returns:
The ID of this operation; or null if it has no ID.

setOperationID

void setOperationID(java.lang.String opID)
Set the optional identifier of this operation

Parameters:
opID - The ID for this operation

Document Published: October 2015 (SAP CC 4.0 SP10 and Later)