public class TldItem extends Object implements Comparable<TldItem>
Constructor and Description |
---|
TldItem() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(TldItem object) |
boolean |
equals(Object obj) |
String |
getDescription() |
String |
getExample() |
String |
getName() |
int |
hashCode() |
boolean |
isDeprecated() |
void |
setDeprecated(boolean deprecated) |
void |
setDescription(String description) |
void |
setExample(String example) |
void |
setName(String tagName) |
public String getName()
public void setName(String tagName)
public String getDescription()
public void setDescription(String description)
public String getExample()
public void setExample(String example)
public boolean isDeprecated()
public void setDeprecated(boolean deprecated)
public int compareTo(TldItem object)
compareTo
in interface Comparable<TldItem>
Comparable.compareTo(Object)
public boolean equals(Object obj)
equals
in class Object
Object.equals(Object)
public int hashCode()
hashCode
in class Object
Object.hashCode()
Copyright © 2004–2022 Web-Legacy. All rights reserved.