org.rhq.enterprise.gui.content
Class ListPackageHistoryUIBean.PackageTableDataValue
java.lang.Object
org.rhq.enterprise.gui.content.ListPackageHistoryUIBean.PackageTableDataValue
- Enclosing class:
- ListPackageHistoryUIBean
public class ListPackageHistoryUIBean.PackageTableDataValue
- extends Object
Holder class used to combine first class revision data (i.e. md5, size) with the artifact specific values (i.e.
the values in the optional Configuration instance). The data from each will be loaded into objects of this class
and displayed in the UI in the same fashion.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ListPackageHistoryUIBean.PackageTableDataValue
public ListPackageHistoryUIBean.PackageTableDataValue(String name,
String currentValue,
String oldValue)
getName
public String getName()
setName
public void setName(String name)
getCurrentValue
public String getCurrentValue()
setCurrentValue
public void setCurrentValue(String currentValue)
getOldValue
public String getOldValue()
setOldValue
public void setOldValue(String oldValue)
Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.