DLESE Tools
v1.6.0

org.dlese.dpc.services.dds.toolkit
Class CollectionInfo

java.lang.Object
  extended by org.dlese.dpc.services.dds.toolkit.CollectionInfo

public class CollectionInfo
extends Object

Class to cache information about collections obtained from "listCollections" call to DDSServicesToolkit.

Author:
ostwald

Field Summary
 String errorMsg
           
 String formatOfRecords
           
 String label
           
 int numRecords
           
 String recordId
           
 String searchKey
           
 String vocabEntry
           
 
Constructor Summary
CollectionInfo()
           
 
Method Summary
 String getCollectionKey()
          Gets the collectionKey attribute of the CollectionInfo object
 String toString()
          Debugging
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

formatOfRecords

public String formatOfRecords

searchKey

public String searchKey

vocabEntry

public String vocabEntry

recordId

public String recordId

numRecords

public int numRecords

label

public String label

errorMsg

public String errorMsg
Constructor Detail

CollectionInfo

public CollectionInfo()
Method Detail

getCollectionKey

public String getCollectionKey()
Gets the collectionKey attribute of the CollectionInfo object

Returns:
The collectionKey value

toString

public String toString()
Debugging

Overrides:
toString in class Object
Returns:
Stringi representation of the CollectionInfo object

DLESE Tools
v1.6.0