org.rhq.enterprise.gui.inventory.resource
Class EditGeneralPropertiesUIBean

java.lang.Object
  extended by org.rhq.enterprise.gui.inventory.resource.EditGeneralPropertiesUIBean

public class EditGeneralPropertiesUIBean
extends Object

The JSF managed bean for the Edit General Properties page (/rhq/resource/inventory/edit-general.xhtml), which is linked off the General Properties section of the main Inventory page.

Author:
Ian Springer

Constructor Summary
EditGeneralPropertiesUIBean()
           
 
Method Summary
 String begin()
           
 String cancel()
           
 String getDescription()
           
 String getLocation()
           
 String getName()
           
 void setDescription(String description)
           
 void setLocation(String location)
           
 void setName(String name)
           
 String update()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditGeneralPropertiesUIBean

public EditGeneralPropertiesUIBean()
Method Detail

begin

public String begin()

update

public String update()

cancel

public String cancel()

getName

public String getName()

setName

public void setName(String name)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getLocation

public String getLocation()

setLocation

public void setLocation(String location)


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