Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
package com.spice.profitmandi.dao.model;import java.util.Objects;public class RbmArrViewModel {String rbmName;int authId;String warehouseName;int todayTarget;int MonthlyTarget;int mtdAchievedTarget;int todayHidTarget;int todayEolTarget;int todayFastMovingTarget;int todaySlowMovingTarget;int todayOtherMovingTarget;int todayAchievedHidTarget;int todayAchievedEolTarget;int todayAchievedFastMovingTarget;int todayAchievedSlowMovingTarget;int todayAchievedOtherMovingTarget;int totalAchievedTarget;public String getRbmName() {return rbmName;}public void setRbmName(String rbmName) {this.rbmName = rbmName;}public int getAuthId() {return authId;}public void setAuthId(int authId) {this.authId = authId;}public String getWarehouseName() {return warehouseName;}public void setWarehouseName(String warehouseName) {this.warehouseName = warehouseName;}public int getTodayTarget() {return todayTarget;}public void setTodayTarget(int todayTarget) {this.todayTarget = todayTarget;}public int getMonthlyTarget() {return MonthlyTarget;}public void setMonthlyTarget(int monthlyTarget) {MonthlyTarget = monthlyTarget;}public int getMtdAchievedTarget() {return mtdAchievedTarget;}public void setMtdAchievedTarget(int mtdAchievedTarget) {this.mtdAchievedTarget = mtdAchievedTarget;}public int getTodayHidTarget() {return todayHidTarget;}public void setTodayHidTarget(int todayHidTarget) {this.todayHidTarget = todayHidTarget;}public int getTodayEolTarget() {return todayEolTarget;}public void setTodayEolTarget(int todayEolTarget) {this.todayEolTarget = todayEolTarget;}public int getTodayFastMovingTarget() {return todayFastMovingTarget;}public void setTodayFastMovingTarget(int todayFastMovingTarget) {this.todayFastMovingTarget = todayFastMovingTarget;}public int getTodaySlowMovingTarget() {return todaySlowMovingTarget;}public void setTodaySlowMovingTarget(int todaySlowMovingTarget) {this.todaySlowMovingTarget = todaySlowMovingTarget;}public int getTodayOtherMovingTarget() {return todayOtherMovingTarget;}public void setTodayOtherMovingTarget(int todayOtherMovingTarget) {this.todayOtherMovingTarget = todayOtherMovingTarget;}public int getTodayAchievedHidTarget() {return todayAchievedHidTarget;}public void setTodayAchievedHidTarget(int todayAchievedHidTarget) {this.todayAchievedHidTarget = todayAchievedHidTarget;}public int getTodayAchievedEolTarget() {return todayAchievedEolTarget;}public void setTodayAchievedEolTarget(int todayAchievedEolTarget) {this.todayAchievedEolTarget = todayAchievedEolTarget;}public int getTodayAchievedFastMovingTarget() {return todayAchievedFastMovingTarget;}public void setTodayAchievedFastMovingTarget(int todayAchievedFastMovingTarget) {this.todayAchievedFastMovingTarget = todayAchievedFastMovingTarget;}public int getTodayAchievedSlowMovingTarget() {return todayAchievedSlowMovingTarget;}public void setTodayAchievedSlowMovingTarget(int todayAchievedSlowMovingTarget) {this.todayAchievedSlowMovingTarget = todayAchievedSlowMovingTarget;}public int getTodayAchievedOtherMovingTarget() {return todayAchievedOtherMovingTarget;}public void setTodayAchievedOtherMovingTarget(int todayAchievedOtherMovingTarget) {this.todayAchievedOtherMovingTarget = todayAchievedOtherMovingTarget;}public int getTotalAchievedTarget() {return totalAchievedTarget;}public void setTotalAchievedTarget(int totalAchievedTarget) {this.totalAchievedTarget = totalAchievedTarget;}@Overridepublic boolean equals(Object o) {if (this == o) return true;if (o == null || getClass() != o.getClass()) return false;RbmArrViewModel that = (RbmArrViewModel) o;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);}@Overridepublic int hashCode() {return Objects.hash(rbmName, authId, warehouseName, todayTarget, MonthlyTarget, mtdAchievedTarget, todayHidTarget, todayEolTarget, todayFastMovingTarget, todaySlowMovingTarget, todayOtherMovingTarget, todayAchievedHidTarget, todayAchievedEolTarget, todayAchievedFastMovingTarget, todayAchievedSlowMovingTarget, todayAchievedOtherMovingTarget, totalAchievedTarget);}@Overridepublic String toString() {return "RbmArrViewModel{" +"rbmName='" + rbmName + '\'' +", authId=" + authId +", warehouseName='" + warehouseName + '\'' +", todayTarget=" + todayTarget +", MonthlyTarget=" + MonthlyTarget +", mtdAchievedTarget=" + mtdAchievedTarget +", todayHidTarget=" + todayHidTarget +", todayEolTarget=" + todayEolTarget +", todayFastMovingTarget=" + todayFastMovingTarget +", todaySlowMovingTarget=" + todaySlowMovingTarget +", todayOtherMovingTarget=" + todayOtherMovingTarget +", todayAchievedHidTarget=" + todayAchievedHidTarget +", todayAchievedEolTarget=" + todayAchievedEolTarget +", todayAchievedFastMovingTarget=" + todayAchievedFastMovingTarget +", todayAchievedSlowMovingTarget=" + todayAchievedSlowMovingTarget +", todayAchievedOtherMovingTarget=" + todayAchievedOtherMovingTarget +", totalAchievedTarget=" + totalAchievedTarget +'}';}}