| | |
| | | public class Glass{ |
| | | private Integer id; |
| | | private String orderId; |
| | | private double glassWidth; |
| | | private double glassHeight; |
| | | private double width; |
| | | private double height; |
| | | private String glassId; |
| | | |
| | | |
| | |
| | | this.orderId = orderId; |
| | | } |
| | | |
| | | public double getWidth() { |
| | | return glassWidth; |
| | | public double getwidth() { |
| | | return width; |
| | | } |
| | | |
| | | public void setHeight(double glassHeight) { |
| | | this.glassHeight = glassHeight; |
| | | public void setHeight(double height) { |
| | | this.height = height; |
| | | } |
| | | |
| | | public double getHeight() { |
| | | return glassHeight; |
| | | return height; |
| | | } |
| | | |
| | | public void setWidth(double glassWidth) { |
| | | this.glassWidth = glassWidth; |
| | | public void setWidth(double width) { |
| | | this.width = width; |
| | | } |
| | | |
| | | public String getGlassId() { |