|
||||||||||
| 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.MaximumTime
public class MaximumTime
| 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 | |
|---|---|
MaximumTime()
|
|
MaximumTime(MessageObjectConfig mConfig)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getTestStepId()
Returns the TestStepId instance variable associated to this RequestTimings object. |
java.lang.String |
getTestStepId(java.lang.String appMaximumTime)
Convenience method that returns the reverse translated application value for the application name passed in. |
java.lang.String |
getValue()
Returns the Value instance variable associated to this RequestTimings object. |
java.lang.String |
getValue(java.lang.String appMaximumTime)
Convenience method that returns the reverse translated application value for the application name passed in. |
void |
setTestStepId(java.lang.String aTestStepId)
Sets the TestStepId instance variable associated to this RequestTimings object to the value passed in. |
void |
setValue(java.lang.String aValue)
Sets the Value instance variable associated to this RequestTimings object to the value passed in. |
| 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 MaximumTime()
public MaximumTime(MessageObjectConfig mConfig)
throws EnterpriseObjectException
EnterpriseObjectException| Method Detail |
|---|
public java.lang.String getValue()
public java.lang.String getValue(java.lang.String appMaximumTime)
throws EnterpriseFieldException
String - the name of the application for who the reverse
translations should be performed.
EnterpriseFieldException - if errors occur converting
the current contents of the Value instance variable
to the Application Value associated to the application name passed in.org.openeai.config.EnterpriseFields
public void setValue(java.lang.String aValue)
throws EnterpriseFieldException
String -
EnterpriseFieldException - if the value passed in
does not meet the business rules for the field as specified
in the Enterprise Objects document for this object.org.openeai.config.EnterpriseFieldspublic java.lang.String getTestStepId()
public java.lang.String getTestStepId(java.lang.String appMaximumTime)
throws EnterpriseFieldException
String - the name of the application for who the reverse
translations should be performed.
EnterpriseFieldException - if errors occur converting
the current contents of the TestStepId instance variable
to the Application Value associated to the application name passed in.org.openeai.config.EnterpriseFields
public void setTestStepId(java.lang.String aTestStepId)
throws EnterpriseFieldException
String -
EnterpriseFieldException - if the value passed in
does not meet the business rules for the field as specified
in the Enterprise Objects document for this object.org.openeai.config.EnterpriseFields
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||