Package lumis.portal.monitor.impl
Interface MonitorUserDocument.IMonitorUserName
-
- Enclosing class:
- MonitorUserDocument
public static interface MonitorUserDocument.IMonitorUserName
Contains data in aMonitorUserDocument
that corresponds to parts of MonitorUser name.- Since:
- 11.0.0
- Version:
- $Revision: 24476 $ $Date: 2021-04-28 11:28:23 -0300 (Wed, 28 Apr 2021) $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MonitorUserDocument.IMonitorStringField
getFirst()
Returns the value ofMonitorUser#getFirstName()
stored in this document.MonitorUserDocument.IMonitorStringField
getFull()
Returns the value ofMonitorUser#getFullName()
stored in this document.MonitorUserDocument.IMonitorStringField
getLast()
Returns the value ofMonitorUser#getLastName()
stored in this document.MonitorUserDocument.IMonitorStringField
getMiddle()
Returns the value ofMonitorUser#getMiddleName()
stored in this document.
-
-
-
Method Detail
-
getMiddle
MonitorUserDocument.IMonitorStringField getMiddle()
Returns the value ofMonitorUser#getMiddleName()
stored in this document.- Returns:
- the value of
MonitorUser#getMiddleName()
. - Since:
- 11.0.0
-
getLast
MonitorUserDocument.IMonitorStringField getLast()
Returns the value ofMonitorUser#getLastName()
stored in this document.- Returns:
- the value of
MonitorUser#getLastName()
. - Since:
- 11.0.0
-
getFirst
MonitorUserDocument.IMonitorStringField getFirst()
Returns the value ofMonitorUser#getFirstName()
stored in this document.- Returns:
- the value of
MonitorUser#getFirstName()
. - Since:
- 11.0.0
-
getFull
MonitorUserDocument.IMonitorStringField getFull()
Returns the value ofMonitorUser#getFullName()
stored in this document.- Returns:
- the value of
MonitorUser#getFullName()
- Since:
- 11.0.0
-
-