org.rhq.enterprise.gui.legacy.action.resource.group.inventory
Class RemoveGroupResourcesForm

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.group.inventory.RemoveGroupResourcesForm
All Implemented Interfaces:
Serializable

public class RemoveGroupResourcesForm
extends BaseValidatorForm

removes resources specified with identifier in the string form:

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
RemoveGroupResourcesForm()
           
 
Method Summary
 String getCategory()
           
 Integer getF()
           
 Integer getGroupId()
          Returns the rid.
 String[] getR()
           
 String[] getResources()
          Getter for property users.
 Integer getResourceType()
          Returns the resourceType.
 List getResourceTypes()
          Returns the resourceTypes.
 void reset(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
           
 void setCategory(String category)
          Sets the GroupCategory as a string.
 void setF(Integer f)
           
 void setGroupId(Integer groupId)
          Sets the rid.
 void setR(String[] r)
           
 void setResources(String[] resources)
          Setter for property users.
 void setResourceType(Integer resourceType)
          Sets the resourceType.
 void setResourceTypes(List resourceTypes)
          Sets the resourceTypes.
 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

RemoveGroupResourcesForm

public RemoveGroupResourcesForm()
Method Detail

getF

public Integer getF()

setF

public void setF(Integer f)

getR

public String[] getR()

setR

public void setR(String[] r)

getResources

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

Returns:
Value of property users.

setResources

public void setResources(String[] 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

getGroupId

public Integer getGroupId()
Returns the rid.

Returns:
String

setGroupId

public void setGroupId(Integer groupId)
Sets the rid.

Parameters:
rid - The rid to set

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

getCategory

public String getCategory()
Returns:
String

setCategory

public void setCategory(String category)
Sets the GroupCategory as a string.

Parameters:
category - The GroupCategory object as a string


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