Class ApplicationInfoDTO
java.lang.Object
de.aeb.xnsg.tariffcontent.af.v3.dto.ApplicationInfoDTO
Contains information about an application, that can be accessed via
IGenericAF.open(GenericApplicationFacadeParmsDTO, String)
.-
Field Summary
FieldsModifier and TypeFieldDescriptionName of the application.List of parameters, that the application accepts. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
name
Name of the application. -
parameters
List of parameters, that the application accepts.
-
-
Constructor Details
-
ApplicationInfoDTO
public ApplicationInfoDTO()
-