Package de.aeb.xnsg.core.bf
Class BFFunctionExistsDTO
java.lang.Object
de.aeb.xnsg.core.bf.BFFunctionExistsDTO
Result DTO for the checkBusinessFacadeFunctionExists function
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanIndicates whether the specified API exists.booleanIndicates whether the specified function in the API exists. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
facadeExists
public boolean facadeExistsIndicates whether the specified API exists. -
functionExists
public boolean functionExistsIndicates whether the specified function in the API exists.
-
-
Constructor Details
-
BFFunctionExistsDTO
public BFFunctionExistsDTO()
-