public class TagFile extends TldItem
Constructor and Description |
---|
TagFile() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(TldItem object) |
boolean |
equals(Object obj) |
String |
getPath()
Returns the path.
|
int |
hashCode() |
void |
setPath(String path)
Sets the path.
|
getDescription, getExample, getName, isDeprecated, setDeprecated, setDescription, setExample, setName
public String getPath()
public void setPath(String path)
path
- the path to setpublic int compareTo(TldItem object)
compareTo
in interface Comparable<TldItem>
compareTo
in class TldItem
Comparable.compareTo(Object)
public boolean equals(Object obj)
equals
in class TldItem
Object.equals(Object)
public int hashCode()
hashCode
in class TldItem
Object.hashCode()
Copyright © 2004–2022 Web-Legacy. All rights reserved.