@Entity public class EntityPhoneBo extends PersistableBusinessObjectBase implements EntityPhoneContract, groovy.lang.GroovyObject
extension, versionNumber| Constructor and Description |
|---|
EntityPhoneBo() |
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 EntityPhoneBo()
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 EntityPhoneContractpublic void setEntityId(String value)
public String getEntityTypeCode()
getEntityTypeCode in interface EntityPhoneContractpublic void setEntityTypeCode(String value)
public void setPhoneTypeCode(String value)
public void setPhoneNumber(String value)
public void setExtensionNumber(String value)
public void setCountryCode(String value)
public void setSuppressPhone(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 String getPhoneTypeCode()
public static EntityPhone to(EntityPhoneBo bo)
public static EntityPhoneBo from(EntityPhone immutable)
public EntityPhoneTypeBo getPhoneType()
getPhoneType in interface EntityPhoneContractpublic void setPhoneType(EntityPhoneTypeBo phoneType)
public boolean isSuppressPhone()
isSuppressPhone in interface EntityPhoneContractpublic String getFormattedPhoneNumber()
getFormattedPhoneNumber in interface EntityPhoneContractpublic String getPhoneNumberUnmasked()
getPhoneNumberUnmasked in interface EntityPhoneContractpublic String getExtensionNumberUnmasked()
getExtensionNumberUnmasked in interface EntityPhoneContractpublic String getCountryCodeUnmasked()
getCountryCodeUnmasked in interface EntityPhoneContractpublic String getFormattedPhoneNumberUnmasked()
getFormattedPhoneNumberUnmasked in interface EntityPhoneContractpublic String getPhoneNumber()
getPhoneNumber in interface EntityPhoneContractpublic String getCountryCode()
getCountryCode in interface EntityPhoneContractpublic String getExtensionNumber()
getExtensionNumber in interface EntityPhoneContractCopyright © 2005–2016 The Kuali Foundation. All rights reserved.