Package lumis.portal.monitor
Class MonitorFields.User.Name
- java.lang.Object
-
- lumis.portal.monitor.MonitorFields.User.Name
-
- Enclosing class:
- MonitorFields.User
@StableMinor(version="14.1", sinceVersion="11.0") public static final class MonitorFields.User.Name extends Object
User's name.- Since:
- 11.0.0
- Version:
- $Revision: 24683 $ $Date: 2021-08-23 18:55:58 -0300 (Mon, 23 Aug 2021) $
-
-
Constructor Summary
Constructors Constructor Description Name()
-
-
-
Field Detail
-
FIELD_ID
public static final String FIELD_ID
Identifier of the name field.- Since:
- 11.0.0
- See Also:
- Constant Field Values
-
FIRST
public static final String FIRST
User's first name.- Since:
- 11.0.0
- See Also:
- Constant Field Values
-
MIDDLE
public static final String MIDDLE
User's middle name.- Since:
- 11.0.0
- See Also:
- Constant Field Values
-
LAST
public static final String LAST
User's last name.- Since:
- 11.0.0
- See Also:
- Constant Field Values
-
FULL
public static final String FULL
User's full name.- Since:
- 11.0.0
- See Also:
- Constant Field Values
-
-