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

    Fields
    Modifier and Type
    Field
    Description
    A 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
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO

    clone

    Methods inherited from class java.lang.Object

    equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • readOnly

      public Boolean readOnly
      Defines whether or not the application shall be opened in read-only mode.
    • parameters

      public GenericParameterDTO[] parameters
      A set of generic parameters for the application, that shall be opened.
  • Constructor Details

    • GenericApplicationFacadeParmsDTO

      public GenericApplicationFacadeParmsDTO()