public class SuggestHistoryEntry
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
private java.util.Date | 
lastUsed
The date of last use of the value. 
 | 
private java.lang.Integer | 
usageCount
The number of uses of the value. 
 | 
private java.lang.String | 
value
The item value. 
 | 
| Constructor and Description | 
|---|
SuggestHistoryEntry()
Creates a new instance of SuggestHistoryEntry. 
 | 
SuggestHistoryEntry(java.lang.String aValue,
Creates a new instance of SuggestHistoryEntry. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.Date | 
getLastUsed()
Getter for property lastUsed. 
 | 
java.lang.Integer | 
getUsageCount()
Getter for property usageCount. 
 | 
java.lang.String | 
getValue()
Getter for property value. 
 | 
void | 
setLastUsed(java.util.Date aLastUsed)
Setter for property lastUsed. 
 | 
void | 
setUsageCount(java.lang.Integer aUsageCount)
Setter for property usageCount. 
 | 
void | 
setValue(java.lang.String aValue)
Setter for property value. 
 | 
java.lang.String | 
toString() | 
aValue - The value.aLastUsed - The date of last use of the value.aUsageCount - The number of uses of the value.aValue - The value to set.aLastUsed - The lastUsed to set.aUsageCount - The usageCount to set.toString in class java.lang.ObjectObject.toString()