|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jtiger.report.xml.FixtureResultsBeanImpl
public final class FixtureResultsBeanImpl
A bean that is used by the XML result handler to produce a report.
| 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 |
|---|
public FixtureResultsBeanImpl()
| Method Detail |
|---|
public org.jtiger.report.xml.FixtureResultBean[] getFixtureResults()
public void setFixtureResults(org.jtiger.report.xml.FixtureResultBean[] fixtureResults)
fixtureResults - The fixtureResults property of the bean.public String toString()
toString in class Objectpublic boolean equals(Object o)
true iff the fixtureResults
properties are equal, false otherwise.
equals in class Objecto - An instance of FixtureResultsBeanImpl to compare for equality.
true iff the fixtureResults 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 | ||||||||