public class DuplicateRuleFilterItem extends FilterItem
| Constructor and Description |
|---|
DuplicateRuleFilterItem()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
int |
getSortOrder() |
java.lang.String |
getTable() |
void |
load(XmlInputStream __in,
TypeMapper __typeMapper) |
protected void |
loadFields(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setSortOrder(int sortOrder) |
protected void |
setSortOrder(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setTable(java.lang.String table) |
protected void |
setTable(XmlInputStream __in,
TypeMapper __typeMapper) |
java.lang.String |
toString() |
void |
write(javax.xml.namespace.QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper) |
protected void |
writeFields(XmlOutputStream __out,
TypeMapper __typeMapper) |
getField, getOperation, getValue, getValueField, setField, setField, setOperation, setOperation, setValue, setValue, setValueField, setValueFieldpublic int getSortOrder()
public void setSortOrder(int sortOrder)
protected void setSortOrder(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String getTable()
public void setTable(java.lang.String table)
protected void setTable(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic void write(javax.xml.namespace.QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper)
throws java.io.IOException
write in interface XMLizablewrite in class FilterItemjava.io.IOExceptionprotected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws java.io.IOException
writeFields in class FilterItemjava.io.IOExceptionpublic void load(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
load in interface XMLizableload in class FilterItemjava.io.IOExceptionConnectionExceptionprotected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
loadFields in class FilterItemjava.io.IOExceptionConnectionExceptionpublic java.lang.String toString()
toString in class FilterItemCopyright © 2020. All Rights Reserved.