public class AddressPojo extends Object implements Address
| Constructor and Description |
|---|
AddressPojo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBuilding() |
String |
getCountry() |
String |
getDisplayType() |
String |
getInternal() |
String |
getLabel() |
String |
getLocality() |
String |
getPostCode() |
String |
getRegion() |
String |
getStreet() |
String |
getType() |
boolean |
isPopulated()
Usable entries must have something for a type, plus at least one of
street, building, locality, region, or country.
|
void |
setBuilding(String building) |
void |
setCountry(String country) |
void |
setInternal(String internal) |
void |
setLabel(String label) |
void |
setLocality(String locality) |
void |
setPostCode(String code) |
void |
setRegion(String region) |
void |
setStreet(String street) |
void |
setType(ContactAttributeType type) |
void |
setType(String typeName) |
String |
toString() |
public String getInternal()
getInternal in interface Addresspublic String getBuilding()
getBuilding in interface Addresspublic String getLocality()
getLocality in interface Addresspublic String getPostCode()
getPostCode in interface Addresspublic String getCountry()
getCountry in interface Addresspublic void setType(ContactAttributeType type)
public void setType(String typeName)
public void setInternal(String internal)
setInternal in interface Addresspublic void setBuilding(String building)
setBuilding in interface Addresspublic void setLocality(String locality)
setLocality in interface Addresspublic void setPostCode(String code)
setPostCode in interface Addresspublic void setCountry(String country)
setCountry in interface Addresspublic String getDisplayType()
getDisplayType in interface Addresspublic boolean isPopulated()
isPopulated in interface TestableContactDependencyCopyright © 2014 Jasig. All Rights Reserved.