Class XmlResourceKey

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<XmlResourceKey>

    public class XmlResourceKey
    extends java.lang.Object
    implements java.io.Serializable, java.lang.Comparable<XmlResourceKey>, java.lang.Cloneable
    The Class XmlResourceKey.
    Author:
    Alejandro Galue
    See Also:
    Serialized Form
    • Constructor Detail

      • XmlResourceKey

        public XmlResourceKey()
        Instantiates a new XML object.
    • Method Detail

      • getKeyXpathList

        public java.util.List<java.lang.String> getKeyXpathList()
        Gets the key XPath list.
        Returns:
        the key XPath list
      • setKeyXpathList

        public void setKeyXpathList​(java.util.List<java.lang.String> keyXpathList)
        Sets the key XPath list.
        Parameters:
        keyXpathList - the new key XPath list
      • addKeyXpath

        public void addKeyXpath​(java.lang.String keyXpath)
        Adds the key XPath.
        Parameters:
        keyXpath - the key XPath
      • removeKeyXpath

        public void removeKeyXpath​(java.lang.String keyXpath)
        Removes the key XPath.
        Parameters:
        keyXpath - the key XPath
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • clone

        public XmlResourceKey clone()
        Overrides:
        clone in class java.lang.Object