|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjsystem.extensions.report.html.summary.Attribute
Constructor Summary | |
Attribute()
|
|
Attribute(String attr)
|
|
Attribute(String attr,
String value)
|
Method Summary | |
String |
getAttribute()
Get the value of attribute. |
String |
getValue()
Get the value of value. |
void |
setAttribute(String v)
Set the value of attribute. |
void |
setValue(String v)
Set the value of value. |
String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Attribute()
public Attribute(String attr)
public Attribute(String attr, String value)
Method Detail |
public String getAttribute()
public void setAttribute(String v)
v
- Value to assign to attribute.public String getValue()
public void setValue(String v)
v
- Value to assign to value.public String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |