Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.services.qsys.objects
Class QSYSHostMessageDescription

java.lang.Object
  extended by com.ibm.etools.iseries.services.qsys.objects.QSYSHostMessageDescription
All Implemented Interfaces:
IQSYSMessageDescription
Direct Known Subclasses:
QSYSRemoteMessageDescription

public class QSYSHostMessageDescription
extends Object
implements IQSYSMessageDescription

Class representing an IBM i message description.


Field Summary
static String copyright
           
 
Constructor Summary
QSYSHostMessageDescription()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getAbsoluteName()
          Return the absolute name for the message descriptor
 IQSYSMessageFile getFile()
          Returns the name of the message file which contains this message description.
 String getHelp()
          Retrieve the message help
 String getID()
          Retrieve the message id
 String getMessage()
           
 int getSeverity()
          Retrieve the message severity
 String getText()
          Retrieve the message text
 int hashCode()
           
 void setFile(IQSYSMessageFile file)
          Set the file name
 void setHelp(String help)
          Set the message help
 void setID(String id)
          Set the id
 void setSeverity(int severity)
          Set the severity
 void setText(String text)
          Set the message text
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

copyright

public static String copyright
Constructor Detail

QSYSHostMessageDescription

public QSYSHostMessageDescription()
Method Detail

getAbsoluteName

public String getAbsoluteName()
Description copied from interface: IQSYSMessageDescription
Return the absolute name for the message descriptor

Specified by:
getAbsoluteName in interface IQSYSMessageDescription

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getHelp

public String getHelp()
Description copied from interface: IQSYSMessageDescription
Retrieve the message help

Specified by:
getHelp in interface IQSYSMessageDescription

getID

public String getID()
Description copied from interface: IQSYSMessageDescription
Retrieve the message id

Specified by:
getID in interface IQSYSMessageDescription

getMessage

public String getMessage()

getSeverity

public int getSeverity()
Description copied from interface: IQSYSMessageDescription
Retrieve the message severity

Specified by:
getSeverity in interface IQSYSMessageDescription

getText

public String getText()
Description copied from interface: IQSYSMessageDescription
Retrieve the message text

Specified by:
getText in interface IQSYSMessageDescription

setFile

public void setFile(IQSYSMessageFile file)
Description copied from interface: IQSYSMessageDescription
Set the file name

Specified by:
setFile in interface IQSYSMessageDescription

setHelp

public void setHelp(String help)
Description copied from interface: IQSYSMessageDescription
Set the message help

Specified by:
setHelp in interface IQSYSMessageDescription

setID

public void setID(String id)
Description copied from interface: IQSYSMessageDescription
Set the id

Specified by:
setID in interface IQSYSMessageDescription

setSeverity

public void setSeverity(int severity)
Description copied from interface: IQSYSMessageDescription
Set the severity

Specified by:
setSeverity in interface IQSYSMessageDescription

setText

public void setText(String text)
Description copied from interface: IQSYSMessageDescription
Set the message text

Specified by:
setText in interface IQSYSMessageDescription

getFile

public IQSYSMessageFile getFile()
Description copied from interface: IQSYSMessageDescription
Returns the name of the message file which contains this message description.

Specified by:
getFile in interface IQSYSMessageDescription

toString

public String toString()
Overrides:
toString in class Object

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.