Class BFFunctionDTO

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

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

    • businessFacade

      public String businessFacade
      The name of the business facade.
    • functionName

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

    • BFFunctionDTO

      public BFFunctionDTO()