Class ChangeTrack

    • Constructor Detail

      • ChangeTrack

        public ChangeTrack()
        Creates a new ChangeTrack object.
      • ChangeTrack

        public ChangeTrack​(ChangeTrack original)
        Copy constructor.
        Parameters:
        original - the original object to duplicate.
    • Method Detail

      • getCompleteOpeningTag

        public static String getCompleteOpeningTag​(boolean withNamespace)
        Gets the complete opening <changeTrack> tag.
        Parameters:
        withNamespace - a boolean stating if the name space has to be included in the tag.
        Returns:
        the complete <changeTrack> tag.
      • getClosingTag

        public static String getClosingTag()
        Gets the changeTrack closing tag.
        Returns:
        the changeTrack closing tag.