| | |
| | | |
| | | private int dvalue; |
| | | |
| | | private int minValue; |
| | | |
| | | private int maxValue; |
| | | |
| | | private String descr; |
| | | |
| | | private String mark; |
| | | |
| | | private int createUser; |
| | | |
| | |
| | | private int updateUser; |
| | | |
| | | private Timestamp updateTime; |
| | | |
| | | |
| | | |
| | | private int minValue; |
| | | |
| | | private int maxValue; |
| | | |
| | | public ArgsEntity() { |
| | | } |
| | |
| | | this.dvalue = dvalue; |
| | | } |
| | | |
| | | public int getMinValue() { |
| | | return minValue; |
| | | } |
| | | |
| | | public void setMinValue(int minValue) { |
| | | this.minValue = minValue; |
| | | } |
| | | |
| | | public int getMaxValue() { |
| | | return maxValue; |
| | | } |
| | | |
| | | public void setMaxValue(int maxValue) { |
| | | this.maxValue = maxValue; |
| | | } |
| | | |
| | | public String getDescr() { |
| | | return descr; |
| | | } |
| | | |
| | | public void setDescr(String descr) { |
| | | this.descr = descr; |
| | | } |
| | | |
| | | public String getMark() { |
| | | return mark; |
| | | } |
| | | |
| | | public void setMark(String mark) { |
| | | this.mark = mark; |
| | | } |
| | | |
| | | public int getCreateUser() { |
| | |
| | | |
| | | public void setUpdateTime(Timestamp updateTime) { |
| | | this.updateTime = updateTime; |
| | | } |
| | | |
| | | public int getMinValue() { |
| | | return minValue; |
| | | } |
| | | |
| | | public void setMinValue(int minValue) { |
| | | this.minValue = minValue; |
| | | } |
| | | |
| | | public int getMaxValue() { |
| | | return maxValue; |
| | | } |
| | | |
| | | public void setMaxValue(int maxValue) { |
| | | this.maxValue = maxValue; |
| | | } |
| | | } |