Class SearchAttributeDescriptor


  • public class SearchAttributeDescriptor
    extends java.lang.Object
    Agregates information about attribute name and attribute number

    • Constructor Detail

      • SearchAttributeDescriptor

        public SearchAttributeDescriptor​(java.lang.String attributeName,
                                         int attributeNumber,
                                         java.util.Map<java.lang.String,​java.lang.String> editorParameters)
        Parameters:
        attributeName - name of the attribute
        attributeNumber - 0-based index, to distinguish many search condition for the same field
        editorParameters - parameters defined for the editor specifying this attribute
      • SearchAttributeDescriptor

        public SearchAttributeDescriptor​(java.lang.String attributeName,
                                         int attributeNumber)
        Parameters:
        attributeName - name of the attribute
        attributeNumber - 0-based index, to distinguish many search condition for the same field
      • SearchAttributeDescriptor

        public SearchAttributeDescriptor​(java.lang.String attributeName)
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • getAttributeName

        public java.lang.String getAttributeName()
      • getAttributeNumber

        public int getAttributeNumber()
      • getEditorParameters

        public java.util.Map<java.lang.String,​java.lang.String> getEditorParameters()
      • getNameAndNumberHash

        public java.lang.String getNameAndNumberHash()