|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.jhu.tmaj.servlet.response.SuccessResponse
edu.jhu.tmaj.servlet.response.impl.LookupTableResponse
public final class LookupTableResponse
Contains a map with the primary key ids of the lookup table as its keys, and lookupRecords as it values.
| Constructor Summary | |
|---|---|
LookupTableResponse(java.util.Map<java.lang.Integer,LookupRecord> id_lookupRecord)
|
|
| Method Summary | |
|---|---|
java.util.Map<java.lang.Integer,LookupRecord> |
getLookupTableMap()
|
| Methods inherited from class edu.jhu.tmaj.servlet.response.SuccessResponse |
|---|
getError, isSuccessful, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public LookupTableResponse(java.util.Map<java.lang.Integer,LookupRecord> id_lookupRecord)
| Method Detail |
|---|
public java.util.Map<java.lang.Integer,LookupRecord> getLookupTableMap()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||