Rev 21730 | Blame | Compare with Previous | Last modification | View Log | RSS feed
package com.spice.profitmandi.web.res;public class MyRechargesResponse {private Long date;private String operatorType;private Long operatorId;private Long orderId;private String displayOrderId;private String number;private String operator;private Long amount;private String status;public Long getDate() {return date;}public void setDate(Long date) {this.date = date;}public Long getOrderId() {return orderId;}public void setOrderId(Long orderId) {this.orderId = orderId;}public String getNumber() {return number;}public void setNumber(String number) {this.number = number;}public String getOperator() {return operator;}public void setOperator(String operator) {this.operator = operator;}public Long getAmount() {return amount;}public void setAmount(Long amount) {this.amount = amount;}public String getStatus() {return status;}public void setStatus(String status) {this.status = status;}public void setOperatorId(Long operatorId) {this.operatorId = operatorId;}public Long getOperatorId() {return operatorId;}public void setOperatorType(String operatorType) {this.operatorType = operatorType;}public String getOperatorType() {return operatorType;}public void setDisplayOrderId(String displayOrderId) {this.displayOrderId = displayOrderId;}public String getDisplayOrderId() {return displayOrderId;}}