| | |
| | | public class StorageCage { |
| | | private Integer id; |
| | | private String glassId; |
| | | private String orderid; |
| | | private String cage; |
| | | private String cell; |
| | | //private String height; |
| | | private String width; |
| | | private String state; |
| | | private String tier; |
| | | |
| | | private Double glasswidth; |
| | | private Double glassheight; |
| | | |
| | | 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; |
| | | } |
| | | |
| | | public void setOrderId(String orderid) { |
| | | this.orderid = orderid; |
| | | } |
| | | |
| | | public String getCage() { |
| | | return cage; |
| | | } |
| | |
| | | return cell; |
| | | } |
| | | |
| | | |
| | | |
| | | // public String getHeighth() { |
| | | // return height; |
| | | // } |
| | | |
| | | // public void setHeight(String height) { |
| | | // this.height = height; |
| | | // } |
| | | |
| | | public String getWidth() { |
| | | return width; |
| | | } |
| | |
| | | this.width = width; |
| | | } |
| | | |
| | | public String getState() { |
| | | public String getState() { |
| | | return state; |
| | | } |
| | | |
| | |
| | | this.state = state; |
| | | } |
| | | |
| | | public String getTier() { |
| | | public String getTier() { |
| | | return tier; |
| | | } |
| | | |
| | |
| | | this.tier = tier; |
| | | } |
| | | |
| | | |
| | | public Double getglasswidth() { |
| | | return glasswidth; |
| | | } |
| | | |
| | | public void setglasswidth(Double glasswidth) { |
| | | this.glasswidth = glasswidth; |
| | | } |
| | | |
| | | public Double getglassheight() { |
| | | return glassheight; |
| | | } |
| | | |
| | | public void setglassheight(Double glassheight) { |
| | | this.glassheight = glassheight; |
| | | } |
| | | |
| | | } |