| | |
| | | |
| | | private int ismeta; |
| | | |
| | | private String sensortype; |
| | | private int sensortype; |
| | | |
| | | private Timestamp acqTime; |
| | | |
| | |
| | | |
| | | private String hDatum; |
| | | |
| | | private String mataType; |
| | | private int mataType; |
| | | |
| | | private String bands; |
| | | |
| | |
| | | |
| | | private String ct; |
| | | |
| | | private String uname; |
| | | private String createName; |
| | | |
| | | private String updateName; |
| | | |
| | | private String depName; |
| | | |
| | |
| | | this.ismeta = ismeta; |
| | | } |
| | | |
| | | public String getSensortype() { |
| | | public int getSensortype() { |
| | | return sensortype; |
| | | } |
| | | |
| | | public void setSensortype(String sensortype) { |
| | | public void setSensortype(int sensortype) { |
| | | this.sensortype = sensortype; |
| | | } |
| | | |
| | |
| | | this.hDatum = hDatum; |
| | | } |
| | | |
| | | public String getMataType() { |
| | | public int getMataType() { |
| | | return mataType; |
| | | } |
| | | |
| | | public void setMataType(String mataType) { |
| | | public void setMataType(int mataType) { |
| | | this.mataType = mataType; |
| | | } |
| | | |
| | |
| | | this.ct = ct; |
| | | } |
| | | |
| | | public String getUname() { |
| | | return uname; |
| | | public String getCreateName() { |
| | | return createName; |
| | | } |
| | | |
| | | public void setUname(String uname) { |
| | | this.uname = uname; |
| | | public void setCreateName(String createName) { |
| | | this.createName = createName; |
| | | } |
| | | |
| | | public String getUpdateName() { |
| | | return updateName; |
| | | } |
| | | |
| | | public void setUpdateName(String updateName) { |
| | | this.updateName = updateName; |
| | | } |
| | | |
| | | public String getDepName() { |