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
ConstructorDescriptionEmpty constructorTransferFunctionDao
(String className, TFLanguageDao implLang) COnstructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
getAsces()
int
hashCode()
void
setClassName
(String className) void
setImplLang
(TFLanguageDao implLang) toString()
-
Constructor Details
-
TransferFunctionDao
public TransferFunctionDao()Empty constructor -
TransferFunctionDao
COnstructor- Parameters:
className
- The name of the classimplLang
- the implementation language
-
-
Method Details