Package com.e1c.g5.v8.dt.mw.ui.register
Class RegisterUtil
java.lang.Object
com.e1c.g5.v8.dt.mw.ui.register.RegisterUtil
Register movement util.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisAppropriateDocumentField(MovementConstructorTreeItem documentFieldItem, MovementConstructorTreeItem registerFieldItem, boolean strictly) Checks that document field appropriates for filling register field.
-
Constructor Details
-
RegisterUtil
public RegisterUtil()
-
-
Method Details
-
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 benullregisterFieldItem- the register field item, cannot benullstrictly-trueif needs name compare,falseotherwise- Returns:
trueif appropriate,falseotherwise
-