public class LookedUpGuidingEntry extends Object
Java class represents a looked-up guiding entry in the guider instances of the connected SAP CC system;
This looked-up guiding entry contains:
normal return
no access found
cannot lock
server failure
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.
| Constructor and Description |
|---|
LookedUpGuidingEntry(byte lookupCode,
GuidingEntry guidingEntry)
Constructs a looked up guiding entry.
|
| Modifier and Type | Method and Description |
|---|---|
GuidingEntry |
getGuidingEntry()
Gets the
guiding entry identified and replied by the connected SAP CC system. |
byte |
getLookupCode()
Gets the lookup message return code.
|
void |
setGuidingEntry(GuidingEntry guidingEntry)
SAP CC sets the guiding entry.
|
void |
setLookupCode(byte lookupCode)
SAP CC sets the lookup message return code.
|
public LookedUpGuidingEntry(byte lookupCode,
GuidingEntry guidingEntry)
lookupCode - The lookup message return codeguidingEntry - The guiding entry; null if the lookup code is not a normal return.public byte getLookupCode()
public void setLookupCode(byte lookupCode)
lookupCode - The lookup message return codepublic GuidingEntry getGuidingEntry()
guiding entry identified and replied by the connected SAP CC system.public void setGuidingEntry(GuidingEntry guidingEntry)
guidingEntry - The guiding entry