org.jasig.portlet.contacts.model.impl
Class PhoneNumberPojo
java.lang.Object
org.jasig.portlet.contacts.model.impl.PhoneNumberPojo
- All Implemented Interfaces:
- Serializable, PhoneNumber, TestableContactDependency
public class PhoneNumberPojo
- extends Object
- implements PhoneNumber
- Author:
- mfgsscw2
- See Also:
- Serialized Form
PhoneNumberPojo
public PhoneNumberPojo()
toString
public String toString()
- Overrides:
toString in class Object
getLabel
public String getLabel()
- Specified by:
getLabel in interface PhoneNumber
getType
public String getType()
- Specified by:
getType in interface PhoneNumber
getPhoneNumber
public String getPhoneNumber()
- Specified by:
getPhoneNumber in interface PhoneNumber
setLabel
public void setLabel(String label)
- Specified by:
setLabel in interface PhoneNumber
setType
public void setType(ContactAttributeType type)
- Specified by:
setType in interface PhoneNumber
setType
public void setType(String typeName)
setPhoneNumber
public void setPhoneNumber(String number)
- Specified by:
setPhoneNumber in interface PhoneNumber
getDisplayType
public String getDisplayType()
- Specified by:
getDisplayType in interface PhoneNumber
isPopulated
public boolean isPopulated()
- Usable entries must have something for a number plus a type.
- Specified by:
isPopulated in interface TestableContactDependency
- Returns:
- True if populated.
Copyright © 2013 Jasig. All Rights Reserved.