org.jtiger.report.xml
Class FixtureResultsBeanImpl

java.lang.Object
  extended by org.jtiger.report.xml.FixtureResultsBeanImpl

public final class FixtureResultsBeanImpl
extends Object

A bean that is used by the XML 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
FixtureResultsBeanImpl()
          Create a default FixtureResultsBeanImpl.
 
Method Summary
 boolean equals(Object o)
          Compares two instance of FixtureResultsBeanImpl returning true iff the fixtureResults properties are equal, false otherwise.
 org.jtiger.report.xml.FixtureResultBean[] getFixtureResults()
          Returns the fixtureResults property of the bean.
 int hashCode()
          Returns a hash code for this FixtureResultsBeanImpl based on the fixtureResults property.
 void setFixtureResults(org.jtiger.report.xml.FixtureResultBean[] fixtureResults)
          Sets the fixtureResults property of the bean.
 String toString()
          Returns a java.lang.String representation of the bean, which consists of the fixtureResults property.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FixtureResultsBeanImpl

public FixtureResultsBeanImpl()
Create a default FixtureResultsBeanImpl.

Method Detail

getFixtureResults

public org.jtiger.report.xml.FixtureResultBean[] getFixtureResults()
Returns the fixtureResults property of the bean.

Returns:
The fixtureResults property of the bean.

setFixtureResults

public void setFixtureResults(org.jtiger.report.xml.FixtureResultBean[] fixtureResults)
Sets the fixtureResults property of the bean.

Parameters:
fixtureResults - The fixtureResults property of the bean.

toString

public String toString()
Returns a java.lang.String representation of the bean, which consists of the fixtureResults property.

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

equals

public boolean equals(Object o)
Compares two instance of FixtureResultsBeanImpl returning true iff the fixtureResults properties are equal, false otherwise.

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

hashCode

public int hashCode()
Returns a hash code for this FixtureResultsBeanImpl based on the fixtureResults property.

Overrides:
hashCode in class Object
Returns:
A hash code for this FixtureResultsBeanImpl based on the fixtureResults property.