org.ow2.dragon.service.wsdl.importreport
Class WsdlEntitiesImportReport

java.lang.Object
  extended by org.ow2.dragon.service.wsdl.importreport.WsdlEntitiesImportReport

public class WsdlEntitiesImportReport
extends java.lang.Object

Author:
ofabre

Constructor Summary
WsdlEntitiesImportReport()
           
 
Method Summary
 void addImportedService(ImportedService importedService)
           
 java.util.List<ImportedService> getImportedServices()
           
 java.lang.String getServiceSpecId()
           
 void setServiceSpecId(java.lang.String serviceSpecId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WsdlEntitiesImportReport

public WsdlEntitiesImportReport()
Method Detail

addImportedService

public void addImportedService(ImportedService importedService)

getServiceSpecId

public java.lang.String getServiceSpecId()
Returns:
the serviceSpecId

setServiceSpecId

public void setServiceSpecId(java.lang.String serviceSpecId)
Parameters:
serviceSpecId - the serviceSpecId to set

getImportedServices

public java.util.List<ImportedService> getImportedServices()
Returns:
the importedServices


Copyright © 2008-2010 eBMWebsourcing. All Rights Reserved.