org.jasig.portlet.contacts.model.impl
Class AddressPojo

java.lang.Object
  extended by org.jasig.portlet.contacts.model.impl.AddressPojo
All Implemented Interfaces:
Serializable, Address

public class AddressPojo
extends Object
implements Address

Author:
mfgsscw2
See Also:
Serialized Form

Field Summary
 
Fields inherited from interface org.jasig.portlet.contacts.model.Address
HOME_TYPE, OTHER_TYPE, TEMP_TYPE, WORK_TYPE
 
Constructor Summary
AddressPojo()
           
 
Method Summary
 String getBuilding()
           
 String getCountry()
           
 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(String type)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AddressPojo

public AddressPojo()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

getLabel

public String getLabel()
Specified by:
getLabel in interface Address

getType

public String getType()
Specified by:
getType in interface Address

getInternal

public String getInternal()
Specified by:
getInternal in interface Address

getBuilding

public String getBuilding()
Specified by:
getBuilding in interface Address

getStreet

public String getStreet()
Specified by:
getStreet in interface Address

getLocality

public String getLocality()
Specified by:
getLocality in interface Address

getRegion

public String getRegion()
Specified by:
getRegion in interface Address

getPostCode

public String getPostCode()
Specified by:
getPostCode in interface Address

getCountry

public String getCountry()
Specified by:
getCountry in interface Address

setLabel

public void setLabel(String label)
Specified by:
setLabel in interface Address

setType

public void setType(String type)
Specified by:
setType in interface Address

setInternal

public void setInternal(String internal)
Specified by:
setInternal in interface Address

setBuilding

public void setBuilding(String building)
Specified by:
setBuilding in interface Address

setStreet

public void setStreet(String street)
Specified by:
setStreet in interface Address

setLocality

public void setLocality(String locality)
Specified by:
setLocality in interface Address

setRegion

public void setRegion(String region)
Specified by:
setRegion in interface Address

setPostCode

public void setPostCode(String code)
Specified by:
setPostCode in interface Address

setCountry

public void setCountry(String country)
Specified by:
setCountry in interface Address


Copyright © 2013 Jasig. All Rights Reserved.