|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbiz.onixs.fix.engine.Session.WarningArgs
public static class Session.WarningArgs
Warning event data.
Constructor Summary | |
---|---|
Session.WarningArgs()
|
|
Session.WarningArgs(Session.WarningReason reason,
String description)
Creates event data. |
Method Summary | |
---|---|
String |
getDescription()
Returns warning description. |
Session.WarningReason |
getReason()
Returns warning reason. |
void |
setDescription(String description)
|
void |
setReason(Session.WarningReason reason)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Session.WarningArgs()
public Session.WarningArgs(Session.WarningReason reason, String description)
reason
- warning reasondescription
- warning descriptionMethod Detail |
---|
public Session.WarningReason getReason()
public String getDescription()
public void setReason(Session.WarningReason reason)
public void setDescription(String description)
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |