org.biojava.bio.structure.cath
Class CathNode

java.lang.Object
  extended by 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

Field Summary
static long serialVersionUID
           
 
Constructor Summary
CathNode()
           
 
Method Summary
 CathCategory getCategory()
           
 java.lang.String getDescription()
           
 java.lang.String getNodeId()
           
 java.lang.String getParentId()
           
 java.lang.String getRepresentative()
           
 void setDescription(java.lang.String description)
           
 void setNodeId(java.lang.String nodeId)
           
 void setParentId(java.lang.String parentId)
           
 void setRepresentative(java.lang.String representative)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

CathNode

public CathNode()
Method Detail

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