Subversion Repositories SmartDukaan

Rev

Rev 33917 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 33917 Rev 34098
Line 12... Line 12...
12
 
12
 
13
    int MonthlyTarget;
13
    int MonthlyTarget;
14
    int mtdAchievedTarget;
14
    int mtdAchievedTarget;
15
 
15
 
16
    int todayHidTarget;
16
    int todayHidTarget;
17
    int todayEolTarget;
-
 
18
    int todayFastMovingTarget;
-
 
19
    int todaySlowMovingTarget;
17
    int todaySlowMovingTarget;
-
 
18
    int todayFastMovingTarget;
-
 
19
    int todayRunningTarget;
20
    int todayOtherMovingTarget;
20
    int todayOtherMovingTarget;
21
 
21
 
22
    int todayAchievedHidTarget;
22
    int todayAchievedHidTarget;
23
    int todayAchievedEolTarget;
-
 
24
    int todayAchievedFastMovingTarget;
-
 
25
    int todayAchievedSlowMovingTarget;
23
    int todayAchievedSlowMovingTarget;
-
 
24
    int todayAchievedFastMovingTarget;
-
 
25
    int todayAchievedRunningTarget;
26
    int todayAchievedOtherMovingTarget;
26
    int todayAchievedOtherMovingTarget;
27
 
27
 
28
    int totalAchievedTarget;
28
    int totalAchievedTarget;
29
 
29
 
30
    public String getRbmName() {
30
    public String getRbmName() {
Line 81... Line 81...
81
 
81
 
82
    public void setTodayHidTarget(int todayHidTarget) {
82
    public void setTodayHidTarget(int todayHidTarget) {
83
        this.todayHidTarget = todayHidTarget;
83
        this.todayHidTarget = todayHidTarget;
84
    }
84
    }
85
 
85
 
86
    public int getTodayEolTarget() {
86
    public int getTodaySlowMovingTarget() {
87
        return todayEolTarget;
87
        return todaySlowMovingTarget;
88
    }
88
    }
89
 
89
 
90
    public void setTodayEolTarget(int todayEolTarget) {
90
    public void setTodaySlowMovingTarget(int todaySlowMovingTarget) {
91
        this.todayEolTarget = todayEolTarget;
91
        this.todaySlowMovingTarget = todaySlowMovingTarget;
92
    }
92
    }
93
 
93
 
94
    public int getTodayFastMovingTarget() {
94
    public int getTodayFastMovingTarget() {
95
        return todayFastMovingTarget;
95
        return todayFastMovingTarget;
96
    }
96
    }
97
 
97
 
98
    public void setTodayFastMovingTarget(int todayFastMovingTarget) {
98
    public void setTodayFastMovingTarget(int todayFastMovingTarget) {
99
        this.todayFastMovingTarget = todayFastMovingTarget;
99
        this.todayFastMovingTarget = todayFastMovingTarget;
100
    }
100
    }
101
 
101
 
102
    public int getTodaySlowMovingTarget() {
102
    public int getTodayRunningTarget() {
103
        return todaySlowMovingTarget;
103
        return todayRunningTarget;
104
    }
104
    }
105
 
105
 
106
    public void setTodaySlowMovingTarget(int todaySlowMovingTarget) {
106
    public void setTodayRunningTarget(int todayRunningTarget) {
107
        this.todaySlowMovingTarget = todaySlowMovingTarget;
107
        this.todayRunningTarget = todayRunningTarget;
108
    }
108
    }
109
 
109
 
110
    public int getTodayOtherMovingTarget() {
110
    public int getTodayOtherMovingTarget() {
111
        return todayOtherMovingTarget;
111
        return todayOtherMovingTarget;
112
    }
112
    }
Line 121... Line 121...
121
 
121
 
122
    public void setTodayAchievedHidTarget(int todayAchievedHidTarget) {
122
    public void setTodayAchievedHidTarget(int todayAchievedHidTarget) {
123
        this.todayAchievedHidTarget = todayAchievedHidTarget;
123
        this.todayAchievedHidTarget = todayAchievedHidTarget;
124
    }
124
    }
125
 
125
 
126
    public int getTodayAchievedEolTarget() {
126
    public int getTodayAchievedSlowMovingTarget() {
127
        return todayAchievedEolTarget;
127
        return todayAchievedSlowMovingTarget;
128
    }
128
    }
129
 
129
 
130
    public void setTodayAchievedEolTarget(int todayAchievedEolTarget) {
130
    public void setTodayAchievedSlowMovingTarget(int todayAchievedSlowMovingTarget) {
131
        this.todayAchievedEolTarget = todayAchievedEolTarget;
131
        this.todayAchievedSlowMovingTarget = todayAchievedSlowMovingTarget;
132
    }
132
    }
133
 
133
 
134
    public int getTodayAchievedFastMovingTarget() {
134
    public int getTodayAchievedFastMovingTarget() {
135
        return todayAchievedFastMovingTarget;
135
        return todayAchievedFastMovingTarget;
136
    }
136
    }
137
 
137
 
138
    public void setTodayAchievedFastMovingTarget(int todayAchievedFastMovingTarget) {
138
    public void setTodayAchievedFastMovingTarget(int todayAchievedFastMovingTarget) {
139
        this.todayAchievedFastMovingTarget = todayAchievedFastMovingTarget;
139
        this.todayAchievedFastMovingTarget = todayAchievedFastMovingTarget;
140
    }
140
    }
141
 
141
 
142
    public int getTodayAchievedSlowMovingTarget() {
142
    public int getTodayAchievedRunningTarget() {
143
        return todayAchievedSlowMovingTarget;
143
        return todayAchievedRunningTarget;
144
    }
144
    }
145
 
145
 
146
    public void setTodayAchievedSlowMovingTarget(int todayAchievedSlowMovingTarget) {
146
    public void setTodayAchievedRunningTarget(int todayAchievedRunningTarget) {
147
        this.todayAchievedSlowMovingTarget = todayAchievedSlowMovingTarget;
147
        this.todayAchievedRunningTarget = todayAchievedRunningTarget;
148
    }
148
    }
149
 
149
 
150
    public int getTodayAchievedOtherMovingTarget() {
150
    public int getTodayAchievedOtherMovingTarget() {
151
        return todayAchievedOtherMovingTarget;
151
        return todayAchievedOtherMovingTarget;
152
    }
152
    }
Line 166... Line 166...
166
    @Override
166
    @Override
167
    public boolean equals(Object o) {
167
    public boolean equals(Object o) {
168
        if (this == o) return true;
168
        if (this == o) return true;
169
        if (o == null || getClass() != o.getClass()) return false;
169
        if (o == null || getClass() != o.getClass()) return false;
170
        RbmArrViewModel that = (RbmArrViewModel) o;
170
        RbmArrViewModel that = (RbmArrViewModel) o;
171
        return authId == that.authId && Objects.equals(rbmName, that.rbmName) && Objects.equals(warehouseName, that.warehouseName) && Objects.equals(todayTarget, that.todayTarget) && Objects.equals(MonthlyTarget, that.MonthlyTarget) && Objects.equals(mtdAchievedTarget, that.mtdAchievedTarget) && Objects.equals(todayHidTarget, that.todayHidTarget) && Objects.equals(todayEolTarget, that.todayEolTarget) && Objects.equals(todayFastMovingTarget, that.todayFastMovingTarget) && Objects.equals(todaySlowMovingTarget, that.todaySlowMovingTarget) && Objects.equals(todayOtherMovingTarget, that.todayOtherMovingTarget) && Objects.equals(todayAchievedHidTarget, that.todayAchievedHidTarget) && Objects.equals(todayAchievedEolTarget, that.todayAchievedEolTarget) && Objects.equals(todayAchievedFastMovingTarget, that.todayAchievedFastMovingTarget) && Objects.equals(todayAchievedSlowMovingTarget, that.todayAchievedSlowMovingTarget) && Objects.equals(todayAchievedOtherMovingTarget, that.todayAchievedOtherMovingTarget) && Objects.equals(totalAchievedTarget, that.totalAchievedTarget);
171
        return authId == that.authId && Objects.equals(rbmName, that.rbmName) && Objects.equals(warehouseName, that.warehouseName) && Objects.equals(todayTarget, that.todayTarget) && Objects.equals(MonthlyTarget, that.MonthlyTarget) && Objects.equals(mtdAchievedTarget, that.mtdAchievedTarget) && Objects.equals(todayHidTarget, that.todayHidTarget) && Objects.equals(todaySlowMovingTarget, that.todaySlowMovingTarget) && Objects.equals(todayFastMovingTarget, that.todayFastMovingTarget) && Objects.equals(todayRunningTarget, that.todayRunningTarget) && Objects.equals(todayOtherMovingTarget, that.todayOtherMovingTarget) && Objects.equals(todayAchievedHidTarget, that.todayAchievedHidTarget) && Objects.equals(todayAchievedSlowMovingTarget, that.todayAchievedSlowMovingTarget) && Objects.equals(todayAchievedFastMovingTarget, that.todayAchievedFastMovingTarget) && Objects.equals(todayAchievedRunningTarget, that.todayAchievedRunningTarget) && Objects.equals(todayAchievedOtherMovingTarget, that.todayAchievedOtherMovingTarget) && Objects.equals(totalAchievedTarget, that.totalAchievedTarget);
172
    }
172
    }
173
 
173
 
174
    @Override
174
    @Override
175
    public int hashCode() {
175
    public int hashCode() {
176
        return Objects.hash(rbmName, authId, warehouseName, todayTarget, MonthlyTarget, mtdAchievedTarget, todayHidTarget, todayEolTarget, todayFastMovingTarget, todaySlowMovingTarget, todayOtherMovingTarget, todayAchievedHidTarget, todayAchievedEolTarget, todayAchievedFastMovingTarget, todayAchievedSlowMovingTarget, todayAchievedOtherMovingTarget, totalAchievedTarget);
176
        return Objects.hash(rbmName, authId, warehouseName, todayTarget, MonthlyTarget, mtdAchievedTarget, todayHidTarget, todaySlowMovingTarget, todayFastMovingTarget, todayRunningTarget, todayOtherMovingTarget, todayAchievedHidTarget, todayAchievedSlowMovingTarget, todayAchievedFastMovingTarget, todayAchievedRunningTarget, todayAchievedOtherMovingTarget, totalAchievedTarget);
177
    }
177
    }
178
 
178
 
179
    @Override
179
    @Override
180
    public String toString() {
180
    public String toString() {
181
        return "RbmArrViewModel{" +
181
        return "RbmArrViewModel{" +
Line 184... Line 184...
184
                ", warehouseName='" + warehouseName + '\'' +
184
                ", warehouseName='" + warehouseName + '\'' +
185
                ", todayTarget=" + todayTarget +
185
                ", todayTarget=" + todayTarget +
186
                ", MonthlyTarget=" + MonthlyTarget +
186
                ", MonthlyTarget=" + MonthlyTarget +
187
                ", mtdAchievedTarget=" + mtdAchievedTarget +
187
                ", mtdAchievedTarget=" + mtdAchievedTarget +
188
                ", todayHidTarget=" + todayHidTarget +
188
                ", todayHidTarget=" + todayHidTarget +
189
                ", todayEolTarget=" + todayEolTarget +
-
 
190
                ", todayFastMovingTarget=" + todayFastMovingTarget +
-
 
191
                ", todaySlowMovingTarget=" + todaySlowMovingTarget +
189
                ", todaySlowMovingTarget=" + todaySlowMovingTarget +
-
 
190
                ", todayFastMovingTarget=" + todayFastMovingTarget +
-
 
191
                ", todayRunningTarget=" + todayRunningTarget +
192
                ", todayOtherMovingTarget=" + todayOtherMovingTarget +
192
                ", todayOtherMovingTarget=" + todayOtherMovingTarget +
193
                ", todayAchievedHidTarget=" + todayAchievedHidTarget +
193
                ", todayAchievedHidTarget=" + todayAchievedHidTarget +
194
                ", todayAchievedEolTarget=" + todayAchievedEolTarget +
-
 
195
                ", todayAchievedFastMovingTarget=" + todayAchievedFastMovingTarget +
-
 
196
                ", todayAchievedSlowMovingTarget=" + todayAchievedSlowMovingTarget +
194
                ", todayAchievedSlowMovingTarget=" + todayAchievedSlowMovingTarget +
-
 
195
                ", todayAchievedFastMovingTarget=" + todayAchievedFastMovingTarget +
-
 
196
                ", todayAchievedRunningTarget=" + todayAchievedRunningTarget +
197
                ", todayAchievedOtherMovingTarget=" + todayAchievedOtherMovingTarget +
197
                ", todayAchievedOtherMovingTarget=" + todayAchievedOtherMovingTarget +
198
                ", totalAchievedTarget=" + totalAchievedTarget +
198
                ", totalAchievedTarget=" + totalAchievedTarget +
199
                '}';
199
                '}';
200
    }
200
    }
201
}
201
}