| | |
| | | @TableName("bs.s_explorationpointstratum") |
| | | @EqualsAndHashCode(callSuper = false) |
| | | public class SexplorationpointstratumEntity extends BaseEntity { |
| | | private static final long serialVersionUID = 757752290348406912L; |
| | | private static final long serialVersionUID = 637485277670195968L; |
| | | |
| | | private String pipename; |
| | | |
| | |
| | | |
| | | private Double botdepth; |
| | | |
| | | private Double elev; |
| | | private Double elevation; |
| | | |
| | | private String geoname; |
| | | |
| | |
| | | this.botdepth = botdepth; |
| | | } |
| | | |
| | | public Double getElev() { |
| | | return elev; |
| | | public Double getElevation() { |
| | | return elevation; |
| | | } |
| | | |
| | | public void setElev(Double elev) { |
| | | this.elev = elev; |
| | | public void setElevation(Double elevation) { |
| | | this.elevation = elevation; |
| | | } |
| | | |
| | | public String getGeoname() { |