org.jasig.portlet.contacts.model
Interface EmailAddress
- All Superinterfaces:
- Serializable, TestableContactDependency
- All Known Implementing Classes:
- EmailAddressPojo
public interface EmailAddress
- extends Serializable, TestableContactDependency
- Author:
- mfgsscw2
getLabel
String getLabel()
getType
String getType()
getEmailAddress
String getEmailAddress()
setLabel
void setLabel(String label)
setType
void setType(ContactAttributeType type)
setEmailAddress
void setEmailAddress(String email)
getDisplayType
String getDisplayType()
Copyright © 2013 Jasig. All Rights Reserved.