Class CathNode

java.lang.Object
org.biojava.nbio.structure.cath.CathNode
All Implemented Interfaces:
Serializable

public class CathNode extends Object implements Serializable
Represents a node in the CATH hierarchy.
Author:
Daniel Asarnow
See Also:
  • Field Details

  • Constructor Details

    • CathNode

      public CathNode()
  • Method Details

    • getNodeId

      public String getNodeId()
    • setNodeId

      public void setNodeId(String nodeId)
    • getParentId

      public String getParentId()
    • setParentId

      public void setParentId(String parentId)
    • getRepresentative

      public String getRepresentative()
    • setRepresentative

      public void setRepresentative(String representative)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getCategory

      public CathCategory getCategory()
    • toString

      public String toString()
      Overrides:
      toString in class Object