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 long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description CathNode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CathCategory
getCategory()
String
getDescription()
String
getNodeId()
String
getParentId()
String
getRepresentative()
void
setDescription(String description)
void
setNodeId(String nodeId)
void
setParentId(String parentId)
void
setRepresentative(String representative)
String
toString()
-
-
-
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()
-
-