Advertisement
tko_pb

GenerateProductSearchKey.java

Sep 30th, 2018
357
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.26 KB | None | 0 0
  1. package org.wirabumi.gen.oez.callout;
  2.  
  3. import org.openbravo.erpCommon.ad_callouts.SimpleCallout.CalloutInfo;
  4. import org.openbravo.model.common.plm.Product;
  5.  
  6. public interface GenerateProductSearchKey {
  7.     public String getProductSearchKey(CalloutInfo info);
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement