Class MergeAttributeEntryHandler

    • Field Detail

      • HASH_CODE_SEED

        private static final int HASH_CODE_SEED
        hash code seed.
        See Also:
        Constant Field Values
      • mergeAttributeName

        private String mergeAttributeName
        Attribute name to add merge values into.
      • attributeNames

        private String[] attributeNames
        Attribute names to read values from.
    • Constructor Detail

      • MergeAttributeEntryHandler

        public MergeAttributeEntryHandler()
        Default constructor.
      • MergeAttributeEntryHandler

        public MergeAttributeEntryHandler​(String mergeName,
                                          String[] attrNames)
        Creates a ew merge attribute entry handler.
        Parameters:
        mergeName - attribute name to merge values into
        attrNames - attribute names to read values from
    • Method Detail

      • getMergeAttributeName

        public String getMergeAttributeName()
        Returns the merge attribute name.
        Returns:
        merge attribute name
      • setMergeAttributeName

        public void setMergeAttributeName​(String name)
        Sets the merge attribute name.
        Parameters:
        name - of the merge attribute
      • getAttributeNames

        public String[] getAttributeNames()
        Returns the attribute names.
        Returns:
        attribute names
      • setAttributeNames

        public void setAttributeNames​(String... names)
        Sets the attribute names.
        Parameters:
        names - of the attributes