org.duracloud.duraservice.domain
Class Service
java.lang.Object
org.duracloud.duraservice.domain.Service
public class Service
- extends java.lang.Object
Contains a service
- Author:
- Bill Branan
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Service
public Service()
getId
public java.lang.String getId()
setId
public void setId(java.lang.String id)
getDescription
public java.lang.String getDescription()
setDescription
public void setDescription(java.lang.String description)
getDeployed
public boolean getDeployed()
setDeployed
public void setDeployed(boolean deployed)
getDeploymentLocation
public java.lang.String getDeploymentLocation()
setDeploymentLocation
public void setDeploymentLocation(java.lang.String deploymentLocation)
Copyright © 2009-2010 DuraSpace. All Rights Reserved.