public final class EntityName extends AbstractDataTransferObject implements EntityNameContract
| Modifier and Type | Class and Description |
|---|---|
static class |
EntityName.Builder
A builder which can be used to construct
EntityName instances. |
NAME_CHANGED_DATE_FORMAT| Modifier and Type | Method and Description |
|---|---|
String |
getCompositeName()
Return the entire name as the person or system wants it displayed.
|
String |
getCompositeNameUnmasked()
Gets this
EntityNameContract's unmasked formatted name. |
String |
getEntityId()
Gets this
Entity's id. |
String |
getFirstName()
Gets this
EntityNameContract's first name. |
String |
getFirstNameUnmasked()
Gets this
EntityNameContract's unmasked first name. |
String |
getId()
The unique identifier for an object.
|
String |
getLastName()
Gets this
EntityNameContract's last name. |
String |
getLastNameUnmasked()
Gets this
EntityNameContract's unmasked last name. |
String |
getMiddleName()
Gets this
EntityNameContract's middle name. |
String |
getMiddleNameUnmasked()
Gets this
EntityNameContract's unmasked middle name. |
org.joda.time.DateTime |
getNameChangedDate()
Get the name change date
EntityNameContract
Corresponds to PESC name changed date |
String |
getNamePrefix()
Gets this
EntityNameContract's name prefix. |
String |
getNamePrefixUnmasked()
Gets this
EntityNameContract's unmasked name prefix. |
String |
getNameSuffix()
Gets this
EntityNameContract's suffix. |
String |
getNameSuffixUnmasked()
Gets this
EntityNameContract's unmasked suffix. |
String |
getNameTitle()
Gets this
EntityNameContract's name title. |
String |
getNameTitleUnmasked()
Gets this
EntityNameContract's unmasked name title. |
CodedAttribute |
getNameType()
Gets this
EntityNameContract's TypeContract. |
String |
getNoteMessage()
Get the note associated with this
EntityNameContract
Corresponds to PESC NoteMessage |
String |
getObjectId()
Return the globally unique object id of this object.
|
Long |
getVersionNumber()
Returns the version number for this object.
|
boolean |
isActive()
The active indicator for an object.
|
boolean |
isDefaultValue()
The default value for this object.
|
boolean |
isSuppressName()
Returns a boolean value that determines if email fields should be suppressed.
|
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toStringpublic String getNameSuffix()
EntityNameContractEntityNameContract's suffix.
Corresponds to PESC NameSuffix.getNameSuffix in interface EntityNameContractEntityNameContract, or null if none has been assigned.public String getEntityId()
EntityNameContractEntity's id.getEntityId in interface EntityNameContractEntityNameContract, or null if none has been assigned.public CodedAttribute getNameType()
EntityNameContractEntityNameContract's TypeContract.getNameType in interface EntityNameContractEntityNameContract, or null if none has been assigned.public String getFirstName()
EntityNameContractEntityNameContract's first name.getFirstName in interface EntityNameContractEntityNameContract, or null if none has been assigned.public String getFirstNameUnmasked()
EntityNameContractEntityNameContract's unmasked first name.getFirstNameUnmasked in interface EntityNameContractEntityNameContract, or null if none has been assigned.public String getMiddleName()
EntityNameContractEntityNameContract's middle name.getMiddleName in interface EntityNameContractEntityNameContract, or null if none has been assigned.public String getMiddleNameUnmasked()
EntityNameContractEntityNameContract's unmasked middle name.getMiddleNameUnmasked in interface EntityNameContractEntityNameContract, or null if none has been assigned.public String getLastName()
EntityNameContractEntityNameContract's last name.getLastName in interface EntityNameContractEntityNameContract, or null if none has been assigned.public String getLastNameUnmasked()
EntityNameContractEntityNameContract's unmasked last name.getLastNameUnmasked in interface EntityNameContractEntityNameContract, or null if none has been assigned.public String getNamePrefix()
EntityNameContractEntityNameContract's name prefix.
Corresponds to PESC NamePrefix.getNamePrefix in interface EntityNameContractEntityNameContract, or null if none has been assigned.public String getNamePrefixUnmasked()
EntityNameContractEntityNameContract's unmasked name prefix.
Corresponds to PESC NamePrefix.getNamePrefixUnmasked in interface EntityNameContractEntityNameContract, or null if none has been assigned.public String getNameTitle()
EntityNameContractEntityNameContract's name title.
Corresponds to PESC NameTitle.getNameTitle in interface EntityNameContractEntityNameContract, or null if none has been assigned.public String getNameTitleUnmasked()
EntityNameContractEntityNameContract's unmasked name title.
Corresponds to PESC NameTitle.getNameTitleUnmasked in interface EntityNameContractEntityNameContract, or null if none has been assigned.public String getNameSuffixUnmasked()
EntityNameContractEntityNameContract's unmasked suffix.
Corresponds to PESC NameSuffix.getNameSuffixUnmasked in interface EntityNameContractEntityNameContract, or null if none has been assigned.public String getCompositeName()
EntityNameContractgetCompositeName in interface EntityNameContractpublic String getCompositeNameUnmasked()
EntityNameContractEntityNameContract's unmasked formatted name.
Corresponds to PESC CompositeName.getCompositeNameUnmasked in interface EntityNameContractpublic String getNoteMessage()
EntityNameContractEntityNameContract
Corresponds to PESC NoteMessagegetNoteMessage in interface EntityNameContractpublic org.joda.time.DateTime getNameChangedDate()
EntityNameContractEntityNameContract
Corresponds to PESC name changed dategetNameChangedDate in interface EntityNameContractpublic boolean isSuppressName()
EntityNameContractisSuppressName in interface EntityNameContractpublic Long getVersionNumber()
VersionedgetVersionNumber in interface Versionedpublic String getObjectId()
GloballyUniquegetObjectId in interface GloballyUniquepublic boolean isDefaultValue()
DefaultableisDefaultValue in interface Defaultablepublic boolean isActive()
InactivatableisActive in interface Inactivatablepublic String getId()
IdentifiablegetId in interface IdentifiableCopyright © 2005–2016 The Kuali Foundation. All rights reserved.