| hero.struts.forms.ActivityForm
ActivityForm | final public class ActivityForm extends ActionForm (Code) | | Form bean for Activity. This form has the following fields,
with default values in square brackets:
- role - The name of the hook. [REQUIRED]
- deadline - The event for this hook. [REQUIRED]
- description - The hook type [REQUIRED]
author: Miguel Valdes Faura version: $Revision: 1.1 $ $Date: 2004/07/30 14:57:57 $ |
getAnticipable | public String getAnticipable()(Code) | | Return the anticipable value
|
getAutomatic | public String getAutomatic()(Code) | | Return the automatic value
|
getDeadline | public String getDeadline()(Code) | | Return the activity deadline
|
getDescription | public String getDescription()(Code) | | Return the activity description
|
getRole | public String getRole()(Code) | | Return the activity role
|
getType | public String getType()(Code) | | Return the activity type
|
reset | public void reset(ActionMapping mapping, HttpServletRequest request)(Code) | | Reset all properties to their default values.
Parameters: mapping - The mapping used to select this instance Parameters: request - The servlet request we are processing |
setAnticipable | public void setAnticipable(String anticipable)(Code) | | Set anticipable value
|
setAutomatic | public void setAutomatic(String automatic)(Code) | | Set automatic value
|
setDeadline | public void setDeadline(String deadline)(Code) | | Set the activity deadline
|
setDescription | public void setDescription(String description)(Code) | | Set the activity description
|
setRole | public void setRole(String role)(Code) | | Set the activity role
|
setType | public void setType(String type)(Code) | | Set the activity type
|
validate | public ActionErrors validate(ActionMapping mapping, HttpServletRequest request)(Code) | | Validate the properties that have been set from this HTTP request,
and return an ActionErrors object that encapsulates any
validation errors that have been found. If no errors are found, return
null or an ActionErrors object with no
recorded error messages.
Parameters: mapping - The mapping used to select this instance Parameters: request - The servlet request we are processing |
|
|