org.jasig.portlet.contacts.model
Interface Address

All Superinterfaces:
Serializable, TestableContactDependency
All Known Implementing Classes:
AddressPojo

public interface Address
extends Serializable, TestableContactDependency

Author:
mfgsscw2

Method Summary
 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)
           
 
Methods inherited from interface org.jasig.portlet.contacts.model.TestableContactDependency
isPopulated
 

Method Detail

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.