org.mycore.frontend.redundancy
Class MCRRedundancyTypeData
java.lang.Object
org.mycore.frontend.redundancy.MCRRedundancyTypeData
public class MCRRedundancyTypeData
- extends Object
Data holder class for a redundancy object type.
- Author:
- Matthias Eichner
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
type
protected String type
tableHead
protected String tableHead
fieldsToSort
protected List<MCRSortBy> fieldsToSort
fieldsToCompare
protected List<MCRFieldDef> fieldsToCompare
xpathToCompareList
protected List<XPath> xpathToCompareList
MCRRedundancyTypeData
public MCRRedundancyTypeData(String alias)
throws MCRConfigurationException
- Throws:
MCRConfigurationException
init
protected void init(String alias)
throws MCRConfigurationException
- Throws:
MCRConfigurationException
createFieldsToSort
protected void createFieldsToSort(String fieldsToSortString)
createFieldsToCompare
protected void createFieldsToCompare(String fieldsToCompareString)
createXPathCompareList
protected void createXPathCompareList(String xpathCompareString)
throws JDOMException
- Throws:
JDOMException
getType
public String getType()
getTableHead
public String getTableHead()
getFieldsToSort
public List<MCRSortBy> getFieldsToSort()
getFieldsToCompare
public List<MCRFieldDef> getFieldsToCompare()
getXPathCompareList
public List<XPath> getXPathCompareList()