EntityNameContract

Name EntityNameContract
Usage IdentityService
Entity
Type Complex

Description

This contract represents the name information associated with an Entity.

Structure Definition

ShortName Name Type Description Required? Read only? Cardinality XML Attribute? Implementation Notes
entityId Entity Id String Gets this {@link Entity}'s id.     One No  
nameType Name Type CodedAttributeContract Gets this {@link EntityNameContract}'s TypeContract.     One No  
firstName First Name String Gets this {@link EntityNameContract}'s first name.     One No  
firstNameUnmasked First Name Unmasked String Gets this {@link EntityNameContract}'s unmasked first name.     One No  
middleName Middle Name String Gets this {@link EntityNameContract}'s middle name.     One No  
middleNameUnmasked Middle Name Unmasked String Gets this {@link EntityNameContract}'s unmasked middle name.     One No  
lastName Last Name String Gets this {@link EntityNameContract}'s last name.     One No  
lastNameUnmasked Last Name Unmasked String Gets this {@link EntityNameContract}'s unmasked last name.     One No  
namePrefix Name Prefix String Gets this {@link EntityNameContract}'s name prefix.
Corresponds to PESC NamePrefix.
    One No  
namePrefixUnmasked Name Prefix Unmasked String Gets this {@link EntityNameContract}'s unmasked name prefix.
Corresponds to PESC NamePrefix.
    One No  
nameTitle Name Title String Gets this {@link EntityNameContract}'s name title.
Corresponds to PESC NameTitle.
    One No  
nameTitleUnmasked Name Title Unmasked String Gets this {@link EntityNameContract}'s unmasked name title.
Corresponds to PESC NameTitle.
    One No  
nameSuffix Name Suffix String Gets this {@link EntityNameContract}'s suffix.
Corresponds to PESC NameSuffix.
    One No  
nameSuffixUnmasked Name Suffix Unmasked String Gets this {@link EntityNameContract}'s unmasked suffix.
Corresponds to PESC NameSuffix.
    One No  
compositeName Composite Name String Return the entire name as the person or system wants it displayed.
Corresponds to PESC CompositeName.
    One No  
compositeNameUnmasked Composite Name Unmasked String Gets this {@link EntityNameContract}'s unmasked formatted name.
Corresponds to PESC CompositeName.
    One No  
noteMessage Note Message String Get the note associated with this {@link EntityNameContract}
Corresponds to PESC NoteMessage
    One No  
nameChangedDate Name Changed Date DateTime Get the name change date {@link EntityNameContract}
Corresponds to PESC name changed date
    One No  
suppressName Suppress Name boolean Returns a boolean value that determines if email fields should be suppressed.     One No  
objectId Object Id String Return the globally unique object id of this object. In general, this value should only
be null if the object has not yet been stored to a persistent data store.
    One No  
id Id String The unique identifier for an object. This can be null.     One No  
active Active boolean The active indicator for an object.     One No  
versionNumber Version Number Long Returns the version number for this object. In general, this value should only
be null if the object has not yet been stored to a persistent data store.
This version number is generally used for the purposes of optimistic locking.
    One No  
defaultValue Default Value boolean The default value for this object.     One No