Belle
04/18/2019, 5:35 AMC_Billings
04/18/2019, 5:38 AMC_Billings
04/18/2019, 5:40 AMBelle
04/18/2019, 5:42 AMBelle
04/18/2019, 5:42 AMif(HAS_DEPARTMENTS) newLine.setDepartmentId(lineDept);
if(HAS_CLASSES) newLine.setClassId(lineClass);
if(HAS_LOCATIONS) newLine.setLocationId(lineLoc)
Belle
04/18/2019, 5:43 AMif(HAS_DEPARTMENTS) lineDept = stdLine.getDepartmentId();
if(HAS_CLASSES) lineClass = stdLine.getClassId();
if(HAS_LOCATIONS) lineLoc = stdLine.getLocationId();
scottvonduhn
04/18/2019, 1:17 PMsegmentValueId = stdLine.getSegmentValueId(segmentId)
newLine.setSegmentValueId(segmentId, segmentValueId)
scottvonduhn
04/18/2019, 1:18 PMscottvonduhn
04/18/2019, 1:19 PM