com.belerweb.social.qq.mail.bean
Class Address

java.lang.Object
  extended by com.belerweb.social.qq.mail.bean.Address

public class Address
extends Object


Constructor Summary
Address()
           
 
Method Summary
 String getCity()
           
 String getCountry()
           
 String getLabel()
           
 String getPostcode()
           
 String getProvince()
           
 String getStreet()
           
 String getType()
           
 void setCity(String city)
           
 void setCountry(String country)
           
 void setLabel(String label)
           
 void setPostcode(String postcode)
           
 void setProvince(String province)
           
 void setStreet(String street)
           
 void setType(String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Address

public Address()
Method Detail

getLabel

public String getLabel()

setLabel

public void setLabel(String label)

getType

public String getType()

setType

public void setType(String type)

getCountry

public String getCountry()

setCountry

public void setCountry(String country)

getProvince

public String getProvince()

setProvince

public void setProvince(String province)

getCity

public String getCity()

setCity

public void setCity(String city)

getStreet

public String getStreet()

setStreet

public void setStreet(String street)

getPostcode

public String getPostcode()

setPostcode

public void setPostcode(String postcode)


Copyright © 2014. All Rights Reserved.