|
|||||||||||
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.time.TimeProjectForm
Field Summary | |
private boolean |
active
|
private int |
customerid
|
private java.lang.String |
description
|
private int |
id
|
private java.lang.String |
name
|
private double |
rate
|
Fields inherited from class org.apache.struts.action.ActionForm |
multipartRequestHandler, servlet |
Constructor Summary | |
TimeProjectForm()
|
Method Summary | |
boolean |
getActive()
Method getActive. |
int |
getCustomerid()
Method getCustomerid. |
java.lang.String |
getDescription()
Method getDescription. |
int |
getId()
Method getId. |
java.lang.String |
getName()
Method getName. |
double |
getRate()
Method getRate. |
boolean |
isActive()
Method isActive. |
void |
reset(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
|
void |
setActive(boolean active)
Method setActive. |
void |
setCustomerid(int customerid)
Method setCustomerid. |
void |
setDescription(java.lang.String description)
Method setDescription. |
void |
setId(int id)
Method setId. |
void |
setName(java.lang.String name)
Method setName. |
void |
setRate(double rate)
Method setRate. |
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 name
private java.lang.String description
private int id
private int customerid
private boolean active
private double rate
Constructor Detail |
public TimeProjectForm()
Method Detail |
public java.lang.String getName()
public void setName(java.lang.String name)
name
- public void setDescription(java.lang.String description)
description
- public java.lang.String getDescription()
public void setId(int id)
id
- public int getId()
public void setCustomerid(int customerid)
customerid
- public int getCustomerid()
public void setActive(boolean active)
active
- public boolean isActive()
public boolean getActive()
public void setRate(double rate)
rate
- public double getRate()
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)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |