public class PhoneNumberPojo extends Object implements PhoneNumber
| Constructor and Description |
|---|
PhoneNumberPojo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayType() |
String |
getLabel() |
String |
getPhoneNumber() |
String |
getType() |
boolean |
isPopulated()
Usable entries must have something for a number plus a type.
|
void |
setLabel(String label) |
void |
setPhoneNumber(String number) |
void |
setType(ContactAttributeType type) |
void |
setType(String typeName) |
String |
toString() |
public String getLabel()
getLabel in interface PhoneNumberpublic String getType()
getType in interface PhoneNumberpublic String getPhoneNumber()
getPhoneNumber in interface PhoneNumberpublic void setLabel(String label)
setLabel in interface PhoneNumberpublic void setType(ContactAttributeType type)
setType in interface PhoneNumberpublic void setType(String typeName)
public void setPhoneNumber(String number)
setPhoneNumber in interface PhoneNumberpublic String getDisplayType()
getDisplayType in interface PhoneNumberpublic boolean isPopulated()
isPopulated in interface TestableContactDependencyCopyright © 2014 Jasig. All Rights Reserved.