DLESE Tools
v1.6.0

org.dlese.dpc.schemedit.standards.asn
Class AsnDocKey

java.lang.Object
  extended by org.dlese.dpc.schemedit.standards.asn.AsnDocKey

public class AsnDocKey
extends Object

Class to manage many standards documents, represented as StandardTree instances. This class makes use of a TreeCache to reduce the memory required.

Author:
Jonathan Ostwald

Constructor Summary
AsnDocKey(AsnDocument doc)
          Constructor for the AsnDocKey object
AsnDocKey(String author, String topic, String created)
           
AsnDocKey(String author, String topic, String created, String uid)
          Constructor for the AsnDocKey object with provided field data
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AsnDocKey

public AsnDocKey(AsnDocument doc)
Constructor for the AsnDocKey object

Parameters:
doc - NOT YET DOCUMENTED

AsnDocKey

public AsnDocKey(String author,
                 String topic,
                 String created)

AsnDocKey

public AsnDocKey(String author,
                 String topic,
                 String created,
                 String uid)
Constructor for the AsnDocKey object with provided field data

Parameters:
author - the author
topic - the topic
created - the created
Method Detail

toString

public String toString()
Overrides:
toString in class Object

DLESE Tools
v1.6.0