Package de.aeb.xnsg.dl.af
Class DLSessionSettingParmsDTO
java.lang.Object
de.aeb.xnsg.dl.af.DLSessionSettingParmsDTO
DTO for session settings
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic 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 -
Method Summary
-
Field Details
-
EMPTY_WORKSTATION
Constant for the workstation id specifying, that no workstation should be set.- See Also:
-
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()
-