| | |
| | | private String state; |
| | | private Integer tier; |
| | | private String orderId; |
| | | private String coating; |
| | | private String lengthwidth; |
| | | |
| | | public Integer id() { |
| | | return id; |
| | | } |
| | | |
| | | public void setId(Integer id) { |
| | | this.id = id; |
| | | } |
| | | |
| | | public Integer getId() { |
| | | return id; |
| | | } |
| | |
| | | public void setGlassId(String glassId) { |
| | | this.glassId = glassId; |
| | | } |
| | | |
| | | public String getOrderId() { |
| | | return orderId; |
| | | } |
| | |
| | | return cell; |
| | | } |
| | | |
| | | |
| | | |
| | | // public String getHeighth() { |
| | | // return height; |
| | | // } |
| | | |
| | | // public void setHeight(String height) { |
| | | // this.height = height; |
| | | // } |
| | | |
| | | public Double getWidth() { |
| | | return width; |
| | | } |
| | |
| | | public void setTier(Integer tier) { |
| | | this.tier = tier; |
| | | } |
| | | |
| | | public Double getGlassWidth() { |
| | | return glasswidth; |
| | | } |
| | |
| | | public void setGlassWidth(Double glasswidth) { |
| | | this.glasswidth = glasswidth; |
| | | } |
| | | |
| | | public Double getGlassHeight() { |
| | | return glassheight; |
| | | } |
| | |
| | | this.glassheight = glassheight; |
| | | } |
| | | |
| | | public String getCoating() { |
| | | return coating; |
| | | } |
| | | |
| | | public void setCoating(String coating) { |
| | | this.coating = coating; |
| | | } |
| | | |
| | | public String getLengthWidth() { |
| | | return lengthwidth; |
| | | } |
| | | |
| | | public void setLengthWidth(String lengthwidth) { |
| | | this.lengthwidth = lengthwidth; |
| | | } |
| | | } |