Interface BeanInterface


public interface BeanInterface
This interface is used in idata.beans.*; The classes implementing this interface should have the same variable, and accessors as the original "idata" classes. THis allows transfer of data from idata classes to the idata.beans. classes. The utilities com.softwareminng.utils.BeanUtility supports seemless transfer of data from idata to idatabean and vice-versa.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
  • Method Details

    • initialize

      void initialize()