| | |
| | | */ |
| | | @Data |
| | | @AllArgsConstructor |
| | | @SuppressWarnings("ALL") |
| | | @TableName("mn.geo_impact_fracture") |
| | | @EqualsAndHashCode(callSuper = false) |
| | | public class GeoimpactfractureEntity extends BaseGeoEntity { |
| | | private static final long serialVersionUID = 799637120123783680L; |
| | | private static final long serialVersionUID = 439214635379246720L; |
| | | |
| | | private String cName; |
| | | |
| | |
| | | |
| | | private String featureId; |
| | | |
| | | private String featuret; |
| | | private String featureT; |
| | | |
| | | private String addition; |
| | | |
| | |
| | | public GeoimpactfractureEntity() { |
| | | } |
| | | |
| | | 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 getAddition() { |