Class BFFunctionDTO

java.lang.Object
de.aeb.xnsg.core.bf.BFFunctionDTO

public class BFFunctionDTO extends Object
Describe a API to be called.
  • Field Details

    • businessFacade

      public String businessFacade
      The name of the API.
    • functionName

      public String functionName
      The name of the function to call. This is the function name defined by engine
  • Constructor Details

    • BFFunctionDTO

      public BFFunctionDTO()