| | |
| | | @TableName("bs.dlg_5w_cptp") |
| | | @EqualsAndHashCode(callSuper = false) |
| | | public class Dlg5wcptpEntity extends BaseGeoEntity { |
| | | private static final long serialVersionUID = 332516384931521664L; |
| | | private static final long serialVersionUID = 797803591842671744L; |
| | | |
| | | private String gb; |
| | | |
| | |
| | | |
| | | private String tegr; |
| | | |
| | | private BigDecimal elev; |
| | | private BigDecimal elevation; |
| | | |
| | | private String type; |
| | | |
| | |
| | | this.tegr = tegr; |
| | | } |
| | | |
| | | public BigDecimal getElev() { |
| | | return elev; |
| | | public BigDecimal getElevation() { |
| | | return elevation; |
| | | } |
| | | |
| | | public void setElev(BigDecimal elev) { |
| | | this.elev = elev; |
| | | public void setElevation(BigDecimal elevation) { |
| | | this.elevation = elevation; |
| | | } |
| | | |
| | | public String getType() { |