@Entity public class Addresses extends hbm.entity.BaseEntity<Integer> implements Cloneable
Addresses is keeping the information for
addresses.| Constructor and Description |
|---|
Addresses()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAddressComment()
Return the value associated with the column: addressComment
|
Federalstates |
getFederalstate()
Return the value associated with the column: federalstate
|
String |
getGeohash()
Return the value associated with the column: geohash
|
String |
getLatitude()
Return the value associated with the column: latitude
|
String |
getLongitude()
Return the value associated with the column: longitude
|
String |
getStreet()
Return the value associated with the column: street
|
String |
getStreetnumber()
Return the value associated with the column: streetnumber
|
Zipcodes |
getZipcode()
Return the value associated with the column: zipcode
|
void |
setAddressComment(String addressComment)
Set the value related to the column: addressComment
|
void |
setFederalstate(Federalstates federalstate)
Set the value related to the column: federalstate
|
void |
setGeohash(String geohash)
Set the value related to the column: geohash
|
void |
setLatitude(String latitude)
Set the value related to the column: latitude
|
void |
setLongitude(String longitude)
Set the value related to the column: longitude
|
void |
setStreet(String street)
Set the value related to the column: street
|
void |
setStreetnumber(String streetnumber)
Set the value related to the column: streetnumber
|
void |
setZipcode(Zipcodes zipcode)
Set the value related to the column: zipcode
|
public String getAddressComment()
public Federalstates getFederalstate()
public String getGeohash()
public String getLatitude()
public String getLongitude()
public String getStreet()
public String getStreetnumber()
public Zipcodes getZipcode()
public void setAddressComment(String addressComment)
addressComment - the addressComment value you wish to setpublic void setFederalstate(Federalstates federalstate)
federalstate - the federalstate value you wish to setpublic void setGeohash(String geohash)
geohash - the geohash value you wish to setpublic void setLatitude(String latitude)
latitude - the latitude value you wish to setpublic void setLongitude(String longitude)
longitude - the longitude value you wish to setpublic void setStreet(String street)
street - the street value you wish to setpublic void setStreetnumber(String streetnumber)
streetnumber - the streetnumber value you wish to setpublic void setZipcode(Zipcodes zipcode)
zipcode - the zipcode value you wish to setCopyright © 2015. All rights reserved.