public class ReconciliationReportletConf extends AbstractReportletConf
| Modifier and Type | Class and Description |
|---|---|
static class |
ReconciliationReportletConf.Feature |
| Constructor and Description |
|---|
ReconciliationReportletConf() |
ReconciliationReportletConf(String name) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAnyObjectMatchingCond() |
List<ReconciliationReportletConf.Feature> |
getFeatures() |
String |
getGroupMatchingCond() |
String |
getUserMatchingCond() |
void |
setAnyObjectMatchingCond(String anyObjectMatchingCond) |
void |
setGroupMatchingCond(String groupMatchingCond) |
void |
setUserMatchingCond(String userMatchingCond) |
getName, setNameequals, hashCode, toStringpublic ReconciliationReportletConf()
public ReconciliationReportletConf(String name)
public String getUserMatchingCond()
public void setUserMatchingCond(String userMatchingCond)
public String getGroupMatchingCond()
public void setGroupMatchingCond(String groupMatchingCond)
public String getAnyObjectMatchingCond()
public void setAnyObjectMatchingCond(String anyObjectMatchingCond)
public List<ReconciliationReportletConf.Feature> getFeatures()
Copyright © 2010–2016 The Apache Software Foundation. All rights reserved.