Class LicenseEditorAFParmsDTO

java.lang.Object
de.aeb.xnsg.licmgmt.af.LicenseEditorAFParmsDTO
All Implemented Interfaces:
Serializable

public class LicenseEditorAFParmsDTO extends Object implements Serializable
Data transfer object with parameters for the application facade to open an overview of licenses.
See Also:
  • Field Details

    • licenseId

      public String licenseId
      The id of the license to be shown. Only licenses from License Management are supported.
      Since:
      2016/05
    • licenseNumber

      @Deprecated public String licenseNumber
      Deprecated.
      As of 2016/05. Use licenseId.
      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. Use licenseId instead to uniquely identify the license to be opened.

      Maximum length: 50
    • isReadOnly

      public Boolean isReadOnly
      Controls the view status of the license editor. If true, the editor will be in read only mode.

      Default value: false
  • Constructor Details

    • LicenseEditorAFParmsDTO

      public LicenseEditorAFParmsDTO()