public class PetStoreLookupTable extends Object implements LookupTable
| Modifier and Type | Class and Description |
|---|---|
static class |
PetStoreLookupTable.TableEntry
Represents an entry in a table.
|
| Constructor and Description |
|---|
PetStoreLookupTable() |
public List<Object> getTable(Object tableIdentifier)
getTable in interface LookupTablepublic String getCacheKeyForTable(Object table)
getCacheKeyForTable in interface LookupTablepublic Object getTableForCacheKey(String key)
getTableForCacheKey in interface LookupTablepublic String getCode(Object table, Object entry)
getCode in interface LookupTablepublic String getDescription(Object table, Object entry)
getDescription in interface LookupTableCopyright © 2017. All rights reserved.