|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.jhu.tmaj.servlet.response.SuccessResponse edu.jhu.tmaj.servlet.response.impl.SelectResponse
public final class SelectResponse
Contains a List of BasicTableBeans and columnIdentifiers.
Constructor Summary | |
---|---|
SelectResponse(java.util.List<JBean> beanList,
java.util.List columnIdentifiers)
|
Method Summary | |
---|---|
java.util.List<JBean> |
getBeansList()
|
java.util.List |
getColumnIdentifiers()
|
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 SelectResponse(java.util.List<JBean> beanList, java.util.List columnIdentifiers)
Method Detail |
---|
public java.util.List getColumnIdentifiers()
public java.util.List<JBean> getBeansList()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |