Package com.microfocus.sam.model.vo.misc
Class Person
- java.lang.Object
-
- com.microfocus.sam.model.vo.UnifiedEntity
-
- com.microfocus.sam.model.vo.ExtEntity
-
- com.microfocus.sam.model.vo.misc.Person
-
- All Implemented Interfaces:
java.io.Serializable
public class Person extends ExtEntity
Represent a person.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static Person
UNKNOWN_PERSON
Internal used only.
-
Constructor Summary
Constructors Constructor Description Person()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getLabel()
-
Methods inherited from class com.microfocus.sam.model.vo.UnifiedEntity
commbinedStringsUppderCase, findEntityById
-
-
-
-
Field Detail
-
UNKNOWN_PERSON
public static final Person UNKNOWN_PERSON
Internal used only.
-
-
Method Detail
-
getLabel
public java.lang.String getLabel()
- Returns:
- Person's display label.
-
getDisplayLabel
public java.lang.String getDisplayLabel()
- Returns:
- Person's display label.
-
getEmail
public java.lang.String getEmail()
- Returns:
- Person's email address.
-
getExtId
public java.lang.String getExtId()
- Returns:
- Person's identifier in SMAX.
-
-