Class RegisterUtil


  • public class RegisterUtil
    extends Object
    Register movement util.
    • Constructor Detail

      • RegisterUtil

        public RegisterUtil()
    • Method Detail

      • isAppropriateDocumentField

        public static boolean isAppropriateDocumentField​(MovementConstructorTreeItem documentFieldItem,
                                                         MovementConstructorTreeItem registerFieldItem,
                                                         boolean strictly)
        Checks that document field appropriates for filling register field.
        Parameters:
        documentFieldItem - the document field item, cannot be null
        registerFieldItem - the register field item, cannot be null
        strictly - true if needs name compare, false otherwise
        Returns:
        true if appropriate, false otherwise