|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jtiger.report.html.OverallResultBeanImpl
public final class OverallResultBeanImpl
A bean that is used by the HTML result handler
to produce a report.
Constructor Summary | |
---|---|
OverallResultBeanImpl()
Create a default OverallResultBeanImpl. |
Method Summary | |
---|---|
boolean |
equals(Object o)
Compares two instance of OverallResultBeanImpl returning true iff the name, href, description,
elapsedTime, and result properties are equal, false otherwise. |
String |
getDescription()
Returns the href property of the bean. |
String |
getElapsedTime()
Returns the description property of the bean. |
String |
getHref()
Returns the href property of the bean. |
String |
getName()
Returns the name property of the bean. |
String |
getResult()
Returns the result property of the bean. |
int |
hashCode()
Returns a hash code for this OverallResultBeanImpl based on the name, href, description, elapsedTime, and result properties. |
void |
setDescription(String description)
Sets the description property of the bean. |
void |
setElapsedTime(String elapsedTime)
Sets the elapsedTime property of the bean. |
void |
setHref(String href)
Sets the href property of the bean. |
void |
setName(String name)
Sets the name property of the bean. |
void |
setResult(String result)
Sets the result property of the bean. |
String |
toString()
Returns a java.lang.String representation of the bean, which consists of the name property, the href property, the description property, the elapsedTime property, and the result property. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public OverallResultBeanImpl()
Method Detail |
---|
public String getName()
public void setName(String name)
name
- The name property of the bean.public String getHref()
public void setHref(String href)
href
- The href property of the bean.public String getDescription()
public void setDescription(String description)
description
- The description property of the bean.public String getElapsedTime()
public void setElapsedTime(String elapsedTime)
elapsedTime
- The elapsedTime property of the bean.public String getResult()
public void setResult(String result)
result
- The elapsedTime property of the bean.public String toString()
toString
in class Object
public boolean equals(Object o)
true
iff the name, href, description,
elapsedTime, and result properties are equal, false
otherwise.
equals
in class Object
o
- An instance of OverallResultBeanImpl to compare for equality.
true
iff the name, href, description, elapsedTime, and result properties are equal,
false
otherwise.public int hashCode()
hashCode
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |