|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EntityNameContract
| Method Summary | |
|---|---|
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 |
getFormattedName()
Return the entire name as the person or system wants it displayed. |
String |
getFormattedNameUnmasked()
Gets this EntityNameContract's unmasked formatted name. |
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. |
TypeContract |
getNameType()
Gets this EntityNameContract's TypeContract. |
String |
getSuffix()
Gets this EntityNameContract's suffix. |
String |
getSuffixUnmasked()
Gets this EntityNameContract's unmasked suffix. |
String |
getTitle()
Gets this EntityNameContract's title. |
String |
getTitleUnmasked()
Gets this EntityNameContract's unmasked title. |
boolean |
isSuppressName()
Returns a boolean value that determines if email fields should be suppressed. |
| Methods inherited from interface org.kuali.rice.core.api.mo.common.Versioned |
|---|
getVersionNumber |
| Methods inherited from interface org.kuali.rice.core.api.mo.common.GloballyUnique |
|---|
getObjectId |
| Methods inherited from interface org.kuali.rice.core.api.mo.common.Defaultable |
|---|
isDefaultValue |
| Methods inherited from interface org.kuali.rice.core.api.mo.common.active.Inactivatable |
|---|
isActive |
| Methods inherited from interface org.kuali.rice.core.api.mo.common.Identifiable |
|---|
getId |
| Method Detail |
|---|
String getEntityId()
Entity's id.
EntityNameContract, or null if none has been assigned.TypeContract getNameType()
EntityNameContract's TypeContract.
EntityNameContract, or null if none has been assigned.String getFirstName()
EntityNameContract's first name.
EntityNameContract, or null if none has been assigned.String getFirstNameUnmasked()
EntityNameContract's unmasked first name.
EntityNameContract, or null if none has been assigned.String getMiddleName()
EntityNameContract's middle name.
EntityNameContract, or null if none has been assigned.String getMiddleNameUnmasked()
EntityNameContract's unmasked middle name.
EntityNameContract, or null if none has been assigned.String getLastName()
EntityNameContract's last name.
EntityNameContract, or null if none has been assigned.String getLastNameUnmasked()
EntityNameContract's unmasked last name.
EntityNameContract, or null if none has been assigned.String getTitle()
EntityNameContract's title.
EntityNameContract, or null if none has been assigned.String getTitleUnmasked()
EntityNameContract's unmasked title.
EntityNameContract, or null if none has been assigned.String getSuffix()
EntityNameContract's suffix.
EntityNameContract, or null if none has been assigned.String getSuffixUnmasked()
EntityNameContract's unmasked suffix.
EntityNameContract, or null if none has been assigned.String getFormattedName()
String getFormattedNameUnmasked()
EntityNameContract's unmasked formatted name.
boolean isSuppressName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||