com.etasoft.trans.transaction
Class axInfoList.axInfoListItem

java.lang.Object
  extended bycom.etasoft.trans.transaction.axInfoList.axInfoListItem
Enclosing class:
axInfoList

public class axInfoList.axInfoListItem
extends java.lang.Object

Internal object kept in the info list.


Constructor Summary
axInfoList.axInfoListItem(java.lang.String msg, int position, int type)
           
 
Method Summary
 java.lang.String getMessage()
          Error or warning message.
 int getPosition()
          Position in the file where error happens.
 boolean isError()
          Info list item type is error.
 boolean isWarning()
          Info list item type is error.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

axInfoList.axInfoListItem

public axInfoList.axInfoListItem(java.lang.String msg,
                                 int position,
                                 int type)
Method Detail

getMessage

public java.lang.String getMessage()
Error or warning message.


getPosition

public int getPosition()
Position in the file where error happens.


isError

public boolean isError()
Info list item type is error.


isWarning

public boolean isWarning()
Info list item type is error.