com.ibm.etools.iseries.subsystems.qsys.objects
Class InitialLibraryListEntry
java.lang.Object
RSEModelObject
com.ibm.etools.iseries.subsystems.qsys.objects.InitialLibraryListEntry
- All Implemented Interfaces:
- IInitialLibraryListEntry
public class InitialLibraryListEntry
- extends RSEModelObject
- implements IInitialLibraryListEntry
This class encapsulated the library list property stored in the command subsystem
copyright
public static final String copyright
- See Also:
- Constant Field Values
library
protected String library
position
protected String position
InitialLibraryListEntry
public InitialLibraryListEntry()
- Constructor
-----------
getLibrary
public String getLibrary()
- Specified by:
getLibrary
in interface IInitialLibraryListEntry
- Returns:
- The value of the Library attribute
setLibrary
public void setLibrary(String newLibrary)
- Specified by:
setLibrary
in interface IInitialLibraryListEntry
- Parameters:
newLibrary
- The new value of the Library attribute
getPosition
public String getPosition()
- Specified by:
getPosition
in interface IInitialLibraryListEntry
- Returns:
- The value of the Position attribute
setPosition
public void setPosition(String newPosition)
- Specified by:
setPosition
in interface IInitialLibraryListEntry
- Parameters:
newPosition
- The new value of the Position attribute
toString
public String toString()
getName
public String getName()
commit
public boolean commit()
getPersistableChildren
public IRSEPersistableContainer[] getPersistableChildren()
getPersistableParent
public IRSEPersistableContainer getPersistableParent()
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.