| | |
| | | |
| | | public class StorageCage { |
| | | private Integer id; |
| | | private Integer prcId; |
| | | private String glassId; |
| | | private Integer cage; |
| | | private Integer cell; |
| | |
| | | private String state; |
| | | private Integer tier; |
| | | private String orderId; |
| | | private String coating; |
| | | private Integer disabled; |
| | | private String lengthWidth; |
| | | |
| | | public Integer id() { |
| | |
| | | public Integer getId() { |
| | | return id; |
| | | } |
| | | public Integer getPrcId() { |
| | | return prcId; |
| | | } |
| | | |
| | | public void setPrcId(Integer prcId) { |
| | | this.prcId = prcId; |
| | | } |
| | | |
| | | |
| | | public String getGlassId() { |
| | | return glassId; |
| | |
| | | this.glassheight = glassheight; |
| | | } |
| | | |
| | | public String getCoating() { |
| | | return coating; |
| | | public Integer getDisabled() { |
| | | return disabled; |
| | | } |
| | | |
| | | public void setCoating(String coating) { |
| | | this.coating = coating; |
| | | public void setDisabled(Integer disabled) { |
| | | this.disabled = disabled; |
| | | } |
| | | |
| | | public String getLengthWidth() { |