|
||||||||||
| 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.privacy.EntityPrivacyPreferences
public final class EntityPrivacyPreferences
| Nested Class Summary | |
|---|---|
static class |
EntityPrivacyPreferences.Builder
A builder which can be used to construct EntityPrivacyPreferences instances. |
static class |
EntityPrivacyPreferences.Cache
|
| Method Summary | |
|---|---|
String |
getEntityId()
Gets this id of the parent identity object. |
String |
getObjectId()
Return the globally unique object id of this object. |
Long |
getVersionNumber()
Returns the version number for this object. |
boolean |
isSuppressAddress()
This is value designating if Entity Address should be suppressed. |
boolean |
isSuppressEmail()
This is value designating if Entity Email should be suppressed. |
boolean |
isSuppressName()
This is value designating if Entity Name should be suppressed. |
boolean |
isSuppressPersonal()
This is value designating if Entity Personal information should be suppressed. |
boolean |
isSuppressPhone()
This is value designating if Entity Phone 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 getEntityId()
EntityPrivacyPreferencesContract
getEntityId in interface EntityPrivacyPreferencesContractEntityPrivacyPreferencesContractpublic boolean isSuppressName()
EntityPrivacyPreferencesContractThis is a boolean value that shows if identity names should be suppressed or not.
isSuppressName in interface EntityPrivacyPreferencesContractpublic boolean isSuppressAddress()
EntityPrivacyPreferencesContractThis is a boolean value that shows if identity addresses should be suppressed or not.
isSuppressAddress in interface EntityPrivacyPreferencesContractpublic boolean isSuppressEmail()
EntityPrivacyPreferencesContractThis is a boolean value that shows if identity emails should be suppressed or not.
isSuppressEmail in interface EntityPrivacyPreferencesContractpublic boolean isSuppressPhone()
EntityPrivacyPreferencesContractThis is a boolean value that shows if identity phones should be suppressed or not.
isSuppressPhone in interface EntityPrivacyPreferencesContractpublic boolean isSuppressPersonal()
EntityPrivacyPreferencesContractThis is a boolean value that shows if identity personal information should be suppressed or not.
isSuppressPersonal in interface EntityPrivacyPreferencesContractpublic Long getVersionNumber()
Versioned
getVersionNumber in interface Versionedpublic String getObjectId()
GloballyUnique
getObjectId in interface GloballyUnique
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||