Class LicenseConditionDTO

    • Field Detail

      • description

        public String description
        Detailed description of condition.

        Max. length: 256.
      • reminderOnDate

        public Date reminderOnDate
        License monitoring: the date on which a reminder e-mail is sent for the first time. In this case, reminders are independent of the export date. No notifications are sent if the condition is already marked as met in the approval.

        Is specified depending on isUsingReminderOnDate. Both fields cannot be specified at the same time.
      • reminderAfterExport

        public Integer reminderAfterExport
        License monitoring: the number of days after goods are exported that a reminder e-mail is sent for the first time. Notifications are only sent when the date of export is set in the approval (i.e., usage of the license). In this case, an initial e-mail is sent when the export date is reached.

        A first reminder mail is sent after the number of days specified here. If "0" is entered, no reminders will be sent. No notifications are sent if the condition is already marked as met in the approval.

        Is specified depending on isUsingReminderOnDate. Both fields cannot be specified at the same time.

        Max. length: 3.
    • Constructor Detail

      • LicenseConditionDTO

        public LicenseConditionDTO()