Class EntityAddressBase
java.lang.Object
org.kuali.rice.krad.bo.DataObjectBase
org.kuali.rice.kim.impl.identity.address.EntityAddressBase
- All Implemented Interfaces:
Serializable,Cloneable,org.eclipse.persistence.descriptors.changetracking.ChangeTracker,org.eclipse.persistence.internal.descriptors.PersistenceEntity,org.eclipse.persistence.internal.descriptors.PersistenceObject,org.eclipse.persistence.internal.weaving.PersistenceWeaved,org.eclipse.persistence.internal.weaving.PersistenceWeavedChangeTracking,org.eclipse.persistence.internal.weaving.PersistenceWeavedFetchGroups,org.eclipse.persistence.internal.weaving.PersistenceWeavedRest,org.eclipse.persistence.queries.FetchGroupTracker,org.kuali.rice.core.api.mo.common.active.Inactivatable,org.kuali.rice.core.api.mo.common.Defaultable,org.kuali.rice.core.api.mo.common.GloballyUnique,org.kuali.rice.core.api.mo.common.Identifiable,org.kuali.rice.core.api.mo.common.Versioned,org.kuali.rice.kim.api.identity.address.EntityAddressContract
- Direct Known Subclasses:
EntityAddressBo
@MappedSuperclass
public abstract class EntityAddressBase
extends org.kuali.rice.krad.bo.DataObjectBase
implements org.kuali.rice.kim.api.identity.address.EntityAddressContract
- See Also:
-
Field Summary
Fields inherited from class org.kuali.rice.krad.bo.DataObjectBase
_persistence_cacheKey, _persistence_fetchGroup, _persistence_href, _persistence_links, _persistence_listener, _persistence_primaryKey, _persistence_relationshipInfo, _persistence_session, _persistence_shouldRefreshFetchGroup, objectId, versionNumber -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetCity()booleangetLine1()getLine2()getLine3()org.joda.time.DateTimebooleanbooleanorg.joda.time.DateTimebooleanisActive()booleanbooleanbooleanvoidsetActive(boolean active) voidsetAddressFormat(String addressFormat) voidsetAddressTypeCode(String addressTypeCode) voidsetAttentionLine(String attentionLine) voidvoidsetCountryCode(String countryCode) voidsetDefaultValue(boolean defaultValue) voidsetEntityId(String entityId) voidsetEntityTypeCode(String entityTypeCode) voidvoidvoidvoidsetModifiedDate(org.joda.time.DateTime modifiedDate) voidsetModifiedTimestamp(Timestamp modifiedDate) voidsetNoteMessage(String noteMessage) voidsetPostalCode(String postalCode) voidsetStateProvinceCode(String stateProvinceCode) voidsetSuppressAddress(boolean suppressAddress) voidsetValidated(boolean validated) voidsetValidatedDate(org.joda.time.DateTime validatedDate) voidsetValidatedTimestamp(Timestamp validatedDate) Methods inherited from class org.kuali.rice.krad.bo.DataObjectBase
_persistence_checkFetched, _persistence_checkFetchedForSet, _persistence_get, _persistence_get_objectId, _persistence_get_versionNumber, _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, _persistence_set_objectId, _persistence_set_versionNumber, _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, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.kuali.rice.kim.api.identity.address.EntityAddressContract
getAddressTypeMethods inherited from interface org.kuali.rice.core.api.mo.common.GloballyUnique
getObjectIdMethods inherited from interface org.kuali.rice.core.api.mo.common.Identifiable
getIdMethods inherited from interface org.kuali.rice.core.api.mo.common.Versioned
getVersionNumber
-
Constructor Details
-
EntityAddressBase
public EntityAddressBase()
-
-
Method Details
-
isSuppressAddress
public boolean isSuppressAddress()- Specified by:
isSuppressAddressin interfaceorg.kuali.rice.kim.api.identity.address.EntityAddressContract
-
getAttentionLine
- Specified by:
getAttentionLinein interfaceorg.kuali.rice.kim.api.identity.address.EntityAddressContract
-
getLine1
- Specified by:
getLine1in interfaceorg.kuali.rice.kim.api.identity.address.EntityAddressContract
-
getLine2
- Specified by:
getLine2in interfaceorg.kuali.rice.kim.api.identity.address.EntityAddressContract
-
getLine3
- Specified by:
getLine3in interfaceorg.kuali.rice.kim.api.identity.address.EntityAddressContract
-
getCity
- Specified by:
getCityin interfaceorg.kuali.rice.kim.api.identity.address.EntityAddressContract
-
getStateProvinceCode
- Specified by:
getStateProvinceCodein interfaceorg.kuali.rice.kim.api.identity.address.EntityAddressContract
-
getPostalCode
- Specified by:
getPostalCodein interfaceorg.kuali.rice.kim.api.identity.address.EntityAddressContract
-
getCountryCode
- Specified by:
getCountryCodein interfaceorg.kuali.rice.kim.api.identity.address.EntityAddressContract
-
getAttentionLineUnmasked
- Specified by:
getAttentionLineUnmaskedin interfaceorg.kuali.rice.kim.api.identity.address.EntityAddressContract
-
getLine1Unmasked
- Specified by:
getLine1Unmaskedin interfaceorg.kuali.rice.kim.api.identity.address.EntityAddressContract
-
getLine2Unmasked
- Specified by:
getLine2Unmaskedin interfaceorg.kuali.rice.kim.api.identity.address.EntityAddressContract
-
getLine3Unmasked
- Specified by:
getLine3Unmaskedin interfaceorg.kuali.rice.kim.api.identity.address.EntityAddressContract
-
getCityUnmasked
- Specified by:
getCityUnmaskedin interfaceorg.kuali.rice.kim.api.identity.address.EntityAddressContract
-
getStateProvinceCodeUnmasked
- Specified by:
getStateProvinceCodeUnmaskedin interfaceorg.kuali.rice.kim.api.identity.address.EntityAddressContract
-
getPostalCodeUnmasked
- Specified by:
getPostalCodeUnmaskedin interfaceorg.kuali.rice.kim.api.identity.address.EntityAddressContract
-
getCountryCodeUnmasked
- Specified by:
getCountryCodeUnmaskedin interfaceorg.kuali.rice.kim.api.identity.address.EntityAddressContract
-
getModifiedDate
public org.joda.time.DateTime getModifiedDate()- Specified by:
getModifiedDatein interfaceorg.kuali.rice.kim.api.identity.address.EntityAddressContract
-
getModifiedTimestamp
-
getValidatedDate
public org.joda.time.DateTime getValidatedDate()- Specified by:
getValidatedDatein interfaceorg.kuali.rice.kim.api.identity.address.EntityAddressContract
-
getValidatedTimestamp
-
getEntityId
- Specified by:
getEntityIdin interfaceorg.kuali.rice.kim.api.identity.address.EntityAddressContract
-
setEntityId
-
getAddressTypeCode
-
setAddressTypeCode
-
getEntityTypeCode
- Specified by:
getEntityTypeCodein interfaceorg.kuali.rice.kim.api.identity.address.EntityAddressContract
-
setEntityTypeCode
-
setCity
-
setStateProvinceCode
-
setPostalCode
-
setCountryCode
-
setAttentionLine
-
setLine1
-
setLine2
-
setLine3
-
getDefaultValue
public boolean getDefaultValue() -
isDefaultValue
public boolean isDefaultValue()- Specified by:
isDefaultValuein interfaceorg.kuali.rice.core.api.mo.common.Defaultable
-
setDefaultValue
public void setDefaultValue(boolean defaultValue) -
getActive
public boolean getActive() -
isActive
public boolean isActive()- Specified by:
isActivein interfaceorg.kuali.rice.core.api.mo.common.active.Inactivatable
-
setActive
public void setActive(boolean active) -
getAddressFormat
- Specified by:
getAddressFormatin interfaceorg.kuali.rice.kim.api.identity.address.EntityAddressContract
-
setAddressFormat
-
setModifiedDate
public void setModifiedDate(org.joda.time.DateTime modifiedDate) -
setModifiedTimestamp
-
setValidatedDate
public void setValidatedDate(org.joda.time.DateTime validatedDate) -
setValidatedTimestamp
-
getValidated
public boolean getValidated() -
isValidated
public boolean isValidated()- Specified by:
isValidatedin interfaceorg.kuali.rice.kim.api.identity.address.EntityAddressContract
-
setValidated
public void setValidated(boolean validated) -
getNoteMessage
- Specified by:
getNoteMessagein interfaceorg.kuali.rice.kim.api.identity.address.EntityAddressContract
-
setNoteMessage
-
getSuppressAddress
public boolean getSuppressAddress() -
setSuppressAddress
public void setSuppressAddress(boolean suppressAddress)
-