@Entity public class EntityPrivacyPreferencesBo extends DataObjectBase implements EntityPrivacyPreferencesContract
objectId, versionNumber| Constructor and Description |
|---|
EntityPrivacyPreferencesBo() |
| Modifier and Type | Method and Description |
|---|---|
static EntityPrivacyPreferencesBo |
from(EntityPrivacyPreferences immutable)
Creates a CountryBo business object from an immutable representation of a Country.
|
String |
getEntityId()
Gets this id of the parent identity object.
|
boolean |
getSuppressAddress() |
boolean |
getSuppressEmail() |
boolean |
getSuppressName() |
boolean |
getSuppressPersonal() |
boolean |
getSuppressPhone() |
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.
|
void |
setEntityId(String entityId) |
void |
setSuppressAddress(boolean suppressAddress) |
void |
setSuppressEmail(boolean suppressEmail) |
void |
setSuppressName(boolean suppressName) |
void |
setSuppressPersonal(boolean suppressPersonal) |
void |
setSuppressPhone(boolean suppressPhone) |
static EntityPrivacyPreferences |
to(EntityPrivacyPreferencesBo bo) |
generateAndSetObjectIdIfNeeded, getExtensionObject, getObjectId, getVersionNumber, prePersist, preUpdate, setExtensionObject, setObjectId, setVersionNumber, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetVersionNumbergetObjectIdpublic EntityPrivacyPreferencesBo()
public static EntityPrivacyPreferences to(EntityPrivacyPreferencesBo bo)
public static EntityPrivacyPreferencesBo from(EntityPrivacyPreferences immutable)
immutable - an immutable Countrypublic String getEntityId()
EntityPrivacyPreferencesContractgetEntityId in interface EntityPrivacyPreferencesContractEntityPrivacyPreferencesContractpublic void setEntityId(String entityId)
public boolean getSuppressName()
public boolean isSuppressName()
EntityPrivacyPreferencesContractThis is a boolean value that shows if identity names should be suppressed or not.
isSuppressName in interface EntityPrivacyPreferencesContractpublic void setSuppressName(boolean suppressName)
public boolean getSuppressEmail()
public boolean isSuppressEmail()
EntityPrivacyPreferencesContractThis is a boolean value that shows if identity emails should be suppressed or not.
isSuppressEmail in interface EntityPrivacyPreferencesContractpublic void setSuppressEmail(boolean suppressEmail)
public boolean getSuppressAddress()
public boolean isSuppressAddress()
EntityPrivacyPreferencesContractThis is a boolean value that shows if identity addresses should be suppressed or not.
isSuppressAddress in interface EntityPrivacyPreferencesContractpublic void setSuppressAddress(boolean suppressAddress)
public boolean getSuppressPhone()
public boolean isSuppressPhone()
EntityPrivacyPreferencesContractThis is a boolean value that shows if identity phones should be suppressed or not.
isSuppressPhone in interface EntityPrivacyPreferencesContractpublic void setSuppressPhone(boolean suppressPhone)
public boolean getSuppressPersonal()
public boolean isSuppressPersonal()
EntityPrivacyPreferencesContractThis is a boolean value that shows if identity personal information should be suppressed or not.
isSuppressPersonal in interface EntityPrivacyPreferencesContractpublic void setSuppressPersonal(boolean suppressPersonal)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.