org.ow2.dragon.api.to.specification
Class ServiceInterfaceTO

java.lang.Object
  extended by 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

Constructor Summary
ServiceInterfaceTO()
           
 
Method Summary
 java.lang.String getId()
           
 java.lang.String getName()
           
 java.util.List<SpecifiedOperationTO> getSpecifiedOps()
           
 void setId(java.lang.String id)
           
 void setName(java.lang.String name)
           
 void setSpecifiedOps(java.util.List<SpecifiedOperationTO> specifiedOps)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceInterfaceTO

public ServiceInterfaceTO()
Method Detail

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.