Class FcUserInvocationLocalizationEntry
- java.lang.Object
-
- de.xima.fc.common.bean_models.DefaultLocalizationViewModelEntry
-
- de.xima.fc.workflow.model.triggers.FcUserInvocationLocalizationEntry
-
- All Implemented Interfaces:
ILocalizationViewModelEntry
,Serializable
public final class FcUserInvocationLocalizationEntry extends DefaultLocalizationViewModelEntry
Alocalization entry
for theFcUserInvocationProps
model.- Since:
- 8.2.0
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
ATTR_DISPLAY_NAME
The name of the virtual property for accessing the display name.static String
KEY_DISPLAY_NAME
The key for the display name of the trigger.
-
Constructor Summary
Constructors Constructor Description FcUserInvocationLocalizationEntry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDisplayName()
void
setDisplayName(String displayName)
-
Methods inherited from class de.xima.fc.common.bean_models.DefaultLocalizationViewModelEntry
getLocale, getMessages, setLocale, setMessages
-
-
-
-
Field Detail
-
KEY_DISPLAY_NAME
public static final String KEY_DISPLAY_NAME
The key for the display name of the trigger.- See Also:
- Constant Field Values
-
ATTR_DISPLAY_NAME
public static final String ATTR_DISPLAY_NAME
The name of the virtual property for accessing the display name.- See Also:
- Constant Field Values
-
-