Class TransferFunctionDao

java.lang.Object
org.eso.ias.cdb.pojos.TransferFunctionDao

@Entity public class TransferFunctionDao extends Object
The DAO to handle the definition of the transfer function. This initial version suits for scala and java.
Author:
acaproni
  • Constructor Details

    • TransferFunctionDao

      public TransferFunctionDao()
      Empty constructor
    • TransferFunctionDao

      public TransferFunctionDao(String className, TFLanguageDao implLang)
      COnstructor
      Parameters:
      className - The name of the class
      implLang - the implementation language
  • Method Details