Package org.dlese.dpc.dds
Class DDSUtils
java.lang.Object
org.dlese.dpc.dds.DDSUtils
Utility class for working with DDS resources and collections
- Author:
- Ryan Deardorff
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]Gets the contentStandards attribute of the DDSQueryForm objectvoidsetCurrentResultDoc(ResultDoc result) Sets the currentResultDoc attribute of the DDSQueryForm objectvoidsetMetadataVocab(MetadataVocab vocab) Sets the metadataVocab attribute of the DDSUtils object
-
Constructor Details
-
DDSUtils
public DDSUtils()Constructor for the DDSUtils object
-
-
Method Details
-
setMetadataVocab
Sets the metadataVocab attribute of the DDSUtils object- Parameters:
vocab- The new metadataVocab value
-
setCurrentResultDoc
Sets the currentResultDoc attribute of the DDSQueryForm object- Parameters:
result- The new currentResultDoc value
-
getContentStandards
Gets the contentStandards attribute of the DDSQueryForm object
-