|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.struts.action.ActionForm | +--org.apache.struts.validator.ValidatorForm | +--org.scrashmeow.ojb.console.framework.OjbcValidatorForm | +--org.scrashmeow.ojb.console.ui.form.ManageUserSessionForm
Field Summary | |
protected org.apache.ojb.broker.PBKey |
databaseKey
Field databaseKey |
protected java.lang.String |
locale
Field locale |
protected GridControl |
userObjects
Field userObjects |
Fields inherited from class org.apache.struts.validator.ValidatorForm |
page, validatorResults |
Fields inherited from class org.apache.struts.action.ActionForm |
multipartRequestHandler, servlet |
Constructor Summary | |
ManageUserSessionForm()
Constructor for HomeForm. |
Method Summary | |
org.apache.ojb.broker.PBKey |
getDatabaseKey()
Returns the databaseKey. |
java.lang.String |
getLocale()
Returns the locale. |
GridControl |
getUserObjects()
Returns the userObjects. |
void |
setDatabaseKey(org.apache.ojb.broker.PBKey databaseKey)
Sets the databaseKey. |
void |
setLocale(java.lang.String locale)
Sets the locale. |
void |
setUserObjects(GridControl userObjects)
Sets the userObjects. |
Methods inherited from class org.scrashmeow.ojb.console.framework.OjbcValidatorForm |
getApplicationService, getMethod, getValidate, isDispatchedTo, setMethod, setValidate |
Methods inherited from class org.apache.struts.validator.ValidatorForm |
getPage, getResultValueMap, getValidatorResults, log, log, reset, setPage, setValidatorResults, validate |
Methods inherited from class org.apache.struts.action.ActionForm |
getMultipartRequestHandler, getServlet, getServletWrapper, reset, setMultipartRequestHandler, setServlet, validate |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected java.lang.String locale
protected org.apache.ojb.broker.PBKey databaseKey
protected GridControl userObjects
Constructor Detail |
public ManageUserSessionForm()
Method Detail |
public org.apache.ojb.broker.PBKey getDatabaseKey()
public java.lang.String getLocale()
public GridControl getUserObjects()
public void setDatabaseKey(org.apache.ojb.broker.PBKey databaseKey)
databaseKey
- The databaseKey to setpublic void setLocale(java.lang.String locale)
locale
- The locale to setpublic void setUserObjects(GridControl userObjects)
userObjects
- The userObjects to set
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |