org.jtiger.report.html
Class FixtureResultBeanImpl

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

public final class FixtureResultBeanImpl
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
FixtureResultBeanImpl()
          Create a default FixtureResultBeanImpl.
 
Method Summary
 boolean equals(Object o)
          Compares two instance of FixtureResultBeanImpl returning true iff the name and href properties are equal, false otherwise.
 String getHref()
          Returns the href property of the bean.
 String getName()
          Returns the name property of the bean.
 int hashCode()
          Returns a hash code for this FixtureResultBeanImpl based on the name and href properties.
 void setHref(String href)
          Sets the href property of the bean.
 void setName(String name)
          Sets the name property of the bean.
 String toString()
          Returns a java.lang.String representation of the bean, which consists of the name property and the href proeprty.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FixtureResultBeanImpl

public FixtureResultBeanImpl()
Create a default FixtureResultBeanImpl.

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.

toString

public String toString()
Returns a java.lang.String representation of the bean, which consists of the name property and the href proeprty.

Overrides:
toString in class Object
Returns:
A java.lang.String representation of the bean, which consists of the name property and the href proeprty.

equals

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

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

hashCode

public int hashCode()
Returns a hash code for this FixtureResultBeanImpl based on the name and href properties.

Overrides:
hashCode in class Object
Returns:
A hash code for this FixtureResultBeanImpl based on the name and href properties.