Advertisement
tko_pb

GenerateBPSearchKey.java

Jan 28th, 2019
359
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.20 KB | None | 0 0
  1. package org.wirabumi.gen.oez.callout;
  2.  
  3. import org.openbravo.erpCommon.ad_callouts.SimpleCallout.CalloutInfo;
  4.  
  5. public interface GenerateBPSearchKey {
  6.     public String getBPSearchKey(CalloutInfo info) ;
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement