@Entity public class EntityPrivacyPreferencesBo extends PersistableBusinessObjectBase implements EntityPrivacyPreferencesContract, groovy.lang.GroovyObject
extension, versionNumber| Constructor and Description |
|---|
EntityPrivacyPreferencesBo() |
| Modifier and Type | Method and Description |
|---|---|
static EntityPrivacyPreferencesBo |
from(EntityPrivacyPreferences immutable) |
String |
getEntityId() |
groovy.lang.MetaClass |
getMetaClass() |
Object |
getProperty(String property) |
boolean |
getSuppressAddress() |
boolean |
getSuppressEmail() |
boolean |
getSuppressName() |
boolean |
getSuppressPersonal() |
boolean |
getSuppressPhone() |
Object |
invokeMethod(String method,
Object arguments) |
boolean |
isSuppressAddress() |
boolean |
isSuppressEmail() |
boolean |
isSuppressName() |
boolean |
isSuppressPersonal() |
boolean |
isSuppressPhone() |
void |
setEntityId(String value) |
void |
setMetaClass(groovy.lang.MetaClass mc) |
void |
setProperty(String property,
Object value) |
void |
setSuppressAddress(boolean value) |
void |
setSuppressEmail(boolean value) |
void |
setSuppressName(boolean value) |
void |
setSuppressPersonal(boolean value) |
void |
setSuppressPhone(boolean value) |
static EntityPrivacyPreferences |
to(EntityPrivacyPreferencesBo bo) |
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumbertoStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetVersionNumbergetObjectIdtoStringpublic EntityPrivacyPreferencesBo()
public groovy.lang.MetaClass getMetaClass()
getMetaClass in interface groovy.lang.GroovyObjectpublic void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass in interface groovy.lang.GroovyObjectpublic Object invokeMethod(String method, Object arguments)
invokeMethod in interface groovy.lang.GroovyObjectpublic Object getProperty(String property)
getProperty in interface groovy.lang.GroovyObjectpublic void setProperty(String property, Object value)
setProperty in interface groovy.lang.GroovyObjectpublic String getEntityId()
getEntityId in interface EntityPrivacyPreferencesContractpublic void setEntityId(String value)
public boolean getSuppressName()
public boolean isSuppressName()
isSuppressName in interface EntityPrivacyPreferencesContractpublic void setSuppressName(boolean value)
public boolean getSuppressEmail()
public boolean isSuppressEmail()
isSuppressEmail in interface EntityPrivacyPreferencesContractpublic void setSuppressEmail(boolean value)
public boolean getSuppressAddress()
public boolean isSuppressAddress()
isSuppressAddress in interface EntityPrivacyPreferencesContractpublic void setSuppressAddress(boolean value)
public boolean getSuppressPhone()
public boolean isSuppressPhone()
isSuppressPhone in interface EntityPrivacyPreferencesContractpublic void setSuppressPhone(boolean value)
public boolean getSuppressPersonal()
public boolean isSuppressPersonal()
isSuppressPersonal in interface EntityPrivacyPreferencesContractpublic void setSuppressPersonal(boolean value)
public static EntityPrivacyPreferences to(EntityPrivacyPreferencesBo bo)
public static EntityPrivacyPreferencesBo from(EntityPrivacyPreferences immutable)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.