org.duracloud.duraservice.domain
Class Service

java.lang.Object
  extended by org.duracloud.duraservice.domain.Service

public class Service
extends java.lang.Object

Contains a service

Author:
Bill Branan

Constructor Summary
Service()
           
 
Method Summary
 boolean getDeployed()
           
 java.lang.String getDeploymentLocation()
           
 java.lang.String getDescription()
           
 java.lang.String getId()
           
 void setDeployed(boolean deployed)
           
 void setDeploymentLocation(java.lang.String deploymentLocation)
           
 void setDescription(java.lang.String description)
           
 void setId(java.lang.String id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Service

public Service()
Method Detail

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.