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