|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.softwareag.tamino.db.api.response.TWarningImpl
public class TWarningImpl
TWarningImpl is the implemantation of the TWarning interface.
Constructor Summary | |
---|---|
TWarningImpl(TWarningContentItem warningContentItem)
Create the TWarningImpl instance. |
Method Summary | |
---|---|
java.lang.String |
getCode()
Gets the warning code. |
java.lang.String |
getLine()
Gets the warning line. |
java.lang.String |
getReturnValue()
Gets the Tamino return value. |
java.lang.String |
getText()
Gets the warning text. |
boolean |
hasLine()
Indicates if the warning provides a warning line. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TWarningImpl(TWarningContentItem warningContentItem)
warningContentItem
- the warning informationMethod Detail |
---|
public java.lang.String getReturnValue()
getReturnValue
in interface TWarning
public java.lang.String getCode()
getCode
in interface TWarning
public java.lang.String getText()
getText
in interface TWarning
public boolean hasLine()
hasLine
in interface TWarning
public java.lang.String getLine()
getLine
in interface TWarning
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |