org.jasig.portlet.contacts.model
Interface Address
- All Superinterfaces:
- Serializable, TestableContactDependency
- All Known Implementing Classes:
- AddressPojo
public interface Address
- extends Serializable, TestableContactDependency
- Author:
- mfgsscw2
getLabel
String getLabel()
getType
String getType()
getInternal
String getInternal()
getBuilding
String getBuilding()
getStreet
String getStreet()
getLocality
String getLocality()
getRegion
String getRegion()
getPostCode
String getPostCode()
getCountry
String getCountry()
setLabel
void setLabel(String label)
setType
void setType(ContactAttributeType type)
setInternal
void setInternal(String internal)
setBuilding
void setBuilding(String building)
setStreet
void setStreet(String street)
setLocality
void setLocality(String locality)
setRegion
void setRegion(String region)
setPostCode
void setPostCode(String code)
setCountry
void setCountry(String country)
getDisplayType
String getDisplayType()
Copyright © 2013 Jasig. All Rights Reserved.