fedora.server.config
Class DatastoreConfiguration

java.lang.Object
  extended by fedora.server.config.Configuration
      extended by fedora.server.config.DatastoreConfiguration

public class DatastoreConfiguration
extends Configuration


Constructor Summary
DatastoreConfiguration(java.util.List<Parameter> parameters, java.lang.String id, java.lang.String comment)
           
 
Method Summary
 java.lang.String getComment()
           
 java.lang.String getId()
           
 
Methods inherited from class fedora.server.config.Configuration
getParameter, getParameters, setParameterValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DatastoreConfiguration

public DatastoreConfiguration(java.util.List<Parameter> parameters,
                              java.lang.String id,
                              java.lang.String comment)
Method Detail

getId

public java.lang.String getId()

getComment

public java.lang.String getComment()