| | |
| | | |
| | | public class SuperAggregateOutput extends SuperAggregate { |
| | | private static final long serialVersionUID = 1074211007569731042L; |
| | | private Timestamp ts; |
| | | private Timestamp preTs; |
| | | |
| | | private Timestamp time; |
| | | private Timestamp preTime; |
| | | private Long output; |
| | | private Long curOutput; |
| | | private Long preOutput; |
| | |
| | | } else if (!this$employeeId.equals(other$employeeId)) { |
| | | return false; |
| | | } |
| | | Object this$ts = getTs(); |
| | | Object other$ts = other.getTs(); |
| | | Object this$ts = getTime(); |
| | | Object other$ts = other.getTime(); |
| | | if (this$ts == null) { |
| | | if (other$ts != null) { |
| | | return false; |
| | |
| | | } else if (!this$ts.equals(other$ts)) { |
| | | return false; |
| | | } |
| | | Object this$preTs = getPreTs(); |
| | | Object other$preTs = other.getPreTs(); |
| | | Object this$preTs = getPreTime(); |
| | | Object other$preTs = other.getPreTime(); |
| | | if (this$preTs == null) { |
| | | if (other$preTs != null) { |
| | | return false; |
| | |
| | | int result4 = (result3 * 59) + ($preOutput == null ? 43 : $preOutput.hashCode()); |
| | | Object $employeeId = getEmployeeId(); |
| | | int result5 = (result4 * 59) + ($employeeId == null ? 43 : $employeeId.hashCode()); |
| | | Object $ts = getTs(); |
| | | Object $ts = getTime(); |
| | | int result6 = (result5 * 59) + ($ts == null ? 43 : $ts.hashCode()); |
| | | Object $preTs = getPreTs(); |
| | | Object $preTs = getPreTime(); |
| | | int result7 = (result6 * 59) + ($preTs == null ? 43 : $preTs.hashCode()); |
| | | Object $program = getProgram(); |
| | | int result8 = (result7 * 59) + ($program == null ? 43 : $program.hashCode()); |
| | |
| | | return (result9 * 59) + ($productName == null ? 43 : $productName.hashCode()); |
| | | } |
| | | |
| | | public void setTs(final Timestamp ts) { |
| | | this.ts = ts; |
| | | public void setTime(final Timestamp time) { |
| | | this.time = time; |
| | | } |
| | | |
| | | public void setPreTs(final Timestamp preTs) { |
| | | this.preTs = preTs; |
| | | public void setPreTs(final Timestamp preTime) { |
| | | this.preTime = preTime; |
| | | } |
| | | |
| | | public void setOutput(final Long output) { |
| | |
| | | |
| | | @Override // org.springblade.modules.mdc.entity.SuperAggregate |
| | | public String toString() { |
| | | return "SuperAggregateOutput(ts=" + getTs() + ", preTs=" + getPreTs() + ", output=" + getOutput() + ", curOutput=" + getCurOutput() + ", preOutput=" + getPreOutput() + ", program=" + getProgram() + ", productCode=" + getProductCode() + ", productName=" + getProductName() + ", employeeId=" + getEmployeeId() + ")"; |
| | | return "SuperAggregateOutput(ts=" + getTime() + ", preTs=" + getPreTime() + ", output=" + getOutput() + ", curOutput=" + getCurOutput() + ", preOutput=" + getPreOutput() + ", program=" + getProgram() + ", productCode=" + getProductCode() + ", productName=" + getProductName() + ", employeeId=" + getEmployeeId() + ")"; |
| | | } |
| | | |
| | | public SuperAggregateOutput() { |
| | | } |
| | | |
| | | public SuperAggregateOutput(final Timestamp ts, final Timestamp preTs, final Long output, final Long curOutput, final Long preOutput, final String program, final String productCode, final String productName, final Long employeeId) { |
| | | this.ts = ts; |
| | | this.preTs = preTs; |
| | | public SuperAggregateOutput(final Timestamp time, final Timestamp preTime, final Long output, final Long curOutput, final Long preOutput, final String program, final String productCode, final String productName, final Long employeeId) { |
| | | this.time = time; |
| | | this.preTime = preTime; |
| | | this.output = output; |
| | | this.curOutput = curOutput; |
| | | this.preOutput = preOutput; |
| | |
| | | this.employeeId = employeeId; |
| | | } |
| | | |
| | | public Timestamp getTs() { |
| | | return this.ts; |
| | | public Timestamp getTime() { |
| | | return this.time; |
| | | } |
| | | |
| | | public Timestamp getPreTs() { |
| | | return this.preTs; |
| | | public Timestamp getPreTime() { |
| | | return this.preTime; |
| | | } |
| | | |
| | | public Long getOutput() { |