com.continuent.tungsten.common.tdf.dto
Class Service
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
name
protected java.lang.String name
tdfResourceLocation
protected TdfResourceLocation tdfResourceLocation
- URIs to various operations for this resource
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)
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()