| java.lang.Object org.columba.addressbook.model.AddressModel
AddressModel | public class AddressModel (Code) | | |
Constructor Summary | |
public | AddressModel(String poBox, String street, String city, String zipPostalCode, String stateProvinceCounty, String country, String label, String type) | public | AddressModel(String poBox, String street, String city, String zipPostalCode, String stateProvinceCounty, String country, String label, int type) |
TYPE_HOME | final public static int TYPE_HOME(Code) | | |
TYPE_OTHER | final public static int TYPE_OTHER(Code) | | |
TYPE_WORK | final public static int TYPE_WORK(Code) | | |
getCountry | public String getCountry()(Code) | | Returns the country. |
getStateProvinceCounty | public String getStateProvinceCounty()(Code) | | Returns the stateProvinceCounty. |
getStreet | public String getStreet()(Code) | | Returns the street. |
getType | public int getType()(Code) | | Returns the type. |
getZipPostalCode | public String getZipPostalCode()(Code) | | Returns the zipPostalCode. |
|
|