Class 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
    • 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)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object