org.hyperic.hq.ui.action.resource.common.control
Class RemoveHistoryForm
java.lang.Object
org.apache.struts.action.ActionForm
org.apache.struts.validator.ValidatorForm
org.hyperic.hq.ui.action.BaseValidatorForm
org.hyperic.hq.ui.action.resource.common.control.RemoveHistoryForm
- All Implemented Interfaces:
- java.io.Serializable
public class RemoveHistoryForm
- extends BaseValidatorForm
A subclass of BaseValidatorForm
representing the
RemoveControlAction form.
- See Also:
- Serialized Form
Fields inherited from class org.apache.struts.validator.ValidatorForm |
page, validatorResults |
Fields inherited from class org.apache.struts.action.ActionForm |
multipartRequestHandler, servlet |
Method Summary |
java.lang.Integer[] |
getControlActions()
Getter for property controlAction. |
void |
setControlActions(java.lang.Integer[] controlActions)
Setter for property controlAction. |
java.lang.String |
toString()
|
Methods inherited from class org.hyperic.hq.ui.action.BaseValidatorForm |
getAdd, getCancel, getCreate, getDelete, getEnable, getOk, getOkassign, getPn, getPs, getRemove, getReset, getUserset, isAddClicked, isCancelClicked, isCreateClicked, isDeleteClicked, isEnableClicked, isOkAssignClicked, isOkClicked, isRemoveClicked, isResetClicked, isUsersetClicked, reset, setAdd, setCancel, setCreate, setDelete, setEnable, setOk, setOkassign, setPn, setPs, setRemove, setReset, setUserset, shouldValidate, validate |
Methods inherited from class org.apache.struts.validator.ValidatorForm |
getPage, getResultValueMap, getValidationKey, getValidatorResults, setPage, setValidatorResults |
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, wait, wait, wait |
RemoveHistoryForm
public RemoveHistoryForm()
toString
public java.lang.String toString()
- Overrides:
toString
in class BaseValidatorForm
getControlActions
public java.lang.Integer[] getControlActions()
- Getter for property controlAction.
- Returns:
- Value of property controlAction.
setControlActions
public void setControlActions(java.lang.Integer[] controlActions)
- Setter for property controlAction.
- Parameters:
controlAction
- New value of property controlAction.
Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.