com.ibm.uddi.promoter.publish
Class ImportResults

java.lang.Object
  |
  +--com.ibm.uddi.promoter.publish.ImportResults

public class ImportResults
extends java.lang.Object

Stores information about the number of entities successfully imported during an import or promote operation.


Field Summary
static java.lang.String java_copyright
           
 
Constructor Summary
ImportResults()
           
 
Method Summary
 int getImportedBindingsCount()
          Returns the importedBindingsCount.
 int getImportedBusinessesCount()
          Returns the importedBusinessesCount.
 int getImportedEntityCount()
          Returns the number of entities that were succesfull imported into the target registry.
 int getImportedReferencedEntityCount()
          Returns the number of referencedTModels that were successfully imported into the target registry.
 int getImportedReferencedTModelsCount()
          Returns the importedReferencedTModelsCount.
 int getImportedServicesCount()
          Returns the importedServicesCount.
 int getImportedTModelsCount()
          Returns the importedTModelsCount.
 void setImportedBindingsCount(int importedBindingsCount)
          Sets the importedBindingsCount.
 void setImportedBusinessesCount(int importedBusinessesCount)
          Sets the importedBusinessesCount.
 void setImportedReferencedTModelsCount(int importedReferencedTModelsCount)
          Sets the importedReferencedTModelsCount.
 void setImportedServicesCount(int importedServicesCount)
          Sets the importedServicesCount.
 void setImportedTModelsCount(int importedTModelsCount)
          Sets the importedTModelsCount.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

java_copyright

public static final java.lang.String java_copyright
Constructor Detail

ImportResults

public ImportResults()
Method Detail

getImportedEntityCount

public int getImportedEntityCount()
Returns the number of entities that were succesfull imported into the target registry. This does not include successful imports of referencedTModels.

Returns:
int The total number of entities imported excluding referenced tModels.

getImportedReferencedEntityCount

public int getImportedReferencedEntityCount()
Returns the number of referencedTModels that were successfully imported into the target registry.

Returns:
int The number of referenced entities imported, which is the number of referenced tModels.

getImportedBindingsCount

public int getImportedBindingsCount()
Returns the importedBindingsCount.

Returns:
int The number of bindings imported.

getImportedBusinessesCount

public int getImportedBusinessesCount()
Returns the importedBusinessesCount.

Returns:
int The number of businesses imported.

getImportedReferencedTModelsCount

public int getImportedReferencedTModelsCount()
Returns the importedReferencedTModelsCount.

Returns:
int The number of referenced tModels imported.

getImportedServicesCount

public int getImportedServicesCount()
Returns the importedServicesCount.

Returns:
int The number of services imported.

getImportedTModelsCount

public int getImportedTModelsCount()
Returns the importedTModelsCount.

Returns:
int The number of tModels imported.

setImportedBindingsCount

public void setImportedBindingsCount(int importedBindingsCount)
Sets the importedBindingsCount.

Parameters:
importedBindingsCount - The importedBindingsCount to set

setImportedBusinessesCount

public void setImportedBusinessesCount(int importedBusinessesCount)
Sets the importedBusinessesCount.

Parameters:
importedBusinessesCount - The importedBusinessesCount to set

setImportedReferencedTModelsCount

public void setImportedReferencedTModelsCount(int importedReferencedTModelsCount)
Sets the importedReferencedTModelsCount.

Parameters:
importedReferencedTModelsCount - The importedReferencedTModelsCount to set

setImportedServicesCount

public void setImportedServicesCount(int importedServicesCount)
Sets the importedServicesCount.

Parameters:
importedServicesCount - The importedServicesCount to set

setImportedTModelsCount

public void setImportedTModelsCount(int importedTModelsCount)
Sets the importedTModelsCount.

Parameters:
importedTModelsCount - The importedTModelsCount to set