public interface EntityPrivacyPreferencesContract extends Versioned, GloballyUnique
Modifier and Type | Method and Description |
---|---|
String |
getEntityId()
Gets this id of the parent identity 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.
|
getVersionNumber
getObjectId
String getEntityId()
EntityPrivacyPreferencesContract
boolean isSuppressName()
This is a boolean value that shows if identity names should be suppressed or not.
boolean isSuppressAddress()
This is a boolean value that shows if identity addresses should be suppressed or not.
boolean isSuppressEmail()
This is a boolean value that shows if identity emails should be suppressed or not.
boolean isSuppressPhone()
This is a boolean value that shows if identity phones should be suppressed or not.
boolean isSuppressPersonal()
This is a boolean value that shows if identity personal information should be suppressed or not.
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.