Package de.aeb.xnsg.core.bf
Class BFFunctionDTO
java.lang.Object
de.aeb.xnsg.core.bf.BFFunctionDTO
Describe a API to be called.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe name of the API.The name of the function to call. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
businessFacade
The name of the API. -
functionName
The name of the function to call. This is the function name defined by engine
-
-
Constructor Details
-
BFFunctionDTO
public BFFunctionDTO()
-