com.ibm.etools.iseries.perspective.model
Class AbstractISeriesIFSRoot
java.lang.Object
com.ibm.etools.iseries.perspective.model.AbstractISeriesResource
com.ibm.etools.iseries.perspective.model.AbstractISeriesParent
com.ibm.etools.iseries.perspective.model.AbstractISeriesContainer
com.ibm.etools.iseries.perspective.model.AbstractISeriesIFSRoot
- All Implemented Interfaces:
- IISeriesResourceActionFilter
public abstract class AbstractISeriesIFSRoot
- extends AbstractISeriesContainer
Fields inherited from class com.ibm.etools.iseries.perspective.model.AbstractISeriesResource |
CONTAINER, IFS_CONTAINER, IFS_MEMBER, IFS_ROOT, LOCAL, LOCAL_AND_REMOTE, MEMBER, NATIVE_LIBRARY, NATIVE_MEMBER, NATIVE_OBJECT, NATIVE_ROOT, PROJECT, PROJECT_ROOT, REMOTE |
Methods inherited from class com.ibm.etools.iseries.perspective.model.AbstractISeriesResource |
accept, getAdapter, getBaseIResource, getISeriesProject, getIsLocal, getIsNative, getIsSynchronized, getLocationMask, getMarkerSeverity, getParent, getPropertiesModel, refreshPropertiesModel, setIsLocal, setIsNative, setIsSynchronized, synchronize, testAttribute, toString |
Copyright
public static final String Copyright
- See Also:
- Constant Field Values
IFSContainers
protected Vector IFSContainers
IFSMembers
protected Vector IFSMembers
AbstractISeriesIFSRoot
public AbstractISeriesIFSRoot()
getProject
public AbstractISeriesProject getProject()
- Access method for the project property.
- Returns:
- the current value of the project property
setProject
public void setProject(AbstractISeriesProject aProject)
- Sets the value of the project property.
- Parameters:
aProject
- the new value of the project property
getIFSContainers
public Vector getIFSContainers()
- Access method for the IFSContainers property.
- Returns:
- the current value of the IFSContainers property
setIFSContainers
public void setIFSContainers(Vector aIFSContainers)
- Sets the value of the IFSContainers property.
- Parameters:
aIFSContainers
- the new value of the IFSContainers property
getIFSMembers
public Vector getIFSMembers()
- Access method for the IFSMembers property.
- Returns:
- the current value of the IFSMembers property
setIFSMembers
public void setIFSMembers(Vector aIFSMembers)
- Sets the value of the IFSMembers property.
- Parameters:
aIFSMembers
- the new value of the IFSMembers property
Copyright © 2011 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.