@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, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getVersionNumber
getObjectId
public EntityPrivacyPreferencesBo()
public static EntityPrivacyPreferences to(EntityPrivacyPreferencesBo bo)
public static EntityPrivacyPreferencesBo from(EntityPrivacyPreferences immutable)
immutable
- an immutable Countrypublic String getEntityId()
EntityPrivacyPreferencesContract
getEntityId
in interface EntityPrivacyPreferencesContract
EntityPrivacyPreferencesContract
public void setEntityId(String entityId)
public boolean getSuppressName()
public boolean isSuppressName()
EntityPrivacyPreferencesContract
This is a boolean value that shows if identity names should be suppressed or not.
isSuppressName
in interface EntityPrivacyPreferencesContract
public void setSuppressName(boolean suppressName)
public boolean getSuppressEmail()
public boolean isSuppressEmail()
EntityPrivacyPreferencesContract
This is a boolean value that shows if identity emails should be suppressed or not.
isSuppressEmail
in interface EntityPrivacyPreferencesContract
public void setSuppressEmail(boolean suppressEmail)
public boolean getSuppressAddress()
public boolean isSuppressAddress()
EntityPrivacyPreferencesContract
This is a boolean value that shows if identity addresses should be suppressed or not.
isSuppressAddress
in interface EntityPrivacyPreferencesContract
public void setSuppressAddress(boolean suppressAddress)
public boolean getSuppressPhone()
public boolean isSuppressPhone()
EntityPrivacyPreferencesContract
This is a boolean value that shows if identity phones should be suppressed or not.
isSuppressPhone
in interface EntityPrivacyPreferencesContract
public void setSuppressPhone(boolean suppressPhone)
public boolean getSuppressPersonal()
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 void setSuppressPersonal(boolean suppressPersonal)
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.