| | |
| | | */ |
| | | @Data |
| | | @AllArgsConstructor |
| | | @SuppressWarnings("ALL") |
| | | @TableName("mn.geo_dome") |
| | | @EqualsAndHashCode(callSuper = false) |
| | | public class GeodomeEntity extends BaseGeoEntity { |
| | | private static final long serialVersionUID = 636016832960777344L; |
| | | private static final long serialVersionUID = 275594348216240448L; |
| | | |
| | | private String cName; |
| | | |
| | |
| | | |
| | | private String featureId; |
| | | |
| | | private String featuret; |
| | | private String featureT; |
| | | |
| | | private String datastatus; |
| | | |
| | |
| | | public GeodomeEntity() { |
| | | } |
| | | |
| | | public String getcName() { |
| | | public String getCName() { |
| | | return cName; |
| | | } |
| | | |
| | | public void setcName(String cName) { |
| | | public void setCName(String cName) { |
| | | this.cName = cName; |
| | | } |
| | | |
| | | public String geteName() { |
| | | public String getEName() { |
| | | return eName; |
| | | } |
| | | |
| | | public void seteName(String eName) { |
| | | public void setEName(String eName) { |
| | | this.eName = eName; |
| | | } |
| | | |
| | |
| | | this.tecUnit = tecUnit; |
| | | } |
| | | |
| | | public String getfDesc() { |
| | | public String getFDesc() { |
| | | return fDesc; |
| | | } |
| | | |
| | | public void setfDesc(String fDesc) { |
| | | public void setFDesc(String fDesc) { |
| | | this.fDesc = fDesc; |
| | | } |
| | | |
| | |
| | | this.featureId = featureId; |
| | | } |
| | | |
| | | public String getFeaturet() { |
| | | return featuret; |
| | | public String getFeatureT() { |
| | | return featureT; |
| | | } |
| | | |
| | | public void setFeaturet(String featuret) { |
| | | this.featuret = featuret; |
| | | public void setFeatureT(String featureT) { |
| | | this.featureT = featureT; |
| | | } |
| | | |
| | | public String getDatastatus() { |