@Entity public class EntityAddressBo extends PersistableBusinessObjectBase implements EntityAddressContract, groovy.lang.GroovyObject
extension, versionNumber| Constructor and Description |
|---|
EntityAddressBo() |
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 EntityAddressBo()
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 EntityAddressContractpublic void setEntityId(String value)
public String getAddressTypeCode()
public void setAddressTypeCode(String value)
public String getEntityTypeCode()
getEntityTypeCode in interface EntityAddressContractpublic void setEntityTypeCode(String value)
public void setStateProvinceCode(String value)
public void setPostalCode(String value)
public void setCountryCode(String value)
public void setAttentionLine(String value)
public boolean getDefaultValue()
public boolean isDefaultValue()
isDefaultValue in interface org.kuali.rice.core.api.mo.common.Defaultablepublic void setDefaultValue(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 String getAddressFormat()
getAddressFormat in interface EntityAddressContractpublic void setAddressFormat(String value)
public void setModifiedDate(Timestamp value)
public void setValidatedDate(Timestamp value)
public boolean getValidated()
public boolean isValidated()
isValidated in interface EntityAddressContractpublic void setValidated(boolean value)
public String getNoteMessage()
getNoteMessage in interface EntityAddressContractpublic void setNoteMessage(String value)
public void setSuppressAddress(boolean value)
public static EntityAddress to(EntityAddressBo bo)
public static EntityAddressBo from(EntityAddress immutable)
public EntityAddressTypeBo getAddressType()
getAddressType in interface EntityAddressContractpublic void setAddressType(EntityAddressTypeBo addressType)
public boolean isSuppressAddress()
isSuppressAddress in interface EntityAddressContractpublic String getAttentionLine()
getAttentionLine in interface EntityAddressContractpublic String getLine1()
getLine1 in interface EntityAddressContractpublic String getLine2()
getLine2 in interface EntityAddressContractpublic String getLine3()
getLine3 in interface EntityAddressContractpublic String getCity()
getCity in interface EntityAddressContractpublic String getStateProvinceCode()
getStateProvinceCode in interface EntityAddressContractpublic String getPostalCode()
getPostalCode in interface EntityAddressContractpublic String getCountryCode()
getCountryCode in interface EntityAddressContractpublic String getAttentionLineUnmasked()
getAttentionLineUnmasked in interface EntityAddressContractpublic String getLine1Unmasked()
getLine1Unmasked in interface EntityAddressContractpublic String getLine2Unmasked()
getLine2Unmasked in interface EntityAddressContractpublic String getLine3Unmasked()
getLine3Unmasked in interface EntityAddressContractpublic String getCityUnmasked()
getCityUnmasked in interface EntityAddressContractpublic String getStateProvinceCodeUnmasked()
getStateProvinceCodeUnmasked in interface EntityAddressContractpublic String getPostalCodeUnmasked()
getPostalCodeUnmasked in interface EntityAddressContractpublic String getCountryCodeUnmasked()
getCountryCodeUnmasked in interface EntityAddressContractpublic org.joda.time.DateTime getModifiedDate()
getModifiedDate in interface EntityAddressContractpublic org.joda.time.DateTime getValidatedDate()
getValidatedDate in interface EntityAddressContractCopyright © 2005–2016 The Kuali Foundation. All rights reserved.