public final class EntityPrivacyPreferences extends AbstractDataTransferObject implements EntityPrivacyPreferencesContract
Modifier and Type | Class and Description |
---|---|
static class |
EntityPrivacyPreferences.Builder
A builder which can be used to construct
EntityPrivacyPreferences instances. |
static class |
EntityPrivacyPreferences.Cache |
Modifier and Type | Method and Description |
---|---|
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.
|
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toString
public String getEntityId()
EntityPrivacyPreferencesContract
getEntityId
in interface EntityPrivacyPreferencesContract
EntityPrivacyPreferencesContract
public boolean isSuppressName()
EntityPrivacyPreferencesContract
This is a boolean value that shows if identity names should be suppressed or not.
isSuppressName
in interface EntityPrivacyPreferencesContract
public boolean isSuppressAddress()
EntityPrivacyPreferencesContract
This is a boolean value that shows if identity addresses should be suppressed or not.
isSuppressAddress
in interface EntityPrivacyPreferencesContract
public boolean isSuppressEmail()
EntityPrivacyPreferencesContract
This is a boolean value that shows if identity emails should be suppressed or not.
isSuppressEmail
in interface EntityPrivacyPreferencesContract
public boolean isSuppressPhone()
EntityPrivacyPreferencesContract
This is a boolean value that shows if identity phones should be suppressed or not.
isSuppressPhone
in interface EntityPrivacyPreferencesContract
public boolean isSuppressPersonal()
EntityPrivacyPreferencesContract
This is a boolean value that shows if identity personal information should be suppressed or not.
isSuppressPersonal
in interface EntityPrivacyPreferencesContract
public Long getVersionNumber()
Versioned
getVersionNumber
in interface Versioned
public String getObjectId()
GloballyUnique
getObjectId
in interface GloballyUnique
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.