|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openeai.OpenEaiObject
org.openeai.moa.EnterpriseObjectBase
org.openeai.moa.XmlEnterpriseObjectImpl
org.openeai.moa.objects.testsuite.TestStatus
public class TestStatus
A Class that wraps the TestStatus element as specified in the OpenEAI TestSuite definition.
| Field Summary |
|---|
| Fields inherited from class org.openeai.moa.XmlEnterpriseObjectImpl |
|---|
ENTERPRISE_FIELDS, XML_LAYOUT_MANAGER |
| Fields inherited from class org.openeai.OpenEaiObject |
|---|
logger |
| Constructor Summary | |
|---|---|
TestStatus()
|
|
TestStatus(MessageObjectConfig mConfig)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getElapsedRequestTime()
|
Failure |
getFailure()
|
java.lang.String |
getValue()
|
void |
setElapsedRequestTime(java.lang.String elapsedTime)
|
void |
setFailure(Failure failure)
|
void |
setValue(java.lang.String value)
|
| Methods inherited from class org.openeai.OpenEaiObject |
|---|
getAppName, getDebug, getFromAddr, getMailHost, getMailService, getProperties, getToAddr, initializeLog4j, initializeLog4j, initializeLog4j, setAppName, setDebug, setFromAddr, setMailHost, setMailService, setProperties, setToAddr |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.openeai.PubliclyCloneable |
|---|
clone |
| Constructor Detail |
|---|
public TestStatus()
public TestStatus(MessageObjectConfig mConfig)
throws EnterpriseObjectException
EnterpriseObjectException| Method Detail |
|---|
public java.lang.String getValue()
public void setValue(java.lang.String value)
throws EnterpriseFieldException
EnterpriseFieldExceptionpublic java.lang.String getElapsedRequestTime()
public void setElapsedRequestTime(java.lang.String elapsedTime)
throws EnterpriseFieldException
EnterpriseFieldExceptionpublic Failure getFailure()
public void setFailure(Failure failure)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||