Commit 67a0d810 authored by wansari's avatar wansari

D15GSUN002 updated getWorderType getter setter methods.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@101049 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 9215cb7b
......@@ -18,7 +18,7 @@ public class WorkOrderDetailBean
itemRef = "",itemCode = "",bomCode = "",siteCode = "",unit= "",reqType= "",matchPotency= "",
usageType= "",allocateType= "",adjPotency= "",considerLotNoIssue= "",locUsageType= "",itemActive= "",
round= "",workOrder ="",suppCodeMfg = "",mfgRef,dimension = "",useInvStatus = "",itemCategory = "",sufficient = "N",
considerPartialAlt = "";
considerPartialAlt = "",worderType = "";
public double getUpdQty() {
......@@ -275,7 +275,16 @@ public class WorkOrderDetailBean
this.considerPartialAlt = considerPartialAlt;
}
//Changed by wasim on 24-11-2015 as it was missing on new code given [END]
//Changed by wasim on 24-11-2015 as it was missing on new code given [START]
public String getWorderType()
{
return worderType;
}
public void setWorderType(String worderType)
{
this.worderType = worderType;
}
//Changed by wasim on 24-11-2015 as it was missing on new code given [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