Class EntityPrivacyPreferences
java.lang.Object
org.kuali.rice.core.api.mo.AbstractDataTransferObject
org.kuali.rice.kim.api.identity.privacy.EntityPrivacyPreferences
- All Implemented Interfaces:
Serializable,GloballyUnique,Versioned,ModelObjectBasic,ModelObjectComplete,EntityPrivacyPreferencesContract
public final class EntityPrivacyPreferences
extends AbstractDataTransferObject
implements EntityPrivacyPreferencesContract
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classA builder which can be used to constructEntityPrivacyPreferencesinstances.static class -
Method Summary
Modifier and TypeMethodDescriptionGets this id of the parent identity object.booleanThis is value designating if Entity Address should be suppressed.booleanThis is value designating if Entity Email should be suppressed.booleanThis is value designating if Entity Name should be suppressed.booleanThis is value designating if Entity Personal information should be suppressed.booleanThis 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
-
Method Details
-
getEntityId
Description copied from interface:EntityPrivacyPreferencesContractGets this id of the parent identity object.- Specified by:
getEntityIdin interfaceEntityPrivacyPreferencesContract- Returns:
- the identity id for this
EntityPrivacyPreferencesContract
-
isSuppressName
public boolean isSuppressName()Description copied from interface:EntityPrivacyPreferencesContractThis is value designating if Entity Name should be suppressed.This is a boolean value that shows if identity names should be suppressed or not.
- Specified by:
isSuppressNamein interfaceEntityPrivacyPreferencesContract- Returns:
- suppressName
-
isSuppressAddress
public boolean isSuppressAddress()Description copied from interface:EntityPrivacyPreferencesContractThis is value designating if Entity Address should be suppressed.This is a boolean value that shows if identity addresses should be suppressed or not.
- Specified by:
isSuppressAddressin interfaceEntityPrivacyPreferencesContract- Returns:
- suppressAddress
-
isSuppressEmail
public boolean isSuppressEmail()Description copied from interface:EntityPrivacyPreferencesContractThis is value designating if Entity Email should be suppressed.This is a boolean value that shows if identity emails should be suppressed or not.
- Specified by:
isSuppressEmailin interfaceEntityPrivacyPreferencesContract- Returns:
- suppressEmail
-
isSuppressPhone
public boolean isSuppressPhone()Description copied from interface:EntityPrivacyPreferencesContractThis is value designating if Entity Phone should be suppressed.This is a boolean value that shows if identity phones should be suppressed or not.
- Specified by:
isSuppressPhonein interfaceEntityPrivacyPreferencesContract- Returns:
- suppressPhone
-
isSuppressPersonal
public boolean isSuppressPersonal()Description copied from interface:EntityPrivacyPreferencesContractThis is value designating if Entity Personal information should be suppressed.This is a boolean value that shows if identity personal information should be suppressed or not.
- Specified by:
isSuppressPersonalin interfaceEntityPrivacyPreferencesContract- Returns:
- suppressPersonal
-
getVersionNumber
- Specified by:
getVersionNumberin interfaceVersioned
-
getObjectId
- Specified by:
getObjectIdin interfaceGloballyUnique
-