| | |
| | | |
| | | public class StorageCage { |
| | | private Integer id; |
| | | private Integer prcId; |
| | | private String glassId; |
| | | private String orderid; |
| | | private String cage; |
| | | private String cell; |
| | | private String width; |
| | | private String state; |
| | | private String tier; |
| | | private Integer cage; |
| | | private Integer cell; |
| | | private Double width; |
| | | private Double glasswidth; |
| | | private Double glassheight; |
| | | private Double glasswidthmm; |
| | | private Double glassheightmm; |
| | | private String state; |
| | | private Integer tier; |
| | | private String orderId; |
| | | private Integer disabled; |
| | | private String listId; |
| | | private String boxId; |
| | | |
| | | private north_glass_buffer1 north_glass_buffer1s; |
| | | |
| | | public void setnorth_glass_buffer1s(north_glass_buffer1 north_glass_buffer1s) { |
| | | this.north_glass_buffer1s = north_glass_buffer1s; |
| | | } |
| | | |
| | | public north_glass_buffer1 getnorth_glass_buffer1s() { |
| | | return north_glass_buffer1s; |
| | | } |
| | | |
| | | private Out_slice outSlice; |
| | | |
| | | public void setout_slice(Out_slice outSlice) { |
| | | this.outSlice = outSlice; |
| | | } |
| | | |
| | | public Out_slice getout_slice() { |
| | | return outSlice; |
| | | } |
| | | |
| | | public Integer id() { |
| | | return id; |
| | |
| | | return id; |
| | | } |
| | | |
| | | public Integer getPrcId() { |
| | | return prcId; |
| | | } |
| | | |
| | | public void setPrcId(Integer prcId) { |
| | | this.prcId = prcId; |
| | | } |
| | | |
| | | public String getGlassId() { |
| | | return glassId; |
| | | } |
| | |
| | | } |
| | | |
| | | public String getOrderId() { |
| | | return orderid; |
| | | return orderId; |
| | | } |
| | | |
| | | public void setOrderId(String orderid) { |
| | | this.orderid = orderid; |
| | | public void setOrderId(String orderId) { |
| | | this.orderId = orderId; |
| | | } |
| | | |
| | | public String getCage() { |
| | | public Integer getCage() { |
| | | return cage; |
| | | } |
| | | |
| | | public void setGage(String cage) { |
| | | public void setGage(Integer cage) { |
| | | this.cage = cage; |
| | | } |
| | | |
| | | public void setCell(String cell) { |
| | | public void setCell(Integer cell) { |
| | | this.cell = cell; |
| | | } |
| | | |
| | | public String getCell() { |
| | | public Integer getCell() { |
| | | return cell; |
| | | } |
| | | |
| | | public String getWidth() { |
| | | public Double getWidth() { |
| | | return width; |
| | | } |
| | | |
| | | public void setWidth(String width) { |
| | | public void setWidth(Double width) { |
| | | this.width = width; |
| | | } |
| | | |
| | |
| | | this.state = state; |
| | | } |
| | | |
| | | public String getTier() { |
| | | public Integer getTier() { |
| | | return tier; |
| | | } |
| | | |
| | | public void setTier(String tier) { |
| | | public void setTier(Integer tier) { |
| | | this.tier = tier; |
| | | } |
| | | |
| | | public Double getglasswidth() { |
| | | public Double getGlassWidth() { |
| | | return glasswidth; |
| | | } |
| | | |
| | | public void setglasswidth(Double glasswidth) { |
| | | public void setGlassWidth(Double glasswidth) { |
| | | this.glasswidth = glasswidth; |
| | | } |
| | | |
| | | public Double getglassheight() { |
| | | public Double getGlassHeight() { |
| | | return glassheight; |
| | | } |
| | | |
| | | public void setglassheight(Double glassheight) { |
| | | public void setGlassHeight(Double glassheight) { |
| | | this.glassheight = glassheight; |
| | | } |
| | | |
| | | public Double getGlassWidthMm() { |
| | | return glasswidthmm; |
| | | } |
| | | |
| | | public void setGlassWidthMm(Double glasswidthmm) { |
| | | this.glasswidthmm = glasswidthmm; |
| | | } |
| | | |
| | | public Double getGlassHeightMm() { |
| | | return glassheightmm; |
| | | } |
| | | |
| | | public void setGlassHeightMm(Double glassheightmm) { |
| | | this.glassheightmm = glassheightmm; |
| | | } |
| | | |
| | | public Integer getDisabled() { |
| | | return disabled; |
| | | } |
| | | |
| | | public void setDisabled(Integer disabled) { |
| | | this.disabled = disabled; |
| | | } |
| | | |
| | | public String getListId() { |
| | | return listId; |
| | | } |
| | | |
| | | public void setListno(String listId) { |
| | | this.listId = listId; |
| | | } |
| | | |
| | | public String getBoxId() { |
| | | return boxId; |
| | | } |
| | | |
| | | public void setBoxno(String boxId) { |
| | | this.boxId = boxId; |
| | | } |
| | | |
| | | } |