org.biojava.bio.structure.cath
Class CathNode
java.lang.Object
org.biojava.bio.structure.cath.CathNode
- All Implemented Interfaces:
- java.io.Serializable
public class CathNode
- extends java.lang.Object
- implements java.io.Serializable
Represents a node in the CATH hierarchy.
- Author:
- Daniel Asarnow
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
CathNode
public CathNode()
getNodeId
public java.lang.String getNodeId()
setNodeId
public void setNodeId(java.lang.String nodeId)
getParentId
public java.lang.String getParentId()
setParentId
public void setParentId(java.lang.String parentId)
getRepresentative
public java.lang.String getRepresentative()
setRepresentative
public void setRepresentative(java.lang.String representative)
getDescription
public java.lang.String getDescription()
setDescription
public void setDescription(java.lang.String description)
getCategory
public CathCategory getCategory()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object