public void setUpdateby(Integer updateby) { this.updateby = updateby; if ((updateby == null) || (updateby.intValue() == 0)) this.updateby = ContextUtil.getCurrentTeacherId(); }
public void setCreateby(Integer createby) { this.createby = createby; if ((createby == null) || (createby.intValue() == 0)) this.createby = ContextUtil.getCurrentTeacherId(); }