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:
  • Constructor Details

    • EntityAddressBase

      public EntityAddressBase()
  • Method Details

    • isSuppressAddress

      public boolean isSuppressAddress()
      Specified by:
      isSuppressAddress in interface org.kuali.rice.kim.api.identity.address.EntityAddressContract
    • getAttentionLine

      public String getAttentionLine()
      Specified by:
      getAttentionLine in interface org.kuali.rice.kim.api.identity.address.EntityAddressContract
    • getLine1

      public String getLine1()
      Specified by:
      getLine1 in interface org.kuali.rice.kim.api.identity.address.EntityAddressContract
    • getLine2

      public String getLine2()
      Specified by:
      getLine2 in interface org.kuali.rice.kim.api.identity.address.EntityAddressContract
    • getLine3

      public String getLine3()
      Specified by:
      getLine3 in interface org.kuali.rice.kim.api.identity.address.EntityAddressContract
    • getCity

      public String getCity()
      Specified by:
      getCity in interface org.kuali.rice.kim.api.identity.address.EntityAddressContract
    • getStateProvinceCode

      public String getStateProvinceCode()
      Specified by:
      getStateProvinceCode in interface org.kuali.rice.kim.api.identity.address.EntityAddressContract
    • getPostalCode

      public String getPostalCode()
      Specified by:
      getPostalCode in interface org.kuali.rice.kim.api.identity.address.EntityAddressContract
    • getCountryCode

      public String getCountryCode()
      Specified by:
      getCountryCode in interface org.kuali.rice.kim.api.identity.address.EntityAddressContract
    • getAttentionLineUnmasked

      public String getAttentionLineUnmasked()
      Specified by:
      getAttentionLineUnmasked in interface org.kuali.rice.kim.api.identity.address.EntityAddressContract
    • getLine1Unmasked

      public String getLine1Unmasked()
      Specified by:
      getLine1Unmasked in interface org.kuali.rice.kim.api.identity.address.EntityAddressContract
    • getLine2Unmasked

      public String getLine2Unmasked()
      Specified by:
      getLine2Unmasked in interface org.kuali.rice.kim.api.identity.address.EntityAddressContract
    • getLine3Unmasked

      public String getLine3Unmasked()
      Specified by:
      getLine3Unmasked in interface org.kuali.rice.kim.api.identity.address.EntityAddressContract
    • getCityUnmasked

      public String getCityUnmasked()
      Specified by:
      getCityUnmasked in interface org.kuali.rice.kim.api.identity.address.EntityAddressContract
    • getStateProvinceCodeUnmasked

      public String getStateProvinceCodeUnmasked()
      Specified by:
      getStateProvinceCodeUnmasked in interface org.kuali.rice.kim.api.identity.address.EntityAddressContract
    • getPostalCodeUnmasked

      public String getPostalCodeUnmasked()
      Specified by:
      getPostalCodeUnmasked in interface org.kuali.rice.kim.api.identity.address.EntityAddressContract
    • getCountryCodeUnmasked

      public String getCountryCodeUnmasked()
      Specified by:
      getCountryCodeUnmasked in interface org.kuali.rice.kim.api.identity.address.EntityAddressContract
    • getModifiedDate

      public org.joda.time.DateTime getModifiedDate()
      Specified by:
      getModifiedDate in interface org.kuali.rice.kim.api.identity.address.EntityAddressContract
    • getModifiedTimestamp

      public Timestamp getModifiedTimestamp()
    • getValidatedDate

      public org.joda.time.DateTime getValidatedDate()
      Specified by:
      getValidatedDate in interface org.kuali.rice.kim.api.identity.address.EntityAddressContract
    • getValidatedTimestamp

      public Timestamp getValidatedTimestamp()
    • getEntityId

      public String getEntityId()
      Specified by:
      getEntityId in interface org.kuali.rice.kim.api.identity.address.EntityAddressContract
    • setEntityId

      public void setEntityId(String entityId)
    • getAddressTypeCode

      public String getAddressTypeCode()
    • setAddressTypeCode

      public void setAddressTypeCode(String addressTypeCode)
    • getEntityTypeCode

      public String getEntityTypeCode()
      Specified by:
      getEntityTypeCode in interface org.kuali.rice.kim.api.identity.address.EntityAddressContract
    • setEntityTypeCode

      public void setEntityTypeCode(String entityTypeCode)
    • setCity

      public void setCity(String city)
    • setStateProvinceCode

      public void setStateProvinceCode(String stateProvinceCode)
    • setPostalCode

      public void setPostalCode(String postalCode)
    • setCountryCode

      public void setCountryCode(String countryCode)
    • setAttentionLine

      public void setAttentionLine(String attentionLine)
    • setLine1

      public void setLine1(String line1)
    • setLine2

      public void setLine2(String line2)
    • setLine3

      public void setLine3(String line3)
    • getDefaultValue

      public boolean getDefaultValue()
    • isDefaultValue

      public boolean isDefaultValue()
      Specified by:
      isDefaultValue in interface org.kuali.rice.core.api.mo.common.Defaultable
    • setDefaultValue

      public void setDefaultValue(boolean defaultValue)
    • getActive

      public boolean getActive()
    • isActive

      public boolean isActive()
      Specified by:
      isActive in interface org.kuali.rice.core.api.mo.common.active.Inactivatable
    • setActive

      public void setActive(boolean active)
    • getAddressFormat

      public String getAddressFormat()
      Specified by:
      getAddressFormat in interface org.kuali.rice.kim.api.identity.address.EntityAddressContract
    • setAddressFormat

      public void setAddressFormat(String addressFormat)
    • setModifiedDate

      public void setModifiedDate(org.joda.time.DateTime modifiedDate)
    • setModifiedTimestamp

      public void setModifiedTimestamp(Timestamp modifiedDate)
    • setValidatedDate

      public void setValidatedDate(org.joda.time.DateTime validatedDate)
    • setValidatedTimestamp

      public void setValidatedTimestamp(Timestamp validatedDate)
    • getValidated

      public boolean getValidated()
    • isValidated

      public boolean isValidated()
      Specified by:
      isValidated in interface org.kuali.rice.kim.api.identity.address.EntityAddressContract
    • setValidated

      public void setValidated(boolean validated)
    • getNoteMessage

      public String getNoteMessage()
      Specified by:
      getNoteMessage in interface org.kuali.rice.kim.api.identity.address.EntityAddressContract
    • setNoteMessage

      public void setNoteMessage(String noteMessage)
    • getSuppressAddress

      public boolean getSuppressAddress()
    • setSuppressAddress

      public void setSuppressAddress(boolean suppressAddress)