Class BFFunctionExistsDTO

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

public class BFFunctionExistsDTO extends Object
Result DTO for the checkBusinessFacadeFunctionExists function
  • Field Details

    • facadeExists

      public boolean facadeExists
      Indicates whether the specified API exists.
    • functionExists

      public boolean functionExists
      Indicates whether the specified function in the API exists.
  • Constructor Details

    • BFFunctionExistsDTO

      public BFFunctionExistsDTO()