org.ow2.dragon.api.to.specification
Class ServiceInterfaceTO
java.lang.Object
org.ow2.dragon.api.to.specification.ServiceInterfaceTO
public class ServiceInterfaceTO
- extends java.lang.Object
A Service Interface is the abstract definition of a set of proposed service
operations
- Author:
- ambarthe - eBM WebSourcing
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServiceInterfaceTO
public ServiceInterfaceTO()
getId
public java.lang.String getId()
- Returns:
- the id
getName
public java.lang.String getName()
- Returns:
- the name
getSpecifiedOps
public java.util.List<SpecifiedOperationTO> getSpecifiedOps()
setId
public void setId(java.lang.String id)
- Parameters:
id - the id to set
setName
public void setName(java.lang.String name)
- Parameters:
name - the name to set
setSpecifiedOps
public void setSpecifiedOps(java.util.List<SpecifiedOperationTO> specifiedOps)
Copyright © 2008-2009 eBMWebsourcing. All Rights Reserved.