org.rhq.core.domain.content.transfer
Class DeployPackageStep
java.lang.Object
org.rhq.core.domain.content.transfer.DeployPackageStep
- All Implemented Interfaces:
- Serializable
public class DeployPackageStep
- extends Object
- implements Serializable
Represents a step that will be take in the installation of a package. The link to the particular package is known by
the call to the plugin to translate these; as such, there is no reference to a package or resource in this class.
- See Also:
- Serialized Form
DeployPackageStep
public DeployPackageStep(String stepKey,
String description)
toString
public String toString()
- Overrides:
toString
in class Object
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
getStepKey
public String getStepKey()
getDescription
public String getDescription()
getStepResult
public ContentResponseResult getStepResult()
setStepResult
public void setStepResult(ContentResponseResult stepResult)
getStepErrorMessage
public String getStepErrorMessage()
setStepErrorMessage
public void setStepErrorMessage(String stepErrorMessage)
Copyright © 2008-2011 Red Hat, Inc.. All Rights Reserved.