public class SearchAttributeDescriptor extends Object
| Constructor and Description |
|---|
SearchAttributeDescriptor(String attributeName) |
SearchAttributeDescriptor(String attributeName,
int attributeNumber) |
SearchAttributeDescriptor(String attributeName,
int attributeNumber,
Map<String,String> editorParameters) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAttributeName() |
int |
getAttributeNumber() |
Map<String,String> |
getEditorParameters() |
String |
getNameAndNumberHash() |
int |
hashCode() |
public SearchAttributeDescriptor(String attributeName, int attributeNumber, Map<String,String> editorParameters)
attributeName - name of the attributeattributeNumber - 0-based index, to distinguish many search condition for the same fieldeditorParameters - parameters defined for the editor specifying this attributepublic SearchAttributeDescriptor(String attributeName, int attributeNumber)
attributeName - name of the attributeattributeNumber - 0-based index, to distinguish many search condition for the same fieldpublic SearchAttributeDescriptor(String attributeName)
Copyright © 2018. All rights reserved.