uk.ac.man.bioinf.sequence.identifier
Class SimpleIdentifier

java.lang.Object
  |
  +--uk.ac.man.bioinf.sequence.identifier.AbstractIdentifier
        |
        +--uk.ac.man.bioinf.sequence.identifier.SimpleIdentifier
All Implemented Interfaces:
Identifier

public class SimpleIdentifier
extends AbstractIdentifier

SimpleIdentifier.java Created: Wed Jul 5 19:30:33 2000

Version:
$Id: SimpleIdentifier.java,v 1.4 2001/04/11 17:04:43 lord Exp $
Author:
Phillip Lord

Constructor Summary
SimpleIdentifier(String title)
           
SimpleIdentifier(String title, Source source)
           
 
Method Summary
 String getTitle()
          Gets a human readable title for the Sequence
 
Methods inherited from class uk.ac.man.bioinf.sequence.identifier.AbstractIdentifier
getSource, setSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleIdentifier

public SimpleIdentifier(String title)

SimpleIdentifier

public SimpleIdentifier(String title,
                        Source source)
Method Detail

getTitle

public String getTitle()
Description copied from interface: Identifier
Gets a human readable title for the Sequence

Returns: