Class ApplicationInfoDTO

java.lang.Object
de.aeb.xnsg.tariffcontent.af.v3.dto.ApplicationInfoDTO

public class ApplicationInfoDTO extends Object
Contains information about an application, that can be accessed via IGenericAF.open(GenericApplicationFacadeParmsDTO, String).
  • Field Details

    • name

      public String name
      Name of the application.
    • parameters

      public GenericParameterInfoDTO[] parameters
      List of parameters, that the application accepts.
  • Constructor Details

    • ApplicationInfoDTO

      public ApplicationInfoDTO()