com.metamatrix.console.ui.views.vdb
Class EntitlementMigrationSummaryInfo

java.lang.Object
  extended by com.metamatrix.console.ui.views.vdb.EntitlementMigrationSummaryInfo

public class EntitlementMigrationSummaryInfo
extends java.lang.Object


Constructor Summary
EntitlementMigrationSummaryInfo(java.lang.String entName, int matched, int dropped, int newCount)
           
 
Method Summary
 java.lang.String getEntitlementName()
           
 int getNumDropped()
           
 int getNumMatched()
           
 int getNumNew()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntitlementMigrationSummaryInfo

public EntitlementMigrationSummaryInfo(java.lang.String entName,
                                       int matched,
                                       int dropped,
                                       int newCount)
Method Detail

getEntitlementName

public java.lang.String getEntitlementName()

getNumMatched

public int getNumMatched()

getNumDropped

public int getNumDropped()

getNumNew

public int getNumNew()


Copyright © 2009. All Rights Reserved.