package com.platform.entities; public class DataInfoEntityMoveTmp extends DataInfoEntity { private String dstPath; private String completeStatus; private int rate; /** * */ private String lastTime; private String dstVolumeIp; private String dstVolumePath; private int fkid; public DataInfoEntityMoveTmp() { // TODO Auto-generated constructor stub } /** * @return the dstPath */ public String getDstPath() { return dstPath; } /** * @param dstPath the dstPath to set */ public void setDstPath(String dstPath) { this.dstPath = dstPath; } /** * @return the completeStatus */ public String getCompleteStatus() { return completeStatus; } /** * @param completeStatus the completeStatus to set */ public void setCompleteStatus(String completeStatus) { this.completeStatus = completeStatus; } /** * @return the rate */ public int getRate() { return rate; } /** * @param rate the rate to set */ public void setRate(int rate) { this.rate = rate; } /** * @return the lastTime */ public String getLastTime() { return lastTime; } /** * @param lastTime the lastTime to set */ public void setLastTime(String lastTime) { this.lastTime = lastTime; } /** * @return the fkid */ public int getFkid() { return fkid; } /** * @param fkid the fkid to set */ public void setFkid(int fkid) { this.fkid = fkid; } /** * @return the dstVolumeIp */ public String getDstVolumeIp() { return dstVolumeIp; } /** * @param dstVolumeIp the dstVolumeIp to set */ public void setDstVolumeIp(String dstVolumeIp) { this.dstVolumeIp = dstVolumeIp; } /** * @return the dstVolumePath */ public String getDstVolumePath() { return dstVolumePath; } /** * @param dstVolumePath the dstVolumePath to set */ public void setDstVolumePath(String dstVolumePath) { this.dstVolumePath = dstVolumePath; } }