Commit 9215cb7b authored by wansari's avatar wansari

D15GSUN002 updated getMinQtyreq getter setter methods.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@101048 ce508802-f39f-4f6c-b175-0d175dae99d5
parent e3c31633
...@@ -10,7 +10,7 @@ public class WorderStkBean ...@@ -10,7 +10,7 @@ public class WorderStkBean
private String locCode = "",lotNo = "",lotSl = "",siteCode = "",itemCode = "",itemRef = "",alternate = "",itemDescr = "", private String locCode = "",lotNo = "",lotSl = "",siteCode = "",itemCode = "",itemRef = "",alternate = "",itemDescr = "",
workOrder = "",expLevel = "",critItem = "",unit = "",dimension = "",reserveStk = "",reserveStkTranId = "", workOrder = "",expLevel = "",critItem = "",unit = "",dimension = "",reserveStk = "",reserveStkTranId = "",
siteCodeMfg ="",otherSiteYN = "",stockSufficient = "",isStockDetail = ""; siteCodeMfg ="",otherSiteYN = "",stockSufficient = "",isStockDetail = "";
private double minQtyReq = 0;
...@@ -225,7 +225,14 @@ public class WorderStkBean ...@@ -225,7 +225,14 @@ public class WorderStkBean
} }
//Changed by wasim on 23-03-2016 to get/set minimum quantity required [START]
public double getMinQtyReq() {
return minQtyReq;
}
public void setMinQtyReq(double minQtyReq) {
this.minQtyReq = minQtyReq;
}
//Changed by wasim on 23-03-2016 to get/set minimum quantity required [END]
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment