DLESE Tools
v1.6.0

org.dlese.dpc.services.dcs
Class PutRecordData

java.lang.Object
  extended by org.dlese.dpc.services.dcs.PutRecordData

public class PutRecordData
extends Object


Constructor Summary
PutRecordData()
           
 
Method Summary
 String getCollection()
           
 Document getDocument()
           
 String getFormat()
           
 String getId()
           
 void init(String recordXml, String format, String collection, FrameworkRegistry frameworks)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PutRecordData

public PutRecordData()
Method Detail

getId

public String getId()

getCollection

public String getCollection()

getFormat

public String getFormat()

getDocument

public Document getDocument()

init

public void init(String recordXml,
                 String format,
                 String collection,
                 FrameworkRegistry frameworks)
          throws Exception
Throws:
Exception

DLESE Tools
v1.6.0