public final class EntityAddress extends AbstractDataTransferObject implements EntityAddressContract
| Modifier and Type | Class and Description |
|---|---|
static class |
EntityAddress.Builder
A builder which can be used to construct
EntityAddress instances. |
| Modifier and Type | Method and Description |
|---|---|
String |
getAddressFormat()
Returns the
EntityAddressContract's address format
Corresponds to PESC AddressFormat |
CodedAttribute |
getAddressType()
Gets this
EntityAddressContract's address type code. |
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. |
String |
getEntityId()
Gets this id of the parent identity object.
|
String |
getEntityTypeCode()
Gets this entityTypeCode of the
EntityAddressContract's object. |
String |
getId()
The unique identifier for an 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 |
getObjectId()
Return the globally unique object id of this object.
|
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. |
org.joda.time.DateTime |
getValidatedDate()
Returns the
EntityAddressContract's validation date
Corresponds to PESC ValidatedDate |
Long |
getVersionNumber()
Returns the version number for this object.
|
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 |
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toStringpublic String getEntityId()
EntityAddressContractgetEntityId in interface EntityAddressContractEntityAddressContractpublic String getEntityTypeCode()
EntityAddressContractEntityAddressContract's object.getEntityTypeCode in interface EntityAddressContractEntityAddressContractpublic CodedAttribute getAddressType()
EntityAddressContractEntityAddressContract's address type code.getAddressType in interface EntityAddressContractEntityAddressContract, or null if none has been assigned.public String getAttentionLine()
EntityAddressContractEntityAddressContract
Corresponds to PESC AttentionLinegetAttentionLine 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()
EntityAddressContractEntityAddressContractgetAttentionLineUnmasked 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 String getAddressFormat()
EntityAddressContractEntityAddressContract's address format
Corresponds to PESC AddressFormatgetAddressFormat in interface EntityAddressContractpublic org.joda.time.DateTime getModifiedDate()
EntityAddressContractEntityAddressContract's modification date
Corresponds to PESC ModifiedDategetModifiedDate in interface EntityAddressContractpublic org.joda.time.DateTime getValidatedDate()
EntityAddressContractEntityAddressContract's validation date
Corresponds to PESC ValidatedDategetValidatedDate in interface EntityAddressContractpublic boolean isValidated()
EntityAddressContractEntityAddressContract is validated
Corresponds to PESC ValidatedisValidated in interface EntityAddressContractpublic String getNoteMessage()
EntityAddressContractEntityAddressContract's note/message
Corresponds to PESC NoteMessagegetNoteMessage in interface EntityAddressContractpublic boolean isSuppressAddress()
EntityAddressContractisSuppressAddress in interface EntityAddressContractpublic boolean isDefaultValue()
DefaultableisDefaultValue in interface Defaultablepublic Long getVersionNumber()
VersionedgetVersionNumber in interface Versionedpublic String getObjectId()
GloballyUniquegetObjectId in interface GloballyUniquepublic boolean isActive()
InactivatableisActive in interface Inactivatablepublic String getId()
IdentifiablegetId in interface IdentifiableCopyright © 2005–2015 The Kuali Foundation. All rights reserved.