Package org.eso.ias.cdb.pojos
Class TransferFunctionDao
java.lang.Object
org.eso.ias.cdb.pojos.TransferFunctionDao
The DAO to handle the definition of the transfer function.
This initial version suits for scala and java.
- Author:
- acaproni
-
Constructor Summary
ConstructorsConstructorDescriptionEmpty constructorTransferFunctionDao(String className, TFLanguageDao implLang) COnstructor -
Method Summary
Modifier and TypeMethodDescriptionbooleangetAsces()inthashCode()voidsetClassName(String className) voidsetImplLang(TFLanguageDao implLang) toString()
-
Constructor Details
-
TransferFunctionDao
public TransferFunctionDao()Empty constructor -
TransferFunctionDao
COnstructor- Parameters:
className- The name of the classimplLang- the implementation language
-
-
Method Details