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 entryfor theFcUserInvocationPropsmodel.- Since:
- 8.2.0
- See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description static StringATTR_DISPLAY_NAMEThe name of the virtual property for accessing the display name.static StringKEY_DISPLAY_NAMEThe key for the display name of the trigger.
 - 
Constructor SummaryConstructors Constructor Description FcUserInvocationLocalizationEntry()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDisplayName()voidsetDisplayName(String displayName)- 
Methods inherited from class de.xima.fc.common.bean_models.DefaultLocalizationViewModelEntrygetLocale, getMessages, setLocale, setMessages
 
- 
 
- 
- 
- 
Field Detail- 
KEY_DISPLAY_NAMEpublic static final String KEY_DISPLAY_NAME The key for the display name of the trigger.- See Also:
- Constant Field Values
 
 - 
ATTR_DISPLAY_NAMEpublic static final String ATTR_DISPLAY_NAME The name of the virtual property for accessing the display name.- See Also:
- Constant Field Values
 
 
- 
 
-