|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.core.api.mo.AbstractDataTransferObject
org.kuali.rice.kim.api.identity.name.EntityNameHistory
public final class EntityNameHistory
| Nested Class Summary | |
|---|---|
static class |
EntityNameHistory.Builder
A builder which can be used to construct EntityNameHistory instances. |
| Field Summary |
|---|
| Fields inherited from interface org.kuali.rice.kim.api.identity.name.EntityNameContract |
|---|
NAME_CHANGED_DATE_FORMAT |
| Method Summary | |
|---|---|
org.joda.time.DateTime |
getActiveFromDate()
Gets the date for which the record become active. |
org.joda.time.DateTime |
getActiveToDate()
Gets the date for which the record become inactive. |
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. |
Long |
getHistoryId()
|
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. |
CodedAttributeHistory |
getNameType()
Gets this EntityNameHistoryContract'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 |
isActive(org.joda.time.DateTime activeAsOf)
Returns if the record is active for a given Time. |
boolean |
isActiveNow()
|
boolean |
isDefaultValue()
The default value for this object. |
boolean |
isSuppressName()
Returns a boolean value that determines if email fields should be suppressed. |
| Methods inherited from class org.kuali.rice.core.api.mo.AbstractDataTransferObject |
|---|
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public 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 CodedAttributeHistory getNameType()
EntityNameHistoryContractEntityNameHistoryContract's TypeContract.
getNameType in interface EntityNameContractgetNameType in interface EntityNameHistoryContractEntityNameHistoryContract, 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()
EntityNameContract
getCompositeName in interface EntityNameContractpublic String getCompositeNameUnmasked()
EntityNameContractEntityNameContract's unmasked formatted name.
Corresponds to PESC CompositeName.
getCompositeNameUnmasked in interface EntityNameContractpublic String getNoteMessage()
EntityNameContractEntityNameContract
Corresponds to PESC NoteMessage
getNoteMessage in interface EntityNameContractpublic org.joda.time.DateTime getNameChangedDate()
EntityNameContractEntityNameContract
Corresponds to PESC name changed date
getNameChangedDate in interface EntityNameContractpublic boolean isSuppressName()
EntityNameContract
isSuppressName in interface EntityNameContractpublic Long getVersionNumber()
Versioned
getVersionNumber in interface Versionedpublic String getObjectId()
GloballyUnique
getObjectId in interface GloballyUniquepublic boolean isDefaultValue()
Defaultable
isDefaultValue in interface Defaultablepublic boolean isActive()
Inactivatable
isActive in interface Inactivatablepublic String getId()
Identifiable
getId in interface Identifiablepublic Long getHistoryId()
getHistoryId in interface Historicalpublic org.joda.time.DateTime getActiveFromDate()
InactivatableFromTo
getActiveFromDate in interface InactivatableFromTopublic org.joda.time.DateTime getActiveToDate()
InactivatableFromTo
getActiveToDate in interface InactivatableFromTopublic boolean isActiveNow()
isActiveNow in interface Historicalpublic boolean isActive(org.joda.time.DateTime activeAsOf)
InactivatableFromTo
isActive in interface InactivatableFromTo
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||