@Entity public class EntityEmailBo extends PersistableBusinessObjectBase implements EntityEmailContract, groovy.lang.GroovyObject
extension, versionNumber| Constructor and Description |
|---|
EntityEmailBo() |
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 EntityEmailBo()
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 getId()
getId in interface org.kuali.rice.core.api.mo.common.Identifiablepublic String getEntityId()
getEntityId in interface EntityEmailContractpublic void setEntityId(String value)
public String getEntityTypeCode()
getEntityTypeCode in interface EntityEmailContractpublic void setEntityTypeCode(String value)
public String getEmailTypeCode()
public void setEmailTypeCode(String value)
public void setEmailAddress(String value)
public void setSuppressEmail(boolean value)
public boolean getActive()
public boolean isActive()
isActive in interface org.kuali.rice.core.api.mo.common.active.Inactivatablepublic void setActive(boolean value)
public boolean getDefaultValue()
public boolean isDefaultValue()
isDefaultValue in interface org.kuali.rice.core.api.mo.common.Defaultablepublic void setDefaultValue(boolean value)
public static EntityEmail to(EntityEmailBo bo)
public static EntityEmailBo from(EntityEmail immutable)
public EntityEmailTypeBo getEmailType()
getEmailType in interface EntityEmailContractpublic void setEmailType(EntityEmailTypeBo emailType)
public boolean isSuppressEmail()
isSuppressEmail in interface EntityEmailContractpublic String getEmailAddressUnmasked()
getEmailAddressUnmasked in interface EntityEmailContractpublic String getEmailAddress()
getEmailAddress in interface EntityEmailContractCopyright © 2005–2016 The Kuali Foundation. All rights reserved.