public class Service extends Object
Constructor and Description |
---|
Service() |
Modifier and Type | Method and Description |
---|---|
boolean |
getDeployed() |
String |
getDeploymentLocation() |
String |
getDescription() |
String |
getId() |
void |
setDeployed(boolean deployed) |
void |
setDeploymentLocation(String deploymentLocation) |
void |
setDescription(String description) |
void |
setId(String id) |
public String getId()
public void setId(String id)
public String getDescription()
public void setDescription(String description)
public boolean getDeployed()
public void setDeployed(boolean deployed)
public String getDeploymentLocation()
public void setDeploymentLocation(String deploymentLocation)
Copyright © 2009-2013 DuraSpace. All Rights Reserved.