DLESE Tools
v1.6.0

org.dlese.dpc.schemedit.ndr.util.integration
Class CollectionXSLRecord

java.lang.Object
  extended by org.dlese.dpc.schemedit.ndr.util.integration.CollectionXSLRecord

public class CollectionXSLRecord
extends Object

Wraps a row from CollectionXSLReader, reprsenting information about a particular collection with the purpose of determining overlaps and gaps between the collection management info in NDR and NCS models.

Author:
Jonathan Ostwald

Field Summary
 Element element
           
 
Constructor Summary
CollectionXSLRecord(Element rec)
          Constructor for the CollectionXSLRecord object
 
Method Summary
 String get(String field)
           
static void main(String[] args)
          NOT YET DOCUMENTED
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

element

public Element element
Constructor Detail

CollectionXSLRecord

public CollectionXSLRecord(Element rec)
Constructor for the CollectionXSLRecord object

Parameters:
xslPath - NOT YET DOCUMENTED
Method Detail

get

public String get(String field)

toString

public String toString()
Overrides:
toString in class Object

main

public static void main(String[] args)
NOT YET DOCUMENTED

Parameters:
args - NOT YET DOCUMENTED

DLESE Tools
v1.6.0