|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.bigllc.retsiq.simpleclient.UpdateWarning
public class UpdateWarning
Update warning bean. Supplies field warning information from failed update transactions.
| Nested Class Summary | |
|---|---|
static class |
UpdateWarning.ResponseRequired
The response type required. |
| Method Summary | |
|---|---|
int |
getCode()
Get the warning code associated with the warning. |
java.lang.String |
getField()
Get the field that the error applies to. |
int |
getOffset()
Get the offset of the error. |
UpdateWarning.ResponseRequired |
getResponseRequired()
Get the type of response required for this warning. |
java.lang.String |
getText()
Get the description associated with the warning. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public java.lang.String getText()
public int getCode()
public java.lang.String getField()
public int getOffset()
public UpdateWarning.ResponseRequired getResponseRequired()
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||