@MappedSuperclass public abstract class EntityAddressBase extends DataObjectBase implements EntityAddressContract
_persistence_cacheKey, _persistence_fetchGroup, _persistence_href, _persistence_links, _persistence_listener, _persistence_primaryKey, _persistence_relationshipInfo, _persistence_session, _persistence_shouldRefreshFetchGroup, objectId, versionNumber| Constructor and Description |
|---|
EntityAddressBase() |
_persistence_checkFetched, _persistence_checkFetchedForSet, _persistence_get_objectId, _persistence_get_versionNumber, _persistence_get, _persistence_getCacheKey, _persistence_getFetchGroup, _persistence_getHref, _persistence_getId, _persistence_getLinks, _persistence_getPropertyChangeListener, _persistence_getRelationships, _persistence_getSession, _persistence_isAttributeFetched, _persistence_new, _persistence_post_clone, _persistence_propertyChange, _persistence_resetFetchGroup, _persistence_set_objectId, _persistence_set_versionNumber, _persistence_set, _persistence_setCacheKey, _persistence_setFetchGroup, _persistence_setHref, _persistence_setId, _persistence_setLinks, _persistence_setPropertyChangeListener, _persistence_setRelationships, _persistence_setSession, _persistence_setShouldRefreshFetchGroup, _persistence_shallow_clone, _persistence_shouldRefreshFetchGroup, generateAndSetObjectIdIfNeeded, getExtensionObject, getObjectId, getVersionNumber, prePersist, preUpdate, setExtensionObject, setObjectId, setVersionNumber, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAddressTypepublic EntityAddressBase()
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 Timestamp getModifiedTimestamp()
public org.joda.time.DateTime getValidatedDate()
getValidatedDate in interface EntityAddressContractpublic Timestamp getValidatedTimestamp()
public String getEntityId()
getEntityId in interface EntityAddressContractpublic void setEntityId(String entityId)
public String getAddressTypeCode()
public void setAddressTypeCode(String addressTypeCode)
public String getEntityTypeCode()
getEntityTypeCode in interface EntityAddressContractpublic void setEntityTypeCode(String entityTypeCode)
public void setStateProvinceCode(String stateProvinceCode)
public void setPostalCode(String postalCode)
public void setCountryCode(String countryCode)
public void setAttentionLine(String attentionLine)
public boolean getDefaultValue()
public boolean isDefaultValue()
isDefaultValue in interface org.kuali.rice.core.api.mo.common.Defaultablepublic void setDefaultValue(boolean defaultValue)
public boolean getActive()
public boolean isActive()
isActive in interface org.kuali.rice.core.api.mo.common.active.Inactivatablepublic void setActive(boolean active)
public String getAddressFormat()
getAddressFormat in interface EntityAddressContractpublic void setAddressFormat(String addressFormat)
public void setModifiedDate(org.joda.time.DateTime modifiedDate)
public void setModifiedTimestamp(Timestamp modifiedDate)
public void setValidatedDate(org.joda.time.DateTime validatedDate)
public void setValidatedTimestamp(Timestamp validatedDate)
public boolean getValidated()
public boolean isValidated()
isValidated in interface EntityAddressContractpublic void setValidated(boolean validated)
public String getNoteMessage()
getNoteMessage in interface EntityAddressContractpublic void setNoteMessage(String noteMessage)
public boolean getSuppressAddress()
public void setSuppressAddress(boolean suppressAddress)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.