Package com.e1c.g5.v8.dt.mw.ui.register
Class RegisterUtil
- java.lang.Object
- 
- com.e1c.g5.v8.dt.mw.ui.register.RegisterUtil
 
- 
 public class RegisterUtil extends Object Register movement util.
- 
- 
Constructor SummaryConstructors Constructor Description RegisterUtil()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanisAppropriateDocumentField(MovementConstructorTreeItem documentFieldItem, MovementConstructorTreeItem registerFieldItem, boolean strictly)Checks that document field appropriates for filling register field.
 
- 
- 
- 
Method Detail- 
isAppropriateDocumentFieldpublic 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-- trueif needs name compare,- falseotherwise
- Returns:
- trueif appropriate,- falseotherwise
 
 
- 
 
-