org.gcube.vremanagement.resourcemanager.impl.resources.software
Class DeployedDependency
java.lang.Object
org.gcube.vremanagement.resourcemanager.impl.resources.software.Dependency
org.gcube.vremanagement.resourcemanager.impl.resources.software.DeployedDependency
public class DeployedDependency
- extends Dependency
A package deployed by a Deployer service
- Author:
- Manuele Simi (ISTI-CNR)
host
protected String host
status
protected String status
message
protected String message
DeployedDependency
public DeployedDependency()
getHost
public String getHost()
- Returns:
- the host
setHost
public void setHost(String host)
- Parameters:
host - the host to set
getStatus
public String getStatus()
- Returns:
- the status
setStatus
public void setStatus(String status)
- Parameters:
status - the status to set
getMessage
public String getMessage()
- Returns:
- the message
setMessage
public void setMessage(String message)
- Parameters:
message - the message to set
Copyright © 2012. All Rights Reserved.