|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.krad.bo.BusinessObjectBase
org.kuali.rice.krad.bo.PersistableBusinessObjectBase
org.kuali.rice.kim.impl.identity.address.EntityAddressBase
@MappedSuperclass public abstract class EntityAddressBase
| 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 |
|---|
public EntityAddressBase()
| Method Detail |
|---|
public boolean isSuppressAddress()
EntityAddressContract
isSuppressAddress in interface EntityAddressContractpublic String getAttentionLine()
EntityAddressContractEntityAddressContract
Corresponds to PESC AttentionLine
getAttentionLine in interface EntityAddressContractpublic String getLine1()
EntityAddressContractEntityAddressContract's first line.
getLine1 in interface EntityAddressContractEntityAddressContract, or null if none has been assigned.public String getLine2()
EntityAddressContractEntityAddressContract's second line.
getLine2 in interface EntityAddressContractEntityAddressContract, or null if none has been assigned.public String getLine3()
EntityAddressContractEntityAddressContract's third line.
getLine3 in interface EntityAddressContractEntityAddressContract, or null if none has been assigned.public String getCity()
EntityAddressContractEntityAddressContract's city name.
Corresponds to PESC City.
getCity in interface EntityAddressContractEntityAddressContract, or null if none has been assigned.public String getStateProvinceCode()
EntityAddressContractEntityAddressContract's state code.
Corresponds to PESC StateProvinceCode.
getStateProvinceCode in interface EntityAddressContractEntityAddressContract, or null if none has been assigned.public String getPostalCode()
EntityAddressContractEntityAddressContract's postal code.
getPostalCode in interface EntityAddressContractEntityAddressContract, or null if none has been assigned.public String getCountryCode()
EntityAddressContractEntityAddressContract's country code.
getCountryCode in interface EntityAddressContractEntityAddressContract, or null if none has been assigned.public String getAttentionLineUnmasked()
EntityAddressContractEntityAddressContract
getAttentionLineUnmasked in interface EntityAddressContractpublic String getLine1Unmasked()
EntityAddressContractEntityAddressContract's unmasked first line.
getLine1Unmasked in interface EntityAddressContractEntityAddressContract, or null if none has been assigned.public String getLine2Unmasked()
EntityAddressContractEntityAddressContract's unmasked second line.
getLine2Unmasked in interface EntityAddressContractEntityAddressContract, or null if none has been assigned.public String getLine3Unmasked()
EntityAddressContractEntityAddressContract's unmasked third line.
getLine3Unmasked in interface EntityAddressContractEntityAddressContract, or null if none has been assigned.public String getCityUnmasked()
EntityAddressContractEntityAddressContract's unmasked city name.
getCityUnmasked in interface EntityAddressContractEntityAddressContract, or null if none has been assigned.public String getStateProvinceCodeUnmasked()
EntityAddressContractEntityAddressContract's unmasked state code.
getStateProvinceCodeUnmasked in interface EntityAddressContractEntityAddressContract, or null if none has been assigned.public String getPostalCodeUnmasked()
EntityAddressContractEntityAddressContract's unmasked postal code.
getPostalCodeUnmasked in interface EntityAddressContractEntityAddressContract, or null if none has been assigned.public String getCountryCodeUnmasked()
EntityAddressContractEntityAddressContract's unmasked country code.
getCountryCodeUnmasked in interface EntityAddressContractEntityAddressContract, or null if none has been assigned.public org.joda.time.DateTime getModifiedDate()
EntityAddressContractEntityAddressContract's modification date
Corresponds to PESC ModifiedDate
getModifiedDate in interface EntityAddressContractpublic org.joda.time.DateTime getValidatedDate()
EntityAddressContractEntityAddressContract's validation date
Corresponds to PESC ValidatedDate
getValidatedDate in interface EntityAddressContractpublic String getEntityId()
EntityAddressContract
getEntityId in interface EntityAddressContractEntityAddressContractpublic void setEntityId(String entityId)
public String getAddressTypeCode()
public void setAddressTypeCode(String addressTypeCode)
public String getEntityTypeCode()
EntityAddressContractEntityAddressContract's object.
getEntityTypeCode in interface EntityAddressContractEntityAddressContractpublic void setEntityTypeCode(String entityTypeCode)
public void setCity(String city)
public void setStateProvinceCode(String stateProvinceCode)
public void setPostalCode(String postalCode)
public void setCountryCode(String countryCode)
public void setAttentionLine(String attentionLine)
public void setLine1(String line1)
public void setLine2(String line2)
public void setLine3(String line3)
public boolean getDefaultValue()
public boolean isDefaultValue()
Defaultable
isDefaultValue in interface Defaultablepublic void setDefaultValue(boolean defaultValue)
public boolean getActive()
public boolean isActive()
Inactivatable
isActive in interface Inactivatablepublic void setActive(boolean active)
public String getAddressFormat()
EntityAddressContractEntityAddressContract's address format
Corresponds to PESC AddressFormat
getAddressFormat in interface EntityAddressContractpublic void setAddressFormat(String addressFormat)
public void setModifiedDate(Timestamp modifiedDate)
public void setValidatedDate(Timestamp validatedDate)
public boolean getValidated()
public boolean isValidated()
EntityAddressContractEntityAddressContract is validated
Corresponds to PESC Validated
isValidated in interface EntityAddressContractpublic void setValidated(boolean validated)
public String getNoteMessage()
EntityAddressContractEntityAddressContract's note/message
Corresponds to PESC NoteMessage
getNoteMessage in interface EntityAddressContractpublic void setNoteMessage(String noteMessage)
public boolean getSuppressAddress()
public void setSuppressAddress(boolean suppressAddress)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||