public class CathNode extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
Constructor and Description |
---|
CathNode() |
Modifier and Type | Method and Description |
---|---|
CathCategory |
getCategory() |
String |
getDescription() |
String |
getNodeId() |
String |
getParentId() |
String |
getRepresentative() |
void |
setDescription(String description) |
void |
setNodeId(String nodeId) |
void |
setParentId(String parentId) |
void |
setRepresentative(String representative) |
String |
toString() |
public static final long serialVersionUID
public CathNode()
public String getParentId()
public void setParentId(String parentId)
public String getRepresentative()
public void setRepresentative(String representative)
public String getDescription()
public void setDescription(String description)
public CathCategory getCategory()
Copyright © 2000–2019 BioJava. All rights reserved.