Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- package org.wirabumi.gen.oez.callout;
- import org.openbravo.erpCommon.ad_callouts.SimpleCallout.CalloutInfo;
- import org.openbravo.model.common.plm.Product;
- public interface GenerateProductSearchKey {
- public String getProductSearchKey(CalloutInfo info);
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement