Class LicenseConditionDTO
java.lang.Object
de.aeb.xnsg.licmgmt.bf.lm.licensedata.LicenseConditionDTO
Represents conditions of a license from LM.
- Since:
- 2017/11
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionDetailed description of condition.
Maximum length:256
License monitoring: indicates whether thereminder on a certain date
option is used.License monitoring: the number of days after goods are exported that a reminder e-mail is sent for the first time.License monitoring: the date on which a reminder e-mail is sent for the first time. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
description
Detailed description of condition.
Maximum length:256
-
isUsingReminderOnDate
License monitoring: indicates whether thereminder on a certain date
option is used. If not, thereminder after export
option is used. -
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 onisUsingReminderOnDate
. Both fields cannot be specified at the same time. -
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 onisUsingReminderOnDate
. Both fields cannot be specified at the same time.
Maximum length:3
-
-
Constructor Details
-
LicenseConditionDTO
public LicenseConditionDTO()
-