|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jtiger.report.html.FixtureResultBeanImpl
public final class FixtureResultBeanImpl
A bean that is used by the HTML result handler
to produce a report.
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 |
---|
public FixtureResultBeanImpl()
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 toString()
toString
in class Object
public boolean equals(Object o)
true
iff the name and href properties
are equal, false
otherwise.
equals
in class Object
o
- An instance of FixtureResultBeanImpl to compare for equality.
true
iff the name and href 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 |