Make MLocatorLookup and WLocatorEditor more extensible
Description
Minor enhancements adapted from my existing project customization:
add a public setValidationCode(String validationCode) method to MLocatorLookup. This allow plugin to change the SQL validation code (m_validationCode) of MLocatorLookup instance.
change WLocatorEditor.getOnly_Warehouse_ID and WLocatorEditor.getOnly_Product_ID from private to protected.
add public MLocatorLookup getMLocatorLookup() to WLocatorEditor
Minor enhancements adapted from my existing project customization:
add a public setValidationCode(String validationCode) method to MLocatorLookup. This allow plugin to change the SQL validation code (m_validationCode) of MLocatorLookup instance.
change WLocatorEditor.getOnly_Warehouse_ID and WLocatorEditor.getOnly_Product_ID from private to protected.
add public MLocatorLookup getMLocatorLookup() to WLocatorEditor