com.metamatrix.console.ui.views.vdb
Class EntitlementMigrationDetailInfo
java.lang.Object
com.metamatrix.console.ui.views.vdb.EntitlementMigrationDetailInfo
public class EntitlementMigrationDetailInfo
- extends java.lang.Object
Data class to represent, for a single data node in a single entitlement,
indicator as to whether the node was successfully migrated from one
entitlement to another, and the authorizations for the node.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MATCHED
public static final int MATCHED
- See Also:
- Constant Field Values
DROPPED
public static final int DROPPED
- See Also:
- Constant Field Values
NEW
public static final int NEW
- See Also:
- Constant Field Values
EntitlementMigrationDetailInfo
public EntitlementMigrationDetailInfo(java.lang.String node,
int result,
DataNodePermissions perm)
getNodeName
public java.lang.String getNodeName()
getMigrationResult
public int getMigrationResult()
getPermissions
public DataNodePermissions getPermissions()
Copyright © 2009. All Rights Reserved.