com.continuent.tungsten.common.tdf.dto
Class Service

java.lang.Object
  extended by com.continuent.tungsten.common.tdf.dto.Service
Direct Known Subclasses:
DataService_Definition, DataSource_Definition, Service_Definition

public class Service
extends java.lang.Object

Data Transfer Model for: Service.

Version:
1.0
Author:
Ludovic Launer

Field Summary
protected  java.lang.String name
           
protected  TdfResourceLocation tdfResourceLocation
          URIs to various operations for this resource
 
Constructor Summary
Service()
           
Service(Service parentService)
           
Service(java.lang.String name, Service parentService)
          Creates a new Service object
 
Method Summary
 java.lang.String getName()
           
 Service getParentService()
           
 TdfResourceLocation getTdfResourceLocation()
           
 void setName(java.lang.String name)
          Sets the name of the Service.
 void setParentService(Service parentService)
           
 void setTdfResourceLocation(TdfResourceLocation tdfResourceLocation)
           
 java.lang.String toString()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

name

protected java.lang.String name

tdfResourceLocation

protected TdfResourceLocation tdfResourceLocation
URIs to various operations for this resource

Constructor Detail

Service

public Service()

Service

public Service(java.lang.String name,
               Service parentService)
Creates a new Service object

Parameters:
name -
parentService -

Service

public Service(Service parentService)
Method Detail

setName

public void setName(java.lang.String name)
Sets the name of the Service.

Parameters:
name - the name of the Service

getName

public java.lang.String getName()

getParentService

public Service getParentService()

setParentService

public void setParentService(Service parentService)

getTdfResourceLocation

public TdfResourceLocation getTdfResourceLocation()

setTdfResourceLocation

public void setTdfResourceLocation(TdfResourceLocation tdfResourceLocation)

toString

public java.lang.String toString()

Overrides:
toString in class java.lang.Object
See Also:
Object.toString()