| | |
| | | import java.io.Serializable; |
| | | import java.sql.Timestamp; |
| | | |
| | | /** |
| | | * 元数据 |
| | | * @author WWW |
| | | */ |
| | | @SuppressWarnings("ALL") |
| | | public class MetaEntity implements Serializable { |
| | | private static final long serialVersionUID = -984838663593325184L; |
| | | |
| | |
| | | |
| | | 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 min; |
| | | |
| | | private String max; |
| | | |
| | | private String bandType; |
| | | |
| | | 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; |
| | | } |
| | | |
| | |
| | | |
| | | public void setBands(String bands) { |
| | | this.bands = bands; |
| | | } |
| | | |
| | | public String getMin() { |
| | | return min; |
| | | } |
| | | |
| | | public void setMin(String min) { |
| | | this.min = min; |
| | | } |
| | | |
| | | public String getMax() { |
| | | return max; |
| | | } |
| | | |
| | | public void setMax(String max) { |
| | | this.max = max; |
| | | } |
| | | |
| | | public String getBandType() { |
| | |
| | | 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() { |