Package de.xima.fc.user_portal.constants
Class UserPortalFormLocalizationKeys
- java.lang.Object
 - 
- de.xima.fc.user_portal.constants.UserPortalFormLocalizationKeys
 
 
- 
public final class UserPortalFormLocalizationKeys extends Object
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static StringDESCRIPTIONThe key for the description of the form.static StringNAMEThe key for the name of the form.static StringSHORT_DESCRIPTIONThe key for the short description of the form. 
 - 
 
- 
- 
Field Detail
- 
DESCRIPTION
public static final String DESCRIPTION
The key for the description of the form.- See Also:
 - Constant Field Values
 
 
- 
NAME
public static final String NAME
The key for the name of the form.- See Also:
 - Constant Field Values
 
 
- 
SHORT_DESCRIPTION
public static final String SHORT_DESCRIPTION
The key for the short description of the form.- See Also:
 - Constant Field Values
 
 
 - 
 
 -