public interface Address extends Serializable, TestableContactDependency
| 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() |
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) |
isPopulatedString getLabel()
String getType()
String getInternal()
String getBuilding()
String getStreet()
String getLocality()
String getRegion()
String getPostCode()
String getCountry()
void setLabel(String label)
void setType(ContactAttributeType type)
void setInternal(String internal)
void setBuilding(String building)
void setStreet(String street)
void setLocality(String locality)
void setRegion(String region)
void setPostCode(String code)
void setCountry(String country)
String getDisplayType()
Copyright © 2014 Jasig. All Rights Reserved.