org.rhq.enterprise.gui.content
Class AuditTrailItemUIBean

java.lang.Object
  extended by org.rhq.enterprise.gui.content.AuditTrailItemUIBean

public class AuditTrailItemUIBean
extends Object

Used to load a particular entry in the package audit trail for a resource.

Author:
Jason Dobies

Constructor Summary
AuditTrailItemUIBean()
           
 
Method Summary
 org.rhq.core.domain.content.InstalledPackageHistory getHistory()
           
 int getSelectedHistoryId()
           
 void setHistory(org.rhq.core.domain.content.InstalledPackageHistory history)
           
 void setSelectedHistoryId(int selectedHistoryId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuditTrailItemUIBean

public AuditTrailItemUIBean()
Method Detail

getHistory

public org.rhq.core.domain.content.InstalledPackageHistory getHistory()

setHistory

public void setHistory(org.rhq.core.domain.content.InstalledPackageHistory history)

getSelectedHistoryId

public int getSelectedHistoryId()

setSelectedHistoryId

public void setSelectedHistoryId(int selectedHistoryId)


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