public class Location
extends edu.emory.cci.aiw.etl.table.AbstractRecord
CREATE TABLE OMOP.location ( location_id NUMBER(19) NOT NULL , address_1 VARCHAR(50) NULL , address_2 VARCHAR(50) NULL , city VARCHAR(50) NULL , state VARCHAR(2) NULL , zip VARCHAR(9) NULL , county VARCHAR(20) NULL , country VARCHAR(100) NULL , location_source_value VARCHAR(50) NULL , latitude FLOAT NULL , longitude FLOAT NULL )
| Constructor and Description |
|---|
Location() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress1() |
String |
getAddress2() |
String |
getCity() |
String |
getCountry() |
String |
getCounty() |
Float |
getLatitude() |
Long |
getLocationId() |
String |
getLocationSourceValue() |
Float |
getLongitude() |
String |
getState() |
String |
getZip() |
void |
setAddress1(String address1) |
void |
setAddress2(String address2) |
void |
setCity(String city) |
void |
setCountry(String country) |
void |
setCounty(String county) |
void |
setLatitude(Float latitude) |
void |
setLocationId(Long locationId) |
void |
setLocationSourceValue(String locationSourceValue) |
void |
setLongitude(Float longitude) |
void |
setState(String state) |
void |
setZip(String zip) |
public Long getLocationId()
public void setLocationId(Long locationId)
public String getAddress1()
public void setAddress1(String address1)
public String getAddress2()
public void setAddress2(String address2)
public String getCity()
public void setCity(String city)
public String getState()
public void setState(String state)
public String getZip()
public void setZip(String zip)
public String getCounty()
public void setCounty(String county)
public String getCountry()
public void setCountry(String country)
public String getLocationSourceValue()
public void setLocationSourceValue(String locationSourceValue)
public Float getLatitude()
public void setLatitude(Float latitude)
public Float getLongitude()
public void setLongitude(Float longitude)
Copyright © 2019 Emory University. All rights reserved.