Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.subsystems.qsys.objects
Class InitialLibraryListEntry

java.lang.Object
  extended by RSEModelObject
      extended by 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


Field Summary
static String copyright
           
protected  String library
           
protected  String position
           
 
Constructor Summary
InitialLibraryListEntry()
          Constructor -----------
 
Method Summary
 boolean commit()
           
 String getLibrary()
           
 String getName()
           
 IRSEPersistableContainer[] getPersistableChildren()
           
 IRSEPersistableContainer getPersistableParent()
           
 String getPosition()
           
 void setLibrary(String newLibrary)
           
 void setPosition(String newPosition)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

copyright

public static final String copyright
See Also:
Constant Field Values

library

protected String library

position

protected String position
Constructor Detail

InitialLibraryListEntry

public InitialLibraryListEntry()
Constructor -----------

Method Detail

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()

Rational Developer for Power Systems Software
V7.6

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.