DLESE Tools
v1.6.0

org.dlese.dpc.dds
Class DDSUtils

java.lang.Object
  extended by org.dlese.dpc.dds.DDSUtils

public final class DDSUtils
extends Object

Utility class for working with DDS resources and collections

Author:
Ryan Deardorff

Constructor Summary
DDSUtils()
          Constructor for the DDSUtils object
 
Method Summary
 String[] getContentStandards()
          Gets the contentStandards attribute of the DDSQueryForm object
 void setCurrentResultDoc(ResultDoc result)
          Sets the currentResultDoc attribute of the DDSQueryForm object
 void setMetadataVocab(MetadataVocab vocab)
          Sets the metadataVocab attribute of the DDSUtils object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DDSUtils

public DDSUtils()
Constructor for the DDSUtils object

Method Detail

setMetadataVocab

public void setMetadataVocab(MetadataVocab vocab)
Sets the metadataVocab attribute of the DDSUtils object

Parameters:
vocab - The new metadataVocab value

setCurrentResultDoc

public void setCurrentResultDoc(ResultDoc result)
Sets the currentResultDoc attribute of the DDSQueryForm object

Parameters:
result - The new currentResultDoc value

getContentStandards

public String[] getContentStandards()
Gets the contentStandards attribute of the DDSQueryForm object


DLESE Tools
v1.6.0