Class DLSessionSettingParmsDTO

java.lang.Object
de.aeb.xnsg.dl.af.DLSessionSettingParmsDTO

public class DLSessionSettingParmsDTO extends Object
DTO for session settings
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Constant for the workstation id specifying, that no workstation should be set.
    The workstation used for the session.
    The value "EMPTY_WORKSTATION" specifies, that no workstation should be used.
    No workstation is also used, if a workstationId is supplied and the workstation does not exist.
    If left empty, the workstation stored in the client workstation's cookie will be used.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • EMPTY_WORKSTATION

      public static final String EMPTY_WORKSTATION
      Constant for the workstation id specifying, that no workstation should be set.
      See Also:
    • workstationId

      public String workstationId

      The workstation used for the session.
      The value "EMPTY_WORKSTATION" specifies, that no workstation should be used.
      No workstation is also used, if a workstationId is supplied and the workstation does not exist.
      If left empty, the workstation stored in the client workstation's cookie will be used.

      length=20

  • Constructor Details

    • DLSessionSettingParmsDTO

      public DLSessionSettingParmsDTO()