protected void setXslrl(Calendar cal, Company comp, ZBStatus status) { if (null != lrze && null != xssr && Util.isPositive(xssr) && Util.isPositive(lrze)) { injector.inject(GSZB.XSLRL_28.getValue(), lrze / xssr, cal, comp, status); } else { injector.remove(GSZB.XSLRL_28.getValue(), cal, comp); } }
protected void setRjlr(Calendar cal, Company comp, ZBStatus status) { if (null != lrze && null != rs && Util.isPositive(rs) && Util.isPositive(lrze)) { injector.inject(GSZB.RJLR62.getValue(), lrze / rs, cal, comp, status); } else { injector.remove(GSZB.RJLR62.getValue(), cal, comp); } }
protected void setSxfyl(Calendar cal, Company comp, ZBStatus status) { if (null != sxfy && null != xssr && Util.isPositive(xssr) && Util.isPositive(sxfy)) { injector.inject(GSZB.SXFYL_65.getValue(), sxfy / xssr, cal, comp, status); } else { injector.remove(GSZB.SXFYL_65.getValue(), cal, comp); } }
protected void setRjsr(Calendar cal, Company comp, ZBStatus status) { if (null != xssr && null != rs && Util.isPositive(rs) && Util.isPositive(xssr)) { injector.inject(GSZB.RJSR63.getValue(), xssr / rs, cal, comp, status); } else { injector.remove(GSZB.RJSR63.getValue(), cal, comp); } }