📄 tseradvise.java.svn-base
字号:
package com.jama.rcrm.service.dao.pojo;
import java.util.Date;
import java.util.HashSet;
import java.util.Set;
/**
* TSerAdvise generated by MyEclipse - Hibernate Tools
*/
public class TSerAdvise implements java.io.Serializable {
private String adviseGuid;
private String unitGuid;
private String customerName;
private Long adviseMeans;
private Long multimediaFlag;
private String topic;
private Long instancyStatus;
private String adviseNumber;
private String userGuid;
private String telPhone;
private Long process;
private Date finishDate;
private Date checkinDate;
private Long livingFlag;
private String description;
private Long answerFlag;
private String answer;
private Date answerDate;
private Date disposeDate;
private String standardRemark;
private Date currentDate;
private String lastResult;
private Long resultLevel;
private String resultDescription;
private Long approveLevel;
private String approveDescription;
private Long timeLevel;
private String timeDescription;
private Long userLevel;
private String userDescription;
private Long workerLevel;
private String workerDescription;
// Constructors
/** default constructor */
public TSerAdvise() {
}
/** full constructor */
public TSerAdvise(String unitGuid, String customerName, Long adviseMeans, Long multimediaFlag, String topic, Long instancyStatus, String adviseNumber, String userGuid, String telPhone, Long process, Date finishDate, Date checkinDate, Long livingFlag, String description, Long answerFlag, String answer, Date answerDate, Date disposeDate, String standardRemark, Date currentDate, String lastResult, Long resultLevel, String resultDescription, Long approveLevel, String approveDescription, Long timeLevel, String timeDescription, Long userLevel, String userDescription, Long workerLevel, String workerDescription) {
this.unitGuid = unitGuid;
this.customerName = customerName;
this.adviseMeans = adviseMeans;
this.multimediaFlag = multimediaFlag;
this.topic = topic;
this.instancyStatus = instancyStatus;
this.adviseNumber = adviseNumber;
this.userGuid = userGuid;
this.telPhone = telPhone;
this.process = process;
this.finishDate = finishDate;
this.checkinDate = checkinDate;
this.livingFlag = livingFlag;
this.description = description;
this.answerFlag = answerFlag;
this.answer = answer;
this.answerDate = answerDate;
this.disposeDate = disposeDate;
this.standardRemark = standardRemark;
this.currentDate = currentDate;
this.lastResult = lastResult;
this.resultLevel = resultLevel;
this.resultDescription = resultDescription;
this.approveLevel = approveLevel;
this.approveDescription = approveDescription;
this.timeLevel = timeLevel;
this.timeDescription = timeDescription;
this.userLevel = userLevel;
this.userDescription = userDescription;
this.workerLevel = workerLevel;
this.workerDescription = workerDescription;
}
// Property accessors
public String getAdviseGuid() {
return this.adviseGuid;
}
public void setAdviseGuid(String adviseGuid) {
this.adviseGuid = adviseGuid;
}
public String getUnitGuid() {
return this.unitGuid;
}
public void setUnitGuid(String unitGuid) {
this.unitGuid = unitGuid;
}
public String getCustomerName() {
return this.customerName;
}
public void setCustomerName(String customerName) {
this.customerName = customerName;
}
public Long getAdviseMeans() {
return this.adviseMeans;
}
public void setAdviseMeans(Long adviseMeans) {
this.adviseMeans = adviseMeans;
}
public Long getMultimediaFlag() {
return this.multimediaFlag;
}
public void setMultimediaFlag(Long multimediaFlag) {
this.multimediaFlag = multimediaFlag;
}
public String getTopic() {
return this.topic;
}
public void setTopic(String topic) {
this.topic = topic;
}
public Long getInstancyStatus() {
return this.instancyStatus;
}
public void setInstancyStatus(Long instancyStatus) {
this.instancyStatus = instancyStatus;
}
public String getAdviseNumber() {
return this.adviseNumber;
}
public void setAdviseNumber(String adviseNumber) {
this.adviseNumber = adviseNumber;
}
public String getUserGuid() {
return this.userGuid;
}
public void setUserGuid(String userGuid) {
this.userGuid = userGuid;
}
public String getTelPhone() {
return this.telPhone;
}
public void setTelPhone(String telPhone) {
this.telPhone = telPhone;
}
public Long getProcess() {
return this.process;
}
public void setProcess(Long process) {
this.process = process;
}
public Date getFinishDate() {
return this.finishDate;
}
public void setFinishDate(Date finishDate) {
this.finishDate = finishDate;
}
public Date getCheckinDate() {
return this.checkinDate;
}
public void setCheckinDate(Date checkinDate) {
this.checkinDate = checkinDate;
}
public Long getLivingFlag() {
return this.livingFlag;
}
public void setLivingFlag(Long livingFlag) {
this.livingFlag = livingFlag;
}
public String getDescription() {
return this.description;
}
public void setDescription(String description) {
this.description = description;
}
public Long getAnswerFlag() {
return this.answerFlag;
}
public void setAnswerFlag(Long answerFlag) {
this.answerFlag = answerFlag;
}
public String getAnswer() {
return this.answer;
}
public void setAnswer(String answer) {
this.answer = answer;
}
public Date getAnswerDate() {
return this.answerDate;
}
public void setAnswerDate(Date answerDate) {
this.answerDate = answerDate;
}
public Date getDisposeDate() {
return this.disposeDate;
}
public void setDisposeDate(Date disposeDate) {
this.disposeDate = disposeDate;
}
public String getStandardRemark() {
return this.standardRemark;
}
public void setStandardRemark(String standardRemark) {
this.standardRemark = standardRemark;
}
public Date getCurrentDate() {
return this.currentDate;
}
public void setCurrentDate(Date currentDate) {
this.currentDate = currentDate;
}
public String getLastResult() {
return this.lastResult;
}
public void setLastResult(String lastResult) {
this.lastResult = lastResult;
}
public Long getResultLevel() {
return this.resultLevel;
}
public void setResultLevel(Long resultLevel) {
this.resultLevel = resultLevel;
}
public String getResultDescription() {
return this.resultDescription;
}
public void setResultDescription(String resultDescription) {
this.resultDescription = resultDescription;
}
public Long getApproveLevel() {
return this.approveLevel;
}
public void setApproveLevel(Long approveLevel) {
this.approveLevel = approveLevel;
}
public String getApproveDescription() {
return this.approveDescription;
}
public void setApproveDescription(String approveDescription) {
this.approveDescription = approveDescription;
}
public Long getTimeLevel() {
return this.timeLevel;
}
public void setTimeLevel(Long timeLevel) {
this.timeLevel = timeLevel;
}
public String getTimeDescription() {
return this.timeDescription;
}
public void setTimeDescription(String timeDescription) {
this.timeDescription = timeDescription;
}
public Long getUserLevel() {
return this.userLevel;
}
public void setUserLevel(Long userLevel) {
this.userLevel = userLevel;
}
public String getUserDescription() {
return this.userDescription;
}
public void setUserDescription(String userDescription) {
this.userDescription = userDescription;
}
public Long getWorkerLevel() {
return this.workerLevel;
}
public void setWorkerLevel(Long workerLevel) {
this.workerLevel = workerLevel;
}
public String getWorkerDescription() {
return this.workerDescription;
}
public void setWorkerDescription(String workerDescription) {
this.workerDescription = workerDescription;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -