public interface EntityPhoneContract extends Versioned, GloballyUnique, Defaultable, Inactivatable, Identifiable
| Modifier and Type | Method and Description |
|---|---|
String |
getCountryCode()
Gets this
EntityPhone's country code. |
String |
getCountryCodeUnmasked()
Gets this
EntityPhone's unmasked country code. |
String |
getEntityId()
Gets this id of the parent identity object.
|
String |
getEntityTypeCode()
Gets this entityTypeCode of the
EntityPhoneContract's object. |
String |
getExtensionNumber()
Gets this
EntityPhone's extension number. |
String |
getExtensionNumberUnmasked()
Gets this
EntityPhone's unmasked extension number. |
String |
getFormattedPhoneNumber()
Gets this
EntityPhone's formatted phone number. |
String |
getFormattedPhoneNumberUnmasked()
Gets this
EntityPhone's unmasked formatted phone number. |
String |
getPhoneNumber()
Gets this
EntityPhone's phone number. |
String |
getPhoneNumberUnmasked()
Gets this
EntityPhone's unmasked phone number. |
CodedAttributeContract |
getPhoneType()
Gets this
EntityPhone's type code. |
boolean |
isSuppressPhone()
Returns a boolean value that determines if phone fields should be suppressed.
|
getVersionNumbergetObjectIdisDefaultValueisActivegetIdString getEntityId()
EntityPhoneContractString getEntityTypeCode()
EntityPhoneContract's object.EntityPhoneContractCodedAttributeContract getPhoneType()
EntityPhone's type code.EntityPhone, or null if none has been assigned.String getPhoneNumber()
EntityPhone's phone number.EntityPhone, or null if none has been assigned.String getExtensionNumber()
EntityPhone's extension number.EntityPhone, or null if none has been assigned.String getCountryCode()
EntityPhone's country code.EntityPhone, or null if none has been assigned.String getPhoneNumberUnmasked()
EntityPhone's unmasked phone number.EntityPhone, or null if none has been assigned.String getExtensionNumberUnmasked()
EntityPhone's unmasked extension number.EntityPhone, or null if none has been assigned.String getCountryCodeUnmasked()
EntityPhone's unmasked country code.EntityPhone, or null if none has been assigned.String getFormattedPhoneNumber()
EntityPhone's formatted phone number.EntityPhone, or null if none has been assigned.String getFormattedPhoneNumberUnmasked()
EntityPhone's unmasked formatted phone number.EntityPhone, or null if none has been assigned.boolean isSuppressPhone()
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.