org.jtiger.report.html
Class OverallResultBeanImpl

java.lang.Object
  extended by org.jtiger.report.html.OverallResultBeanImpl

public final class OverallResultBeanImpl
extends Object

A bean that is used by the HTML result handler to produce a report.

Version:
2.1
Build Number 0376
Build Time 2006-07-28 01:50.16.218 CET (GMT + 1)
Author:
Tony Morris
See Also:
Serialized Form

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

OverallResultBeanImpl

public OverallResultBeanImpl()
Create a default OverallResultBeanImpl.

Method Detail

getName

public String getName()
Returns the name property of the bean.

Returns:
The name property of the bean.

setName

public void setName(String name)
Sets the name property of the bean.

Parameters:
name - The name property of the bean.

getHref

public String getHref()
Returns the href property of the bean.

Returns:
The href property of the bean.

setHref

public void setHref(String href)
Sets the href property of the bean.

Parameters:
href - The href property of the bean.

getDescription

public String getDescription()
Returns the href property of the bean.

Returns:
The href property of the bean.

setDescription

public void setDescription(String description)
Sets the description property of the bean.

Parameters:
description - The description property of the bean.

getElapsedTime

public String getElapsedTime()
Returns the description property of the bean.

Returns:
The description property of the bean.

setElapsedTime

public void setElapsedTime(String elapsedTime)
Sets the elapsedTime property of the bean.

Parameters:
elapsedTime - The elapsedTime property of the bean.

getResult

public String getResult()
Returns the result property of the bean.

Returns:
The result property of the bean.

setResult

public void setResult(String result)
Sets the result property of the bean.

Parameters:
result - The elapsedTime property of the bean.

toString

public 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.

Overrides:
toString in class Object
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.

equals

public boolean equals(Object o)
Compares two instance of OverallResultBeanImpl returning true iff the name, href, description, elapsedTime, and result properties are equal, false otherwise.

Overrides:
equals in class Object
Parameters:
o - An instance of OverallResultBeanImpl to compare for equality.
Returns:
true iff the name, href, description, elapsedTime, and result properties are equal, false otherwise.

hashCode

public int hashCode()
Returns a hash code for this OverallResultBeanImpl based on the name, href, description, elapsedTime, and result properties.

Overrides:
hashCode in class Object
Returns:
A hash code for this OverallResultBeanImpl based on the name, href, description, elapsedTime, and result properties.