iSeries Remote Systems
v6.0.1

com.ibm.etools.iseries.core.ui.wizards.migration
Class ISeriesCPOFilterString

java.lang.Object
  extended bycom.ibm.etools.iseries.core.ui.wizards.migration.ISeriesCPOFilterString

public class ISeriesCPOFilterString
extends Object


Field Summary
static String Copyright
           
static int FILTER_TYPE_LIB
           
static int FILTER_TYPE_LOC
           
static int FILTER_TYPE_MBR
           
static int FILTER_TYPE_OBJ
           
 
Constructor Summary
ISeriesCPOFilterString(String p_wholeString)
           
 
Method Summary
 String getConnectionName()
           
 String getFilterName()
           
 String getFilterPoolName()
           
 String getFilterString()
           
 int getFilterType()
           
 String getHostName()
           
 String getServer()
           
 String getSubSystemFactoryId()
           
 String getSystemType()
           
 String getWholeString()
           
 boolean isChecked()
           
static void resetFilterIndexes()
           
 void setChecked(boolean p_isChecked)
           
 void setConnectionName(String p_connectionName)
           
 void setFilterName(String name)
           
 void setFilterPoolName(String p_filterPoolName)
           
 void setHostName(String p_hostName)
           
 void setSubSystemFactoryId(String p_subSystemFactoryId)
           
 void setSystemType(String p_systemType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Copyright

public static final String Copyright
See Also:
Constant Field Values

FILTER_TYPE_OBJ

public static final int FILTER_TYPE_OBJ
See Also:
Constant Field Values

FILTER_TYPE_MBR

public static final int FILTER_TYPE_MBR
See Also:
Constant Field Values

FILTER_TYPE_LIB

public static final int FILTER_TYPE_LIB
See Also:
Constant Field Values

FILTER_TYPE_LOC

public static final int FILTER_TYPE_LOC
See Also:
Constant Field Values
Constructor Detail

ISeriesCPOFilterString

public ISeriesCPOFilterString(String p_wholeString)
Method Detail

getWholeString

public String getWholeString()

getFilterString

public String getFilterString()

getFilterName

public String getFilterName()

setFilterName

public void setFilterName(String name)

getFilterType

public int getFilterType()

getServer

public String getServer()

setConnectionName

public void setConnectionName(String p_connectionName)

setHostName

public void setHostName(String p_hostName)

getHostName

public String getHostName()

setSystemType

public void setSystemType(String p_systemType)

getSystemType

public String getSystemType()

setSubSystemFactoryId

public void setSubSystemFactoryId(String p_subSystemFactoryId)

getSubSystemFactoryId

public String getSubSystemFactoryId()

getConnectionName

public String getConnectionName()

setFilterPoolName

public void setFilterPoolName(String p_filterPoolName)

getFilterPoolName

public String getFilterPoolName()

resetFilterIndexes

public static void resetFilterIndexes()

setChecked

public void setChecked(boolean p_isChecked)

isChecked

public boolean isChecked()

iSeries Remote Systems
v6.0.1

Copyright © 2005 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.