public class HtmlTag extends Object implements Serializable
Constructor and Description |
---|
HtmlTag(String name)
Constructs this HtmlTag from the supplied name.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object) |
String |
getName()
Gets the name of this HtmlTag.
|
int |
hashCode() |
void |
setName(String name)
Sets the name of this HtmlTag.
|
String |
toString()
Deliberately calls default implementation.
|
public HtmlTag(String name)
name
- The name for this HtmlTag.public String getName()
public void setName(String name)
name
- The name of this HtmlTag.public String toString()
Copyright © 2008–2018. All rights reserved.