org.jasig.portlet.contacts.model
Interface EmailAddress

All Superinterfaces:
Serializable, TestableContactDependency
All Known Implementing Classes:
EmailAddressPojo

public interface EmailAddress
extends Serializable, TestableContactDependency

Author:
mfgsscw2

Method Summary
 String getDisplayType()
           
 String getEmailAddress()
           
 String getLabel()
           
 String getType()
           
 void setEmailAddress(String email)
           
 void setLabel(String label)
           
 void setType(ContactAttributeType type)
           
 
Methods inherited from interface org.jasig.portlet.contacts.model.TestableContactDependency
isPopulated
 

Method Detail

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.