com.ibm.jtopenlite.components
Class MessageInfo

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

public class MessageInfo
extends Object

Represents message information returned by the ListQSYSOPRMessages class. The toString() and toString2() methods will print the various fields in a format similar to what DSPMSG QSYSOPR does.


Method Summary
 String getDate()
           
 String getIdentifier()
           
 int getKey()
           
 String getMicroseconds()
           
 String getReplyStatus()
           
 int getSeverity()
           
 String getText()
           
 String getTime()
           
 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

getSeverity

public int getSeverity()

getIdentifier

public String getIdentifier()

getType

public String getType()

getKey

public int getKey()

getDate

public String getDate()

getTime

public String getTime()

getMicroseconds

public String getMicroseconds()

getReplyStatus

public String getReplyStatus()

getText

public String getText()

toString

public String toString()
Overrides:
toString in class Object

toString2

public String toString2()