com.bigllc.retsiq.simpleclient
Class UpdateError

java.lang.Object
  extended by com.bigllc.retsiq.simpleclient.UpdateError

public class UpdateError
extends java.lang.Object

Update error bean. Supplies field error information from failed update transactions.

Author:
Marc G. Smith

Method Summary
 java.lang.String getDescription()
          Get the description associated with the error.
 int getErrorCode()
          Get the error code associated with the error.
 java.lang.String getField()
          Get the field that the error applies to.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getDescription

public java.lang.String getDescription()
Get the description associated with the error.

Returns:
the error description.

getErrorCode

public int getErrorCode()
Get the error code associated with the error.

Returns:
the error code.

getField

public java.lang.String getField()
Get the field that the error applies to.

Returns:
the field name.

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object