|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EntityPhoneContract
This is a contract for EntityPhone and represents the phone information of an Entity.
| Method Summary | |
|---|---|
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. |
| 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.Defaultable |
|---|
isDefaultValue |
| Methods inherited from interface org.kuali.rice.core.api.mo.common.active.Inactivatable |
|---|
isActive |
| Methods inherited from interface org.kuali.rice.core.api.mo.common.Identifiable |
|---|
getId |
| Method Detail |
|---|
String 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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||