Class IBMiMessage

java.lang.Object
com.ibm.as400.access.AS400Message
com.ibm.as400.access.IBMiMessage
All Implemented Interfaces:
Serializable

public class IBMiMessage extends com.ibm.as400.access.AS400Message implements Serializable
See Also:
  • Field Summary

    Fields inherited from class com.ibm.as400.access.AS400Message

    COMPLETION, DIAGNOSTIC, ESCAPE, ESCAPE_NOT_HANDLED, INFORMATIONAL, INQUIRY, MESSAGE_OPTION_ALL, MESSAGE_OPTION_NONE, MESSAGE_OPTION_UP_TO_10, NOTIFY, NOTIFY_NOT_HANDLED, REPLY_FROM_SYSTEM_REPLY_LIST, REPLY_MESSAGE_DEFAULT_USED, REPLY_NOT_VALIDITY_CHECKED, REPLY_SYSTEM_DEFAULT_USED, REPLY_VALIDITY_CHECKED, REQUEST, REQUEST_WITH_PROMPTING, SENDERS_COPY
  • Constructor Summary

    Constructors
    Constructor
    Description
    IBMiMessage(IBMi ibmi, com.ibm.as400.access.AS400Message as400Message)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
     
     
    int
     

    Methods inherited from class com.ibm.as400.access.AS400Message

    getAlertOption, getCreateDate, getDataCcsidConversionStatusIndicator, getDefaultReply, getFileName, getHelp, getID, getKey, getLibraryName, getMessageFileLibrarySpecified, getModificationDate, getPath, getReceivingProgramInstructionNumber, getReceivingProgramName, getReceivingType, getSendingProgramInstructionNumber, getSendingProgramName, getSendingType, getSeverity, getSubstitutionData, getText, getTextCcsidConversionStatusIndicator, getType, load, load, setAlertOption, setCreateDate, setDataCcsidConversionStatusIndicator, setKey, setMessageFileLibrarySpecified, setModificationDate, setReceivingProgramInstructionNumber, setReceivingProgramName, setReceivingType, setSendingProgramInstructionNumber, setSendingProgramName, setSendingType, setTextCcsidConversionStatusIndicator, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • IBMiMessage

      public IBMiMessage(IBMi ibmi, com.ibm.as400.access.AS400Message as400Message)
  • Method Details

    • getDate

      public Calendar getDate()
      Overrides:
      getDate in class com.ibm.as400.access.AS400Message
    • getSubstitutionDataAsString

      public String getSubstitutionDataAsString()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class com.ibm.as400.access.AS400Message
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object