|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EntityPhoneContract
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()
EntityPhoneContract
String getEntityTypeCode()
EntityPhoneContract
's object.
EntityPhoneContract
CodedAttributeContract 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 |