gov.noaa.gdsg.xmldbremote.manage
Class BaseRecordAdmin

java.lang.Object
  extended by gov.noaa.gdsg.xmldbremote.manage.BaseRecordAdmin
Direct Known Subclasses:
CollectionQuerier, RecordInserter, RecordModifier, RecordRemover

public class BaseRecordAdmin
extends java.lang.Object

Provides setter methods for the collectionManager.

Version:
$Id: BaseRecordAdmin.java,v 1.1 2004/10/29 17:47:13 mrxtravis Exp $
Author:
tns

Field Summary
protected  CollectionManager collectionManager
          Holds value of property collectionManager.
 
Constructor Summary
BaseRecordAdmin()
          Creates a new instance of BaseRecordAdmin
 
Method Summary
 CollectionManager getCollectionManager()
          Getter for property collectionManager.
 void setCollectionManager(CollectionManager collectionManager)
          Setter for property collectionManager.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

collectionManager

protected CollectionManager collectionManager
Holds value of property collectionManager.

Constructor Detail

BaseRecordAdmin

public BaseRecordAdmin()
Creates a new instance of BaseRecordAdmin

Method Detail

getCollectionManager

public CollectionManager getCollectionManager()
Getter for property collectionManager.

Returns:
Value of property collectionManager.

setCollectionManager

public void setCollectionManager(CollectionManager collectionManager)
Setter for property collectionManager.

Parameters:
collectionManager - New value of property collectionManager.


Copyright © 2004-2005 DOC > NOAA > NGDC > EDSD. All Rights Reserved.