com.metamatrix.console.ui.views.pools
Class PoolConfigTableRowData

java.lang.Object
  extended by com.metamatrix.console.ui.views.pools.PoolConfigTableRowData

public class PoolConfigTableRowData
extends java.lang.Object


Constructor Summary
PoolConfigTableRowData(java.lang.String poolName, java.lang.String poolType, boolean active, ResourceDescriptor nsuResourceDescriptor, ResourceDescriptor suResourceDescriptor)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 ResourceDescriptor getNextStartupResourceDescriptor()
           
 java.lang.String getPoolName()
           
 java.lang.String getPoolType()
           
 ResourceDescriptor getStartupResourceDescriptor()
           
 boolean isActive()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PoolConfigTableRowData

public PoolConfigTableRowData(java.lang.String poolName,
                              java.lang.String poolType,
                              boolean active,
                              ResourceDescriptor nsuResourceDescriptor,
                              ResourceDescriptor suResourceDescriptor)
Method Detail

getPoolName

public java.lang.String getPoolName()

getPoolType

public java.lang.String getPoolType()

isActive

public boolean isActive()

getNextStartupResourceDescriptor

public ResourceDescriptor getNextStartupResourceDescriptor()

getStartupResourceDescriptor

public ResourceDescriptor getStartupResourceDescriptor()

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object


Copyright © 2009. All Rights Reserved.