org.rhq.enterprise.gui.content
Class ShowInstalledPackageHistoryUIBean
java.lang.Object
org.rhq.enterprise.gui.content.ShowInstalledPackageHistoryUIBean
@KeepAlive
public class ShowInstalledPackageHistoryUIBean
- extends Object
Bean used to provide details on a specific entry in the package audit trail (InstalledPackageHistory).
- Author:
- Jason Dobies
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ShowInstalledPackageHistoryUIBean
public ShowInstalledPackageHistoryUIBean()
getHistory
public org.rhq.core.domain.content.InstalledPackageHistory getHistory()
setHistory
public void setHistory(org.rhq.core.domain.content.InstalledPackageHistory history)
getStep
public org.rhq.core.domain.content.PackageInstallationStep getStep()
getSelectedHistoryId
public int getSelectedHistoryId()
setSelectedHistoryId
public void setSelectedHistoryId(int selectedHistoryId)
getInstallationSteps
public List<org.rhq.core.domain.content.PackageInstallationStep> getInstallationSteps()
setInstallationSteps
public void setInstallationSteps(List<org.rhq.core.domain.content.PackageInstallationStep> installationSteps)
getStepsData
public javax.faces.component.UIData getStepsData()
setStepsData
public void setStepsData(javax.faces.component.UIData stepsData)
Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.