org.ujac.web.tag
Class MarkupAttribute

java.lang.Object
  extended by org.ujac.web.tag.MarkupAttribute
All Implemented Interfaces:
Serializable

public class MarkupAttribute
extends Object
implements Serializable

Name: MarkupAttribute
Description: A class defining markup attributes.

Author:
lauerc
See Also:
Serialized Form

Constructor Summary
MarkupAttribute()
          Constructs a MarkupAttribute instance with specific attributes.
MarkupAttribute(String name, String value)
          Constructs a MarkupAttribute instance with specific attributes.
 
Method Summary
 String getName()
          Getter method for the the property name.
 String getValue()
          Getter method for the the property value.
 void setName(String name)
          Setter method for the the property name.
 void setValue(String value)
          Setter method for the the property value.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MarkupAttribute

public MarkupAttribute()
Constructs a MarkupAttribute instance with specific attributes.


MarkupAttribute

public MarkupAttribute(String name,
                       String value)
Constructs a MarkupAttribute instance with specific attributes.

Parameters:
name - The initial name.
value - The initial value.
Method Detail

getName

public String getName()
Getter method for the the property name.

Returns:
The current value of property name.

setName

public void setName(String name)
Setter method for the the property name.

Parameters:
name - The value to set for the property name.

getValue

public String getValue()
Getter method for the the property value.

Returns:
The current value of property value.

setValue

public void setValue(String value)
Setter method for the the property value.

Parameters:
value - The value to set for the property value.

toString

public String toString()
Overrides:
toString in class Object
See Also:
Object.toString()


Copyright © 2003-2004 UJAC.org. All Rights Reserved.