org.jasig.portlet.contacts.model.impl
Class PhoneNumberPojo
java.lang.Object
org.jasig.portlet.contacts.model.impl.PhoneNumberPojo
- All Implemented Interfaces:
- Serializable, PhoneNumber
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(String type)
- Specified by:
setType in interface PhoneNumber
setPhoneNumber
public void setPhoneNumber(String number)
- Specified by:
setPhoneNumber in interface PhoneNumber
Copyright © 2013 Jasig. All Rights Reserved.