|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ujac.web.tag.MarkupAttribute
public class MarkupAttribute
Name: MarkupAttribute
Description: A class defining markup attributes.
| 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 |
|---|
public MarkupAttribute()
public MarkupAttribute(String name,
String value)
name - The initial name.value - The initial value.| Method Detail |
|---|
public String getName()
public void setName(String name)
name - The value to set for the property name.public String getValue()
public void setValue(String value)
value - The value to set for the property value.public String toString()
toString in class ObjectObject.toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||