public class ThCatalogueBean extends Object implements Serializable, Comparable<ThCatalogueBean>
| Constructor and Description |
|---|
ThCatalogueBean() |
ThCatalogueBean(String name,
String path,
Boolean isDefault) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(ThCatalogueBean o) |
String |
getName() |
String |
getPath() |
Boolean |
isDefault() |
void |
setIsDefault(Boolean isDefault) |
void |
setName(String name) |
void |
setPath(String path) |
String |
toString() |
public String getName()
public String getPath()
public Boolean isDefault()
public void setName(String name)
name - the name to setpublic void setPath(String path)
path - the path to setpublic void setIsDefault(Boolean isDefault)
isDefault - the isDefault to setpublic int compareTo(ThCatalogueBean o)
compareTo in interface Comparable<ThCatalogueBean>Copyright © 2018. All Rights Reserved.