org.rhq.core.domain.content
Class PackageInstallationStep
java.lang.Object
org.rhq.core.domain.content.PackageInstallationStep
- All Implemented Interfaces:
- Serializable
public class PackageInstallationStep
- extends Object
- implements Serializable
Domain representation of the steps used to install a package.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QUERY_DELETE_BY_RESOURCES
public static final String QUERY_DELETE_BY_RESOURCES
- See Also:
- Constant Field Values
QUERY_FIND_BY_INSTALLED_PACKAGE_HISTORY_ID
public static final String QUERY_FIND_BY_INSTALLED_PACKAGE_HISTORY_ID
- See Also:
- Constant Field Values
PackageInstallationStep
public PackageInstallationStep()
getId
public int getId()
setId
public void setId(int id)
getKey
public String getKey()
setKey
public void setKey(String key)
getOrder
public int getOrder()
setOrder
public void setOrder(int order)
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
getErrorMessage
public String getErrorMessage()
setErrorMessage
public void setErrorMessage(String errorMessage)
getResult
public ContentResponseResult getResult()
setResult
public void setResult(ContentResponseResult result)
getInstalledPackageHistory
public InstalledPackageHistory getInstalledPackageHistory()
setInstalledPackageHistory
public void setInstalledPackageHistory(InstalledPackageHistory installedPackageHistory)
Copyright © 2008-2011 Red Hat, Inc.. All Rights Reserved.