protected class OrderSummary.acSearchResult
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
code
The result's code.
|
Modifier | Constructor and Description |
---|---|
protected |
acSearchResult(java.lang.String code)
Constructs a new search result object to hold the results of a product
code auto complete search.
|
Modifier and Type | Method and Description |
---|---|
protected void |
appendJSON(java.lang.StringBuilder sb)
Appends a JSON formatted string of this object's values to the given
string.
|
protected java.lang.StringBuilder |
toJSON()
Returns a JSON formatted string of this object's values.
|
protected acSearchResult(java.lang.String code)
code
- (String) The result's code.protected void appendJSON(java.lang.StringBuilder sb)
sb
- (StringBuilder) The string to append to.protected java.lang.StringBuilder toJSON()