View as "text/plain" | Blame | Last modification | View Log | RSS feed
package com.spice.profitmandi.dao.entity.dtr;public class HyperTrackKeyModel {private int userId;private int deviceId;private String hyperTrackId;public int getUserId() {return userId;}public void setUserId(int userId) {this.userId = userId;}public int getDeviceId() {return deviceId;}public void setDeviceId(int deviceId) {this.deviceId = deviceId;}public String getHyperTrackId() {return hyperTrackId;}public void setHyperTrackId(String hyperTrackId) {this.hyperTrackId = hyperTrackId;}}