com.ibm.jtopenlite.components
Class ObjectInfo
java.lang.Object
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.
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()