| | |
| | | |
| | | private String shDesc; |
| | | private String shType; |
| | | private String shObjId; |
| | | private String[] shObjIds; |
| | | private String shId; |
| | | private String shName; |
| | | private String storeId; |
| | |
| | | private Date createTime; |
| | | |
| | | private String statusCd = "0"; |
| | | |
| | | private String purchaseSwitch; |
| | | private String purchaseRafId; |
| | | private String useSwitch; |
| | | private String useRafId; |
| | | private String allocationSwitch; |
| | | private String allocationRafId; |
| | | |
| | | private String purchaseFlowName; |
| | | private String useFlowName; |
| | | private String allocationFlowName; |
| | | |
| | | public String getShDesc() { |
| | | return shDesc; |
| | |
| | | this.shType = shType; |
| | | } |
| | | |
| | | public String getShObjId() { |
| | | return shObjId; |
| | | } |
| | | |
| | | public void setShObjId(String shObjId) { |
| | | this.shObjId = shObjId; |
| | | } |
| | | |
| | | public String getShId() { |
| | | return shId; |
| | |
| | | this.statusCd = statusCd; |
| | | } |
| | | |
| | | public String[] getShObjIds() { |
| | | return shObjIds; |
| | | } |
| | | |
| | | public void setShObjIds(String[] shObjIds) { |
| | | this.shObjIds = shObjIds; |
| | | } |
| | | |
| | | public String getIsShow() { |
| | | return isShow; |
| | |
| | | public void setIsShow(String isShow) { |
| | | this.isShow = isShow; |
| | | } |
| | | |
| | | |
| | | public String getPurchaseSwitch() { |
| | | return purchaseSwitch; |
| | | } |
| | | |
| | | public void setPurchaseSwitch(String purchaseSwitch) { |
| | | this.purchaseSwitch = purchaseSwitch; |
| | | } |
| | | |
| | | public String getPurchaseRafId() { |
| | | return purchaseRafId; |
| | | } |
| | | |
| | | public void setPurchaseRafId(String purchaseRafId) { |
| | | this.purchaseRafId = purchaseRafId; |
| | | } |
| | | |
| | | public String getUseSwitch() { |
| | | return useSwitch; |
| | | } |
| | | |
| | | public void setUseSwitch(String useSwitch) { |
| | | this.useSwitch = useSwitch; |
| | | } |
| | | |
| | | public String getUseRafId() { |
| | | return useRafId; |
| | | } |
| | | |
| | | public void setUseRafId(String useRafId) { |
| | | this.useRafId = useRafId; |
| | | } |
| | | |
| | | public String getAllocationSwitch() { |
| | | return allocationSwitch; |
| | | } |
| | | |
| | | public void setAllocationSwitch(String allocationSwitch) { |
| | | this.allocationSwitch = allocationSwitch; |
| | | } |
| | | |
| | | public String getAllocationRafId() { |
| | | return allocationRafId; |
| | | } |
| | | |
| | | public void setAllocationRafId(String allocationRafId) { |
| | | this.allocationRafId = allocationRafId; |
| | | } |
| | | |
| | | public String getPurchaseFlowName() { |
| | | return purchaseFlowName; |
| | | } |
| | | |
| | | public void setPurchaseFlowName(String purchaseFlowName) { |
| | | this.purchaseFlowName = purchaseFlowName; |
| | | } |
| | | |
| | | public String getUseFlowName() { |
| | | return useFlowName; |
| | | } |
| | | |
| | | public void setUseFlowName(String useFlowName) { |
| | | this.useFlowName = useFlowName; |
| | | } |
| | | |
| | | public String getAllocationFlowName() { |
| | | return allocationFlowName; |
| | | } |
| | | |
| | | public void setAllocationFlowName(String allocationFlowName) { |
| | | this.allocationFlowName = allocationFlowName; |
| | | } |
| | | } |