Package de.aeb.xnsg.licmgmt.af
Class LicenseEditorAFParmsDTO
java.lang.Object
de.aeb.xnsg.licmgmt.af.LicenseEditorAFParmsDTO
- All Implemented Interfaces:
Serializable
Data transfer object with parameters for the application facade to open an
overview of licenses.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionControls the view status of the license editor.The id of the license to be shown.Deprecated.As of 2016/05. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
licenseId
The id of the license to be shown. Only licenses from License Management are supported.- Since:
- 2016/05
-
licenseNumber
Deprecated.As of 2016/05. UselicenseId
.Number of the license which is to be shown in an editor view. The number of the license may not be unique, in which case a randomly selected license with that number will be shown. UselicenseId
instead to uniquely identify the license to be opened.
Maximum length:50
-
isReadOnly
Controls the view status of the license editor. Iftrue
, the editor will be in read only mode.
Default value:false
-
-
Constructor Details
-
LicenseEditorAFParmsDTO
public LicenseEditorAFParmsDTO()
-