org.kuali.rice.kim.impl.identity.address
Class EntityAddressBase

java.lang.Object
  extended by org.kuali.rice.krad.bo.BusinessObjectBase
      extended by org.kuali.rice.krad.bo.PersistableBusinessObjectBase
          extended by org.kuali.rice.kim.impl.identity.address.EntityAddressBase
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, Inactivatable, Defaultable, GloballyUnique, Identifiable, Versioned, ModelObjectBasic, EntityAddressContract, BusinessObject, PersistableBusinessObject
Direct Known Subclasses:
EntityAddressBo, EntityAddressHistoryBo

@MappedSuperclass
public abstract class EntityAddressBase
extends PersistableBusinessObjectBase
implements EntityAddressContract

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase
extension, newCollectionRecord, objectId, versionNumber
 
Constructor Summary
EntityAddressBase()
           
 
Method Summary
 boolean getActive()
           
 String getAddressFormat()
          Returns the EntityAddressContract's address format Corresponds to PESC AddressFormat
 String getAddressTypeCode()
           
 String getAttentionLine()
          Returns the attention line for this EntityAddressContract Corresponds to PESC AttentionLine
 String getAttentionLineUnmasked()
          Returns the unmasked attention line for this EntityAddressContract
 String getCity()
          Gets this EntityAddressContract's city name.
 String getCityUnmasked()
          Gets this EntityAddressContract's unmasked city name.
 String getCountryCode()
          Gets this EntityAddressContract's country code.
 String getCountryCodeUnmasked()
          Gets this EntityAddressContract's unmasked country code.
 boolean getDefaultValue()
           
 String getEntityId()
          Gets this id of the parent identity object.
 String getEntityTypeCode()
          Gets this entityTypeCode of the EntityAddressContract's object.
 String getLine1()
          Gets this EntityAddressContract's first line.
 String getLine1Unmasked()
          Gets this EntityAddressContract's unmasked first line.
 String getLine2()
          Gets this EntityAddressContract's second line.
 String getLine2Unmasked()
          Gets this EntityAddressContract's unmasked second line.
 String getLine3()
          Gets this EntityAddressContract's third line.
 String getLine3Unmasked()
          Gets this EntityAddressContract's unmasked third line.
 org.joda.time.DateTime getModifiedDate()
          Returns the EntityAddressContract's modification date Corresponds to PESC ModifiedDate
 String getNoteMessage()
          Returns the EntityAddressContract's note/message Corresponds to PESC NoteMessage
 String getPostalCode()
          Gets this EntityAddressContract's postal code.
 String getPostalCodeUnmasked()
          Gets this EntityAddressContract's unmasked postal code.
 String getStateProvinceCode()
          Gets this EntityAddressContract's state code.
 String getStateProvinceCodeUnmasked()
          Gets this EntityAddressContract's unmasked state code.
 boolean getSuppressAddress()
           
 boolean getValidated()
           
 org.joda.time.DateTime getValidatedDate()
          Returns the EntityAddressContract's validation date Corresponds to PESC ValidatedDate
 boolean isActive()
          The active indicator for an object.
 boolean isDefaultValue()
          The default value for this object.
 boolean isSuppressAddress()
          Returns a boolean value that determines if address fields should be suppressed.
 boolean isValidated()
          Returns whether the EntityAddressContract is validated Corresponds to PESC Validated
 void setActive(boolean active)
           
 void setAddressFormat(String addressFormat)
           
 void setAddressTypeCode(String addressTypeCode)
           
 void setAttentionLine(String attentionLine)
           
 void setCity(String city)
           
 void setCountryCode(String countryCode)
           
 void setDefaultValue(boolean defaultValue)
           
 void setEntityId(String entityId)
           
 void setEntityTypeCode(String entityTypeCode)
           
 void setLine1(String line1)
           
 void setLine2(String line2)
           
 void setLine3(String line3)
           
 void setModifiedDate(Timestamp modifiedDate)
           
 void setNoteMessage(String noteMessage)
           
 void setPostalCode(String postalCode)
           
 void setStateProvinceCode(String stateProvinceCode)
           
 void setSuppressAddress(boolean suppressAddress)
           
 void setValidated(boolean validated)
           
 void setValidatedDate(Timestamp validatedDate)
           
 
Methods inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getLegacyDataAdapter, getObjectId, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber
 
Methods inherited from class org.kuali.rice.krad.bo.BusinessObjectBase
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.kuali.rice.kim.api.identity.address.EntityAddressContract
getAddressType
 
Methods inherited from interface org.kuali.rice.core.api.mo.common.Versioned
getVersionNumber
 
Methods inherited from interface org.kuali.rice.core.api.mo.common.GloballyUnique
getObjectId
 
Methods inherited from interface org.kuali.rice.core.api.mo.common.Identifiable
getId
 
Methods inherited from interface org.kuali.rice.core.api.mo.ModelObjectBasic
toString
 

Constructor Detail

EntityAddressBase

public EntityAddressBase()
Method Detail

isSuppressAddress

public boolean isSuppressAddress()
Description copied from interface: EntityAddressContract
Returns a boolean value that determines if address fields should be suppressed.

Specified by:
isSuppressAddress in interface EntityAddressContract
Returns:
boolean value that determines if address should be suppressed.

getAttentionLine

public String getAttentionLine()
Description copied from interface: EntityAddressContract
Returns the attention line for this EntityAddressContract Corresponds to PESC AttentionLine

Specified by:
getAttentionLine in interface EntityAddressContract
Returns:
the attention line

getLine1

public String getLine1()
Description copied from interface: EntityAddressContract
Gets this EntityAddressContract's first line.

Specified by:
getLine1 in interface EntityAddressContract
Returns:
the first line for this EntityAddressContract, or null if none has been assigned.

getLine2

public String getLine2()
Description copied from interface: EntityAddressContract
Gets this EntityAddressContract's second line.

Specified by:
getLine2 in interface EntityAddressContract
Returns:
the second line for this EntityAddressContract, or null if none has been assigned.

getLine3

public String getLine3()
Description copied from interface: EntityAddressContract
Gets this EntityAddressContract's third line.

Specified by:
getLine3 in interface EntityAddressContract
Returns:
the third line for this EntityAddressContract, or null if none has been assigned.

getCity

public String getCity()
Description copied from interface: EntityAddressContract
Gets this EntityAddressContract's city name. Corresponds to PESC City.

Specified by:
getCity in interface EntityAddressContract
Returns:
the city name for this EntityAddressContract, or null if none has been assigned.

getStateProvinceCode

public String getStateProvinceCode()
Description copied from interface: EntityAddressContract
Gets this EntityAddressContract's state code. Corresponds to PESC StateProvinceCode.

Specified by:
getStateProvinceCode in interface EntityAddressContract
Returns:
the state code for this EntityAddressContract, or null if none has been assigned.

getPostalCode

public String getPostalCode()
Description copied from interface: EntityAddressContract
Gets this EntityAddressContract's postal code.

Specified by:
getPostalCode in interface EntityAddressContract
Returns:
the postal code for this EntityAddressContract, or null if none has been assigned.

getCountryCode

public String getCountryCode()
Description copied from interface: EntityAddressContract
Gets this EntityAddressContract's country code.

Specified by:
getCountryCode in interface EntityAddressContract
Returns:
the country code for this EntityAddressContract, or null if none has been assigned.

getAttentionLineUnmasked

public String getAttentionLineUnmasked()
Description copied from interface: EntityAddressContract
Returns the unmasked attention line for this EntityAddressContract

Specified by:
getAttentionLineUnmasked in interface EntityAddressContract
Returns:
the unmasked attention line

getLine1Unmasked

public String getLine1Unmasked()
Description copied from interface: EntityAddressContract
Gets this EntityAddressContract's unmasked first line.

Specified by:
getLine1Unmasked in interface EntityAddressContract
Returns:
the unmasked first line for this EntityAddressContract, or null if none has been assigned.

getLine2Unmasked

public String getLine2Unmasked()
Description copied from interface: EntityAddressContract
Gets this EntityAddressContract's unmasked second line.

Specified by:
getLine2Unmasked in interface EntityAddressContract
Returns:
the unmasked second line for this EntityAddressContract, or null if none has been assigned.

getLine3Unmasked

public String getLine3Unmasked()
Description copied from interface: EntityAddressContract
Gets this EntityAddressContract's unmasked third line.

Specified by:
getLine3Unmasked in interface EntityAddressContract
Returns:
the unmasked third line for this EntityAddressContract, or null if none has been assigned.

getCityUnmasked

public String getCityUnmasked()
Description copied from interface: EntityAddressContract
Gets this EntityAddressContract's unmasked city name.

Specified by:
getCityUnmasked in interface EntityAddressContract
Returns:
the unmasked city name for this EntityAddressContract, or null if none has been assigned.

getStateProvinceCodeUnmasked

public String getStateProvinceCodeUnmasked()
Description copied from interface: EntityAddressContract
Gets this EntityAddressContract's unmasked state code.

Specified by:
getStateProvinceCodeUnmasked in interface EntityAddressContract
Returns:
the unmasked state code for this EntityAddressContract, or null if none has been assigned.

getPostalCodeUnmasked

public String getPostalCodeUnmasked()
Description copied from interface: EntityAddressContract
Gets this EntityAddressContract's unmasked postal code.

Specified by:
getPostalCodeUnmasked in interface EntityAddressContract
Returns:
the unmasked postal code for this EntityAddressContract, or null if none has been assigned.

getCountryCodeUnmasked

public String getCountryCodeUnmasked()
Description copied from interface: EntityAddressContract
Gets this EntityAddressContract's unmasked country code.

Specified by:
getCountryCodeUnmasked in interface EntityAddressContract
Returns:
the unmasked country code for this EntityAddressContract, or null if none has been assigned.

getModifiedDate

public org.joda.time.DateTime getModifiedDate()
Description copied from interface: EntityAddressContract
Returns the EntityAddressContract's modification date Corresponds to PESC ModifiedDate

Specified by:
getModifiedDate in interface EntityAddressContract
Returns:
the modification date

getValidatedDate

public org.joda.time.DateTime getValidatedDate()
Description copied from interface: EntityAddressContract
Returns the EntityAddressContract's validation date Corresponds to PESC ValidatedDate

Specified by:
getValidatedDate in interface EntityAddressContract
Returns:
the validation date or null if none is set

getEntityId

public String getEntityId()
Description copied from interface: EntityAddressContract
Gets this id of the parent identity object.

Specified by:
getEntityId in interface EntityAddressContract
Returns:
the identity id for this EntityAddressContract

setEntityId

public void setEntityId(String entityId)

getAddressTypeCode

public String getAddressTypeCode()

setAddressTypeCode

public void setAddressTypeCode(String addressTypeCode)

getEntityTypeCode

public String getEntityTypeCode()
Description copied from interface: EntityAddressContract
Gets this entityTypeCode of the EntityAddressContract's object.

Specified by:
getEntityTypeCode in interface EntityAddressContract
Returns:
the identity type code for this 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()
Description copied from interface: Defaultable
The default value for this object.

Specified by:
isDefaultValue in interface Defaultable
Returns:
the default value for this object

setDefaultValue

public void setDefaultValue(boolean defaultValue)

getActive

public boolean getActive()

isActive

public boolean isActive()
Description copied from interface: Inactivatable
The active indicator for an object.

Specified by:
isActive in interface Inactivatable
Returns:
true if active false if not.

setActive

public void setActive(boolean active)

getAddressFormat

public String getAddressFormat()
Description copied from interface: EntityAddressContract
Returns the EntityAddressContract's address format Corresponds to PESC AddressFormat

Specified by:
getAddressFormat in interface EntityAddressContract
Returns:
the address format or null if none is set

setAddressFormat

public void setAddressFormat(String addressFormat)

setModifiedDate

public void setModifiedDate(Timestamp modifiedDate)

setValidatedDate

public void setValidatedDate(Timestamp validatedDate)

getValidated

public boolean getValidated()

isValidated

public boolean isValidated()
Description copied from interface: EntityAddressContract
Returns whether the EntityAddressContract is validated Corresponds to PESC Validated

Specified by:
isValidated in interface EntityAddressContract
Returns:
whether the address is validated

setValidated

public void setValidated(boolean validated)

getNoteMessage

public String getNoteMessage()
Description copied from interface: EntityAddressContract
Returns the EntityAddressContract's note/message Corresponds to PESC NoteMessage

Specified by:
getNoteMessage in interface EntityAddressContract
Returns:
the note/message or null if none is set

setNoteMessage

public void setNoteMessage(String noteMessage)

getSuppressAddress

public boolean getSuppressAddress()

setSuppressAddress

public void setSuppressAddress(boolean suppressAddress)


Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.