public class SuggestContext
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
ATTR_EXEC_ROLE_ENTITY
The attribute containing the executive role entity of the UC. 
 | 
static java.lang.String | 
ATTR_HISTORY_CODE
The attribute containing the history code. 
 | 
static java.lang.String | 
ATTR_HISTORY_OWNER_ENTITY
The attribute containing the owner of the history. 
 | 
static java.lang.String | 
ATTR_UC_CODE
The attribute containing use case code. 
 | 
static java.lang.String | 
ATTR_UC_MAIN_ENTITY
The attribute containing the main entity of the UC. 
 | 
private java.util.Map<java.lang.String,java.lang.Object> | 
attributes
The context attributes. 
 | 
| Constructor and Description | 
|---|
SuggestContext()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.Object | 
getAttribute(java.lang.String aName)
Returns the value of the attribute with name aName. 
 | 
java.util.Map<java.lang.String,java.lang.Object> | 
getAttributes()
Attributes set on this context. 
 | 
void | 
setAttribute(java.lang.String aName,
Sets the value of the attribute with name aName to aValue. 
 | 
java.lang.String | 
toString() | 
aName - The attribute name.aValue - The attribute value.aName - The attribute name.toString in class java.lang.ObjectObject.toString()