public PassIndLinkWrapper(PassIndLink passIndLink) { super(); this.setId(passIndLink.getId()); this.setPassId(passIndLink.getPassId()); this.setIndId(passIndLink.getIndId()); this.setMeasureId(passIndLink.getMeasureId()); this.setDatatype(passIndLink.getDatatype()); this.setDataformat(passIndLink.getDataformat()); this.setOrdernum(passIndLink.getOrdernum()); this.setDataFormatEmessage(passIndLink.getDataFormatEmessage()); this.setDataFormatRmessage(passIndLink.getDataFormatRmessage()); this.setDataFormatKmessage(passIndLink.getDataFormatKmessage()); }
public PassIndLinkWrapper( PassIndLink passIndLink, Passport passport, Indicator indicator, Measure measure) { super(); this.setId(passIndLink.getId()); this.setPassId(passIndLink.getPassId()); this.setIndId(passIndLink.getIndId()); this.setMeasureId(passIndLink.getMeasureId()); this.setDatatype(passIndLink.getDatatype()); this.setDataformat(passIndLink.getDataformat()); this.setOrdernum(passIndLink.getOrdernum()); this.setDataFormatEmessage(passIndLink.getDataFormatEmessage()); this.setDataFormatRmessage(passIndLink.getDataFormatRmessage()); this.setDataFormatKmessage(passIndLink.getDataFormatKmessage()); this.passport = passport; this.indicator = indicator; this.measure = measure; }