org.kuali.student.lum.dto.test
Class DictionaryDiscrepencyTester

java.lang.Object
  extended by org.kuali.student.lum.dto.test.DictionaryDiscrepencyTester

public class DictionaryDiscrepencyTester
extends Object


Field Summary
static String UNBOUNDED
           
 
Constructor Summary
DictionaryDiscrepencyTester(String name, String className, ObjectStructureDefinition os, Set<ObjectStructureDefinition> subStructuresAlreadyProcessed, int level, boolean processSubstructures, boolean printOnlyDiscrepencies)
           
 
Method Summary
 List<String> formatForWiki()
           
 String getColSeparator()
           
 String getRowSeperator()
           
 void setColSeparator(String separator)
           
 void setRowSeperator(String rowSeperator)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UNBOUNDED

public static final String UNBOUNDED
See Also:
Constant Field Values
Constructor Detail

DictionaryDiscrepencyTester

public DictionaryDiscrepencyTester(String name,
                                   String className,
                                   ObjectStructureDefinition os,
                                   Set<ObjectStructureDefinition> subStructuresAlreadyProcessed,
                                   int level,
                                   boolean processSubstructures,
                                   boolean printOnlyDiscrepencies)
Method Detail

getRowSeperator

public String getRowSeperator()

setRowSeperator

public void setRowSeperator(String rowSeperator)

getColSeparator

public String getColSeparator()

setColSeparator

public void setColSeparator(String separator)

formatForWiki

public List<String> formatForWiki()


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.