|
|||||||||||
| 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.juniverse.jorganizer.mail.MailFolderForm
| Field Summary | |
private int |
id
|
private int |
motherid
|
private java.lang.String |
title
|
private int |
userid
|
| Fields inherited from class org.apache.struts.action.ActionForm |
multipartRequestHandler, servlet |
| Constructor Summary | |
MailFolderForm()
|
|
| Method Summary | |
int |
getId()
Method getId. |
int |
getMotherid()
Method getMotherid. |
java.lang.String |
getTitle()
Method getTitle. |
int |
getUserid()
Method getUserid. |
void |
reset(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
|
void |
setId(int id)
Method setId. |
void |
setMotherid(int motherid)
Method setMotherid. |
void |
setTitle(java.lang.String title)
Method setTitle. |
void |
setUserid(int userid)
Method setUserid. |
org.apache.struts.action.ActionErrors |
validate(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
|
| 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 |
private int id
private int motherid
private java.lang.String title
private int userid
| Constructor Detail |
public MailFolderForm()
| Method Detail |
public int getId()
public void setId(int id)
id - public void setMotherid(int motherid)
motherid - public int getMotherid()
public void setTitle(java.lang.String title)
title - public java.lang.String getTitle()
public void setUserid(int userid)
userid - public int getUserid()
public void reset(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
reset in class org.apache.struts.action.ActionFormActionForm.reset(ActionMapping, HttpServletRequest)
public org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
validate in class org.apache.struts.action.ActionFormActionForm.validate(ActionMapping, HttpServletRequest)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||