org.rhq.core.domain.content
Class PackageInstallationStep

java.lang.Object
  extended by 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

Field Summary
static String QUERY_DELETE_BY_RESOURCES
           
static String QUERY_FIND_BY_INSTALLED_PACKAGE_HISTORY_ID
           
 
Constructor Summary
PackageInstallationStep()
           
 
Method Summary
 String getDescription()
           
 String getErrorMessage()
           
 int getId()
           
 InstalledPackageHistory getInstalledPackageHistory()
           
 String getKey()
           
 int getOrder()
           
 ContentResponseResult getResult()
           
 void setDescription(String description)
           
 void setErrorMessage(String errorMessage)
           
 void setId(int id)
           
 void setInstalledPackageHistory(InstalledPackageHistory installedPackageHistory)
           
 void setKey(String key)
           
 void setOrder(int order)
           
 void setResult(ContentResponseResult result)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

PackageInstallationStep

public PackageInstallationStep()
Method Detail

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-2009 RHQ Project Advisory Board (Red Hat, Inc.). All Rights Reserved.