jsystem.extensions.report.html.summary
Class Attribute

java.lang.Object
  extended byjsystem.extensions.report.html.summary.Attribute

public class Attribute
extends Object


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

Attribute

public Attribute()

Attribute

public Attribute(String attr)

Attribute

public Attribute(String attr,
                 String value)
Method Detail

getAttribute

public String getAttribute()
Get the value of attribute.

Returns:
Value of attribute.

setAttribute

public void setAttribute(String v)
Set the value of attribute.

Parameters:
v - Value to assign to attribute.

getValue

public String getValue()
Get the value of value.

Returns:
Value of value.

setValue

public void setValue(String v)
Set the value of value.

Parameters:
v - Value to assign to value.

toString

public String toString()