Class GenericApplicationFacadeParmsDTO
java.lang.Object
de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO
de.aeb.xnsg.tariffcontent.af.v3.dto.GenericApplicationFacadeParmsDTO
- All Implemented Interfaces:
Cloneable
public class GenericApplicationFacadeParmsDTO
extends de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO
A generic request for an application facade.
-
Field Summary
FieldsModifier and TypeFieldDescriptionA set of generic parameters for the application, that shall be opened.Defines whether or not the application shall be opened in read-only mode.Fields inherited from class de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO
acceptTechnology, client, displayFullWorkplace, displayStatusbar, displayTitlebar, isACEmbedded, language, openToTray, preferredHeight, preferredWidth, productname, productShortName, stylevariant, user, workstationId, workstationSessionId
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO
clone
-
Field Details
-
readOnly
Defines whether or not the application shall be opened in read-only mode. -
parameters
A set of generic parameters for the application, that shall be opened.
-
-
Constructor Details
-
GenericApplicationFacadeParmsDTO
public GenericApplicationFacadeParmsDTO()
-