@DTO public class UESActivityTemplateSetAttributes extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.lang.Boolean |
allowAsSubactivityTemplate
Parameter specifies whether this activity template will be usable as a template for subactivities.
|
private java.lang.Boolean |
allowCreationThroughUi
Parameter specifies whether activities can be created according to this activity template through
the user interface or not.
|
private java.lang.Boolean |
allowExecutiveRoleChange
Parameter specifies whether the executive role of the activities created according to this template
can be changed.
|
private java.lang.Boolean |
allowSubactivities
Parameter specifies whether it is allowed to create subactivities of the activities created
according to this template.
|
private java.lang.Boolean |
blockTimeInCalendar
Specifies whether the activities created according to this template will reserve time in the related
users' calendars.
|
private java.lang.String |
code
The new code of the activity template.
|
private UESURI |
defaultSubactivityTemplateUri
UESURI of the activity template which should be used as the default template for subactivities.
|
private java.lang.String |
description
The new description of the activity template.
|
private java.lang.String |
duration
Parameter specifies the duration of the activity template.
|
private UESURI |
executiveRoleUri
UESURI of the executive role for the activities created according to this template.
|
private java.lang.Object |
expiration
Parameter specifies how long after the expected completion date the activities created
according to this template should be automatically terminated.
|
private UESURI |
iconUri
UESURI of the new activity template's icon.
|
private java.lang.String |
name
The new name of the activity template.
|
private java.lang.String |
notification
Parameter specifies the default time from creation of the activity to its expected completion.
|
private UESURI |
relatedObjectUri
The new related object of the activity template.
|
Constructor and Description |
---|
UESActivityTemplateSetAttributes()
Empty constructor.
|
UESActivityTemplateSetAttributes(java.lang.String name,
Full constructor.
|