|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.kim.bo.entity.dto.KimInactivatableInfo org.kuali.rice.kim.bo.entity.dto.KimDefaultableInfo org.kuali.rice.kim.bo.entity.dto.KimEntityPhoneInfo
public class KimEntityPhoneInfo
Field Summary | |
---|---|
protected String |
countryCode
|
protected String |
countryCodeUnmasked
|
protected String |
entityPhoneId
|
protected String |
entityTypeCode
|
protected String |
extensionNumber
|
protected String |
extensionNumberUnmasked
|
protected String |
formattedPhoneNumber
|
protected String |
formattedPhoneNumberUnmasked
|
protected String |
phoneNumber
|
protected String |
phoneNumberUnmasked
|
protected String |
phoneTypeCode
|
private static long |
serialVersionUID
|
protected boolean |
suppressPhone
|
Fields inherited from class org.kuali.rice.kim.bo.entity.dto.KimDefaultableInfo |
---|
dflt |
Fields inherited from class org.kuali.rice.kim.bo.entity.dto.KimInactivatableInfo |
---|
active |
Constructor Summary | |
---|---|
KimEntityPhoneInfo()
constructs an empty KimEntityPhoneInfo |
|
KimEntityPhoneInfo(KimEntityPhone phone)
constructs a KimEntityPhoneInfo derived from the given KimEntityPhone |
Methods inherited from class org.kuali.rice.kim.bo.entity.dto.KimDefaultableInfo |
---|
isDefault, setDefault |
Methods inherited from class org.kuali.rice.kim.bo.entity.dto.KimInactivatableInfo |
---|
isActive, setActive |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.kuali.rice.kns.bo.Defaultable |
---|
isDefault, setDefault |
Methods inherited from interface org.kuali.rice.kns.bo.Inactivateable |
---|
isActive, setActive |
Field Detail |
---|
private static final long serialVersionUID
protected String entityPhoneId
protected String entityTypeCode
protected String phoneTypeCode
protected String phoneNumber
protected String extensionNumber
protected String countryCode
protected String phoneNumberUnmasked
protected String extensionNumberUnmasked
protected String countryCodeUnmasked
protected String formattedPhoneNumber
protected String formattedPhoneNumberUnmasked
protected boolean suppressPhone
Constructor Detail |
---|
public KimEntityPhoneInfo()
public KimEntityPhoneInfo(KimEntityPhone phone)
KimEntityPhoneInfo
derived from the given KimEntityPhone
Method Detail |
---|
public String getEntityPhoneId()
KimEntityPhone
's id.
getEntityPhoneId
in interface KimEntityPhone
KimEntityPhone
, or null if none has been assigned.KimEntityPhone.getEntityPhoneId()
public void setEntityPhoneId(String entityPhoneId)
entityPhoneId
- the entityPhoneId to setpublic String getEntityTypeCode()
getEntityTypeCode
in interface KimDefaultableEntityTypeData
KimDefaultableEntityTypeData.getEntityTypeCode()
public void setEntityTypeCode(String entityTypeCode)
entityTypeCode
- the entityTypeCode to setpublic String getPhoneTypeCode()
KimEntityPhone
's type code.
getPhoneTypeCode
in interface KimEntityPhone
KimEntityPhone
, or null if none has been assigned.KimEntityPhone.getPhoneTypeCode()
public void setPhoneTypeCode(String phoneTypeCode)
phoneTypeCode
- the phoneTypeCode to setpublic String getPhoneNumber()
KimEntityPhone
's phone number.
getPhoneNumber
in interface KimEntityPhone
KimEntityPhone
, or null if none has been assigned.KimEntityPhone.getPhoneNumber()
public void setPhoneNumber(String phoneNumber)
phoneNumber
- the phoneNumber to setpublic String getExtensionNumber()
KimEntityPhone
's extension number.
getExtensionNumber
in interface KimEntityPhone
KimEntityPhone
, or null if none has been assigned.KimEntityPhone.getExtensionNumber()
public void setExtensionNumber(String extensionNumber)
extensionNumber
- the extensionNumber to setpublic String getCountryCode()
KimEntityPhone
's country code.
getCountryCode
in interface KimEntityPhone
KimEntityPhone
, or null if none has been assigned.KimEntityPhone.getCountryCode()
public void setCountryCode(String countryCode)
countryCode
- the countryCode to setpublic String getPhoneNumberUnmasked()
KimEntityPhone
's unmasked phone number.
getPhoneNumberUnmasked
in interface KimEntityPhone
KimEntityPhone
, or null if none has been assigned.KimEntityPhone.getPhoneNumberUnmasked()
public void setPhoneNumberUnmasked(String phoneNumberUnmasked)
phoneNumberUnmasked
- the phoneNumberUnmasked to setpublic String getExtensionNumberUnmasked()
KimEntityPhone
's unmasked extension number.
getExtensionNumberUnmasked
in interface KimEntityPhone
KimEntityPhone
, or null if none has been assigned.KimEntityPhone.getExtensionNumberUnmasked()
public void setExtensionNumberUnmasked(String extensionNumberUnmasked)
extensionNumberUnmasked
- the extensionNumberUnmasked to setpublic String getCountryCodeUnmasked()
KimEntityPhone
's unmasked country code.
getCountryCodeUnmasked
in interface KimEntityPhone
KimEntityPhone
, or null if none has been assigned.KimEntityPhone.getCountryCodeUnmasked()
public void setCountryCodeUnmasked(String countryCodeUnmasked)
countryCodeUnmasked
- the countryCodeUnmasked to setpublic String getFormattedPhoneNumber()
KimEntityPhone
's formatted phone number.
getFormattedPhoneNumber
in interface KimEntityPhone
KimEntityPhone
, or null if none has been assigned.KimEntityPhone.getFormattedPhoneNumber()
public void setFormattedPhoneNumber(String formattedPhoneNumber)
formattedPhoneNumber
- the formattedPhoneNumber to setpublic String getFormattedPhoneNumberUnmasked()
KimEntityPhone
's unmasked formatted phone number.
getFormattedPhoneNumberUnmasked
in interface KimEntityPhone
KimEntityPhone
, or null if none has been assigned.KimEntityPhone.getFormattedPhoneNumberUnmasked()
public void setFormattedPhoneNumberUnmasked(String formattedPhoneNumberUnmasked)
formattedPhoneNumberUnmasked
- the formattedPhoneNumberUnmasked to setpublic boolean isSuppressPhone()
isSuppressPhone
in interface KimEntityPhone
KimEntityPhone.isSuppressPhone()
public void setSuppressPhone(boolean suppressPhone)
suppressPhone
- the suppressPhone to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |