story.dbcore.misc
Class DocumentID

java.lang.Object
  extended by story.dbcore.misc.GenericID
      extended by story.dbcore.misc.DocumentID
All Implemented Interfaces:
java.lang.Comparable

public class DocumentID
extends GenericID

Extension of GenericID that semantically represents the ID of a Document.


Field Summary
static DocumentID NO_DOCUMENT
           
 
Constructor Summary
DocumentID(java.lang.String name)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class story.dbcore.misc.GenericID
compareTo, equals, maxLength, toRawString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NO_DOCUMENT

public static DocumentID NO_DOCUMENT
Constructor Detail

DocumentID

public DocumentID(java.lang.String name)
           throws Scheherexception
Throws:
Scheherexception
Method Detail

toString

public java.lang.String toString()
Specified by:
toString in class GenericID


Copyright © 2011 David K. Elson. All Rights Reserved.