Class GridTabWrapper

  • All Implemented Interfaces:
    InvocationHandler

    public class GridTabWrapper
    extends Object
    implements InvocationHandler
    Wrap GridTab to ADempiere Bean Interface (i.e. generated interfaces). Usage example:
     I_A_Asset_Disposed bean = GridTabWrapper.create(mTab, I_A_Asset_Disposed.class); 
     Timestamp dateDoc = (Timestamp)value; 
     bean.setDateAcct(dateDoc); 
     bean.setA_Disposed_Date(dateDoc); 
     
    Author:
    Teo Sarca, www.arhipac.ro