Class LicenseConditionDTO

java.lang.Object
de.aeb.xnsg.licmgmt.bf.lm.licensedata.LicenseConditionDTO

public class LicenseConditionDTO extends Object
Represents conditions of a license from LM.
Since:
2017/11
See Also:
  • Field Details

    • description

      public String description
      Detailed description of condition.

      Maximum length: 256
    • isUsingReminderOnDate

      public Boolean isUsingReminderOnDate
      License monitoring: indicates whether the reminder on a certain date option is used. If not, the reminder after export option is used.
    • 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.

      Maximum length: 3
  • Constructor Details

    • LicenseConditionDTO

      public LicenseConditionDTO()