org.rhq.enterprise.gui.legacy.action.resource
Class RemoveResourceForm

java.lang.Object
  extended by org.apache.struts.action.ActionForm
      extended by org.apache.struts.validator.ValidatorForm
          extended by org.rhq.enterprise.gui.legacy.action.BaseValidatorForm
              extended by org.rhq.enterprise.gui.legacy.action.resource.RemoveResourceForm
All Implemented Interfaces:
Serializable

public class RemoveResourceForm
extends BaseValidatorForm

removes a list of resources

See Also:
Serialized Form

Field Summary
protected  Integer resourceType
           
protected  List resourceTypes
           
 
Fields inherited from class org.apache.struts.validator.ValidatorForm
page, validatorResults
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
RemoveResourceForm()
           
 
Method Summary
 Integer getF()
           
 Integer getPss()
           
 Integer[] getR()
           
 Integer[] getResources()
          Getter for property users.
 Integer getResourceType()
          Returns the resourceType.
 List getResourceTypes()
          Returns the resourceTypes.
 Integer getRid()
          Returns the rid.
 Integer getType()
          Returns the type.
 void reset(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
           
 void setF(Integer f)
           
 void setPss(Integer pageSize)
           
 void setR(Integer[] r)
           
 void setResources(Integer[] resources)
          Setter for property users.
 void setResourceType(Integer resourceType)
          Sets the resourceType.
 void setResourceTypes(List resourceTypes)
          Sets the resourceTypes.
 void setRid(Integer rid)
          Sets the rid.
 void setType(Integer type)
          Sets the type.
 String toString()
           
 
Methods inherited from class org.rhq.enterprise.gui.legacy.action.BaseValidatorForm
getAdd, getCancel, getCreate, getDelete, getEnable, getInstall, getManualUninstall, getOk, getOkassign, getPn, getPs, getRemove, getReset, getUninventory, getUserset, isAddClicked, isCancelClicked, isCreateClicked, isDeleteClicked, isEnableClicked, isInstallClicked, isManualUninstallClicked, isOkAssignClicked, isOkClicked, isRemoveClicked, isResetClicked, isUsersetClicked, setAdd, setCancel, setCreate, setDelete, setEnable, setInstall, setOk, setOkassign, setPn, setPs, setRemove, setReset, setUninventory, 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
 

Field Detail

resourceType

protected Integer resourceType

resourceTypes

protected List resourceTypes
Constructor Detail

RemoveResourceForm

public RemoveResourceForm()
Method Detail

getF

public Integer getF()

setF

public void setF(Integer f)

getR

public Integer[] getR()

setR

public void setR(Integer[] r)

getResources

public Integer[] getResources()
Getter for property users.

Returns:
Value of property users.

setResources

public void setResources(Integer[] resources)
Setter for property users.

Parameters:
users - New value of property users.

getResourceType

public Integer getResourceType()
Returns the resourceType.

Returns:
Integer

setResourceType

public void setResourceType(Integer resourceType)
Sets the resourceType.

Parameters:
resourceType - The resourceType to set

getResourceTypes

public List getResourceTypes()
Returns the resourceTypes.

Returns:
List

setResourceTypes

public void setResourceTypes(List resourceTypes)
Sets the resourceTypes.

Parameters:
resourceTypes - The resourceTypes to set

getRid

public Integer getRid()
Returns the rid.

Returns:
String

setRid

public void setRid(Integer rid)
Sets the rid.

Parameters:
rid - The rid to set

getType

public Integer getType()
Returns the type.

Returns:
String

setType

public void setType(Integer type)
Sets the type.

Parameters:
type - The type to set

getPss

public Integer getPss()

setPss

public void setPss(Integer pageSize)

reset

public void reset(org.apache.struts.action.ActionMapping mapping,
                  javax.servlet.http.HttpServletRequest request)
Overrides:
reset in class BaseValidatorForm

toString

public String toString()
Overrides:
toString in class BaseValidatorForm


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.