Package com.highdeal.guiding.common
Class LookedUpGuidingEntry
java.lang.Object
com.highdeal.guiding.common.LookedUpGuidingEntry
This
Java class represents a looked-up guiding entry in the guider instances of the connected SAP CC system;
This looked-up guiding entry contains:
- The lookup message return code, which can be:
normal returnno access foundcannot lockserver failure
- The
guiding entry
A set of looked-up guiding entries are returned in response to a batch operation request that includes set of single guiding requests.
Related Business Operations
-
Constructor Summary
ConstructorsConstructorDescriptionLookedUpGuidingEntry(byte lookupCode, GuidingEntry guidingEntry) Constructs a looked up guiding entry. -
Method Summary
Modifier and TypeMethodDescriptionGets theguiding entryidentified and replied by the connected SAP CC system.byteGets the lookup message return code.voidsetGuidingEntry(GuidingEntry guidingEntry) SAP CC sets the guiding entry.voidsetLookupCode(byte lookupCode) SAP CC sets the lookup message return code.
-
Constructor Details
-
LookedUpGuidingEntry
Constructs a looked up guiding entry.- Parameters:
lookupCode- The lookup message return codeguidingEntry- The guiding entry;nullif the lookup code is not anormal return.
-
-
Method Details
-
getLookupCode
public byte getLookupCode()Gets the lookup message return code.- Returns:
- The lookup message return code
-
setLookupCode
public void setLookupCode(byte lookupCode) SAP CC sets the lookup message return code.- Parameters:
lookupCode- The lookup message return code
-
getGuidingEntry
Gets theguiding entryidentified and replied by the connected SAP CC system.- Returns:
- The guiding entry
-
setGuidingEntry
SAP CC sets the guiding entry.- Parameters:
guidingEntry- The guiding entry
-