com.ibm.jtopenlite.components
Class ObjectInfo

java.lang.Object
  extended by com.ibm.jtopenlite.components.ObjectInfo

public class ObjectInfo
extends Object

Represents object information returned by the ListObjects class. The toString() and toString2() methods will print the various fields in a format similar to what WRKOBJ does.


Method Summary
 String getAttribute()
           
 String getLibrary()
           
 String getName()
           
 String getStatus()
           
 String getTextDescription()
           
 String getType()
           
 String toString()
           
 String toString2()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getName

public String getName()

getLibrary

public String getLibrary()

getType

public String getType()

getStatus

public String getStatus()

getTextDescription

public String getTextDescription()

getAttribute

public String getAttribute()

toString

public String toString()
Overrides:
toString in class Object

toString2

public String toString2()