org.jasig.portlet.contacts.model.impl
Class EmailAddressPojo

java.lang.Object
  extended by org.jasig.portlet.contacts.model.impl.EmailAddressPojo
All Implemented Interfaces:
Serializable, EmailAddress

public class EmailAddressPojo
extends Object
implements EmailAddress

Author:
mfgsscw2
See Also:
Serialized Form

Field Summary
 
Fields inherited from interface org.jasig.portlet.contacts.model.EmailAddress
HOME_TYPE, OTHER_TYPE, TEMP_TYPE, WORK_TYPE
 
Constructor Summary
EmailAddressPojo()
           
 
Method Summary
 String getEmailAddress()
           
 String getLabel()
           
 String getType()
           
 void setEmailAddress(String email)
           
 void setLabel(String label)
           
 void setType(String type)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EmailAddressPojo

public EmailAddressPojo()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

getLabel

public String getLabel()
Specified by:
getLabel in interface EmailAddress

getEmailAddress

public String getEmailAddress()
Specified by:
getEmailAddress in interface EmailAddress

setLabel

public void setLabel(String label)
Specified by:
setLabel in interface EmailAddress

setEmailAddress

public void setEmailAddress(String email)
Specified by:
setEmailAddress in interface EmailAddress

getType

public String getType()
Specified by:
getType in interface EmailAddress

setType

public void setType(String type)
Specified by:
setType in interface EmailAddress


Copyright © 2013 Jasig. All Rights Reserved.