Package org.biojava.nbio.structure.cath
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:
- 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()StringgetDescription()StringgetNodeId()StringgetParentId()StringgetRepresentative()voidsetDescription(String description)voidsetNodeId(String nodeId)voidsetParentId(String parentId)voidsetRepresentative(String representative)StringtoString()
-
-
-
Field Detail
-
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CathNode
public CathNode()
-
-
Method Detail
-
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()
-
-