Package com.akunagroup.uk.postcode
Class Postcode
- java.lang.Object
-
- com.akunagroup.uk.postcode.Postcode
-
- All Implemented Interfaces:
AddressInterface
public class Postcode extends Object implements AddressInterface
-
-
Constructor Summary
Constructors Constructor Description Postcode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAddr()
String
getAdminCounty()
String
getCity()
String
getComments()
String
getCountry()
String
getCountryCode()
String
getLonLocation()
String
getPostcode()
String
getRegion()
String
getStreet1()
String
getStreet2()
String
getStreet3()
String
getStreet4()
String
getStreet5()
String
getTradCounty()
void
setAddr(String newAddr)
void
setAdminCounty(String newAdminCounty)
void
setCity(String newCity)
void
setComments(String newComments)
void
setCountry(String newCountry)
void
setCountryCode(String newCountryCode)
void
setLonLocation(String newLonLocation)
void
setPostcode(String newPostcode)
void
setRegion(String newRegion)
void
setStreet1(String newStreet1)
void
setStreet2(String newStreet2)
void
setStreet3(String newStreet3)
void
setStreet4(String newStreet4)
void
setStreet5(String newStreet5)
void
setTradCounty(String newTradCounty)
int
size()
-
-
-
Method Detail
-
size
public int size()
- Specified by:
size
in interfaceAddressInterface
-
getAddr
public String getAddr()
-
setAddr
public void setAddr(String newAddr)
-
getStreet1
public String getStreet1()
- Specified by:
getStreet1
in interfaceAddressInterface
-
setStreet1
public void setStreet1(String newStreet1)
- Specified by:
setStreet1
in interfaceAddressInterface
-
getStreet2
public String getStreet2()
- Specified by:
getStreet2
in interfaceAddressInterface
-
setStreet2
public void setStreet2(String newStreet2)
- Specified by:
setStreet2
in interfaceAddressInterface
-
getStreet3
public String getStreet3()
- Specified by:
getStreet3
in interfaceAddressInterface
-
setStreet3
public void setStreet3(String newStreet3)
- Specified by:
setStreet3
in interfaceAddressInterface
-
getStreet4
public String getStreet4()
- Specified by:
getStreet4
in interfaceAddressInterface
-
setStreet4
public void setStreet4(String newStreet4)
- Specified by:
setStreet4
in interfaceAddressInterface
-
getStreet5
public String getStreet5()
- Specified by:
getStreet5
in interfaceAddressInterface
-
setStreet5
public void setStreet5(String newStreet5)
- Specified by:
setStreet5
in interfaceAddressInterface
-
getComments
public String getComments()
- Specified by:
getComments
in interfaceAddressInterface
-
setComments
public void setComments(String newComments)
- Specified by:
setComments
in interfaceAddressInterface
-
getCity
public String getCity()
- Specified by:
getCity
in interfaceAddressInterface
-
setCity
public void setCity(String newCity)
- Specified by:
setCity
in interfaceAddressInterface
-
getRegion
public String getRegion()
- Specified by:
getRegion
in interfaceAddressInterface
-
setRegion
public void setRegion(String newRegion)
- Specified by:
setRegion
in interfaceAddressInterface
-
getPostcode
public String getPostcode()
- Specified by:
getPostcode
in interfaceAddressInterface
-
setPostcode
public void setPostcode(String newPostcode)
- Specified by:
setPostcode
in interfaceAddressInterface
-
getCountry
public String getCountry()
- Specified by:
getCountry
in interfaceAddressInterface
-
setCountry
public void setCountry(String newCountry)
- Specified by:
setCountry
in interfaceAddressInterface
-
getCountryCode
public String getCountryCode()
- Specified by:
getCountryCode
in interfaceAddressInterface
-
setCountryCode
public void setCountryCode(String newCountryCode)
- Specified by:
setCountryCode
in interfaceAddressInterface
-
getTradCounty
public String getTradCounty()
-
setTradCounty
public void setTradCounty(String newTradCounty)
-
getAdminCounty
public String getAdminCounty()
-
setAdminCounty
public void setAdminCounty(String newAdminCounty)
-
getLonLocation
public String getLonLocation()
-
setLonLocation
public void setLonLocation(String newLonLocation)
-
-