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 Summary
Fields 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 Summary
Constructors Constructor Description FcUserInvocationLocalizationEntry() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDisplayName()voidsetDisplayName(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
 
 
 - 
 
 -