public class EmailAddressPojo extends Object implements EmailAddress
| Constructor and Description |
|---|
EmailAddressPojo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayType() |
String |
getEmailAddress() |
String |
getLabel() |
String |
getType() |
boolean |
isPopulated()
Usable entries must have something for an address plus a type.
|
void |
setEmailAddress(String email) |
void |
setLabel(String label) |
void |
setType(ContactAttributeType type) |
void |
setType(String typeName) |
String |
toString() |
public String getLabel()
getLabel in interface EmailAddresspublic String getEmailAddress()
getEmailAddress in interface EmailAddresspublic void setLabel(String label)
setLabel in interface EmailAddresspublic void setEmailAddress(String email)
setEmailAddress in interface EmailAddresspublic String getType()
getType in interface EmailAddresspublic void setType(ContactAttributeType type)
setType in interface EmailAddresspublic void setType(String typeName)
public String getDisplayType()
getDisplayType in interface EmailAddresspublic boolean isPopulated()
isPopulated in interface TestableContactDependencyCopyright © 2013 Jasig. All Rights Reserved.