@Entity public class EntityTypeContactInfoBo extends PersistableBusinessObjectBase implements EntityTypeContactInfoContract, groovy.lang.GroovyObject
extension, versionNumber| Constructor and Description |
|---|
EntityTypeContactInfoBo() |
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 EntityTypeContactInfoBo()
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 EntityTypeContactInfoContractpublic void setEntityId(String value)
public String getEntityTypeCode()
getEntityTypeCode in interface EntityTypeContactInfoContractpublic void setEntityTypeCode(String value)
public void setEntityType(EntityTypeBo value)
public List<EntityEmailBo> getEmailAddresses()
getEmailAddresses in interface EntityTypeContactInfoContractpublic void setEmailAddresses(List<EntityEmailBo> value)
public List<EntityPhoneBo> getPhoneNumbers()
getPhoneNumbers in interface EntityTypeContactInfoContractpublic void setPhoneNumbers(List<EntityPhoneBo> value)
public List<EntityAddressBo> getAddresses()
getAddresses in interface EntityTypeContactInfoContractpublic void setAddresses(List<EntityAddressBo> value)
public boolean getActive()
public boolean isActive()
isActive in interface org.kuali.rice.core.api.mo.common.active.Inactivatablepublic void setActive(boolean value)
public static EntityTypeContactInfo to(EntityTypeContactInfoBo bo)
public static EntityTypeContactInfoDefault toDefault(EntityTypeContactInfoBo bo)
public static EntityTypeContactInfoBo from(EntityTypeContactInfo immutable)
public EntityAddressBo getDefaultAddress()
getDefaultAddress in interface EntityTypeContactInfoContractpublic EntityEmailBo getDefaultEmailAddress()
getDefaultEmailAddress in interface EntityTypeContactInfoContractpublic EntityPhoneBo getDefaultPhoneNumber()
getDefaultPhoneNumber in interface EntityTypeContactInfoContractpublic EntityTypeBo getEntityType()
getEntityType in interface EntityTypeContactInfoContractCopyright © 2005–2016 The Kuali Foundation. All rights reserved.