Package org.biojava.nbio.structure.cath
Class CathNode
- java.lang.Object
-
- org.biojava.nbio.structure.cath.CathNode
-
- All Implemented Interfaces:
java.io.Serializable
public class CathNode extends java.lang.Object implements java.io.SerializableRepresents a node in the CATH hierarchy.- Author:
- Daniel Asarnow
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static longserialVersionUID
-
Constructor Summary
Constructors Constructor Description CathNode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CathCategorygetCategory()java.lang.StringgetDescription()java.lang.StringgetNodeId()java.lang.StringgetParentId()java.lang.StringgetRepresentative()voidsetDescription(java.lang.String description)voidsetNodeId(java.lang.String nodeId)voidsetParentId(java.lang.String parentId)voidsetRepresentative(java.lang.String representative)java.lang.StringtoString()
-
-
-
Field Detail
-
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
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:
toStringin classjava.lang.Object
-
-