public class SuggestHistoryKey
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
private java.lang.String | 
historyCode
The history code. 
 | 
private UESURI | 
ownerUri
The UES-URI of the owner. 
 | 
private java.lang.String | 
ucCode
The use case code. 
 | 
| Constructor and Description | 
|---|
SuggestHistoryKey(java.lang.String aHistoryCode,
Creates a new instance of SuggestHistoryKey. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getHistoryCode()
Getter for property historyCode. 
 | 
UESURI | 
getOwnerUri()
Getter for property ownerUri. 
 | 
java.lang.String | 
getUcCode()
Getter for property ucCode. 
 | 
java.lang.String | 
toString() | 
aHistoryCode - The history code.aOwnerUri - The UES-URI of the owner of the history.aUcCode - The use case code.toString in class java.lang.ObjectObject.toString()