org.strbio.util.db
Class ProteinInfo

java.lang.Object
  extended by org.strbio.util.db.Info
      extended by org.strbio.util.db.ProteinInfo
Direct Known Subclasses:
ProteinStructureInfo

public class ProteinInfo
extends Info

This is a parent class for all Info objects concerning proteins.

  Version 1.0, 7/21/99 - original version.
  

Version:
1.0, 7/21/99
Author:
JMC

Field Summary
 Protein protein
          A Protein object associated with this info, or null if it doesn't exist.
 
Fields inherited from class org.strbio.util.db.Info
related
 
Constructor Summary
ProteinInfo()
           
 
Method Summary
 
Methods inherited from class org.strbio.util.db.Info
getClass, processYAPF, writeYAPF
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

protein

public Protein protein
A Protein object associated with this info, or null if it doesn't exist.

Constructor Detail

ProteinInfo

public ProteinInfo()