tbmmsseedid.java
来自「移动彩信管理平台」· Java 代码 · 共 317 行
JAVA
317 行
package com.my7g.zj.mobile.mms.mapping;
import java.util.Date;
/**
* TbMmsSeedId generated by MyEclipse Persistence Tools
*/
public class TbMmsSeedId implements java.io.Serializable {
// Fields
private String mmsId;
private String mmsTitle;
private String mmsDesc;
private String mmsKey;
private Integer provideId;
private String elementSrcName;
private String typeIndex;
private Date updateTime;
private Short isUse;
private Byte needCatch;
private Short patchStatus;
private Integer auditingId;
private Date auditingTime;
private Short isCommend;
private Integer webHitCount;
// Constructors
/** default constructor */
public TbMmsSeedId() {
}
/** minimal constructor */
public TbMmsSeedId(String mmsId, String mmsTitle, String mmsDesc,
Integer provideId, String elementSrcName, String typeIndex,
Short isUse, Byte needCatch, Short patchStatus, Short isCommend,
Integer webHitCount) {
this.mmsId = mmsId;
this.mmsTitle = mmsTitle;
this.mmsDesc = mmsDesc;
this.provideId = provideId;
this.elementSrcName = elementSrcName;
this.typeIndex = typeIndex;
this.isUse = isUse;
this.needCatch = needCatch;
this.patchStatus = patchStatus;
this.isCommend = isCommend;
this.webHitCount = webHitCount;
}
/** full constructor */
public TbMmsSeedId(String mmsId, String mmsTitle, String mmsDesc,
String mmsKey, Integer provideId, String elementSrcName,
String typeIndex, Date updateTime, Short isUse, Byte needCatch,
Short patchStatus, Integer auditingId, Date auditingTime,
Short isCommend, Integer webHitCount) {
this.mmsId = mmsId;
this.mmsTitle = mmsTitle;
this.mmsDesc = mmsDesc;
this.mmsKey = mmsKey;
this.provideId = provideId;
this.elementSrcName = elementSrcName;
this.typeIndex = typeIndex;
this.updateTime = updateTime;
this.isUse = isUse;
this.needCatch = needCatch;
this.patchStatus = patchStatus;
this.auditingId = auditingId;
this.auditingTime = auditingTime;
this.isCommend = isCommend;
this.webHitCount = webHitCount;
}
// Property accessors
public String getMmsId() {
return this.mmsId;
}
public void setMmsId(String mmsId) {
this.mmsId = mmsId;
}
public String getMmsTitle() {
return this.mmsTitle;
}
public void setMmsTitle(String mmsTitle) {
this.mmsTitle = mmsTitle;
}
public String getMmsDesc() {
return this.mmsDesc;
}
public void setMmsDesc(String mmsDesc) {
this.mmsDesc = mmsDesc;
}
public String getMmsKey() {
return this.mmsKey;
}
public void setMmsKey(String mmsKey) {
this.mmsKey = mmsKey;
}
public Integer getProvideId() {
return this.provideId;
}
public void setProvideId(Integer provideId) {
this.provideId = provideId;
}
public String getElementSrcName() {
return this.elementSrcName;
}
public void setElementSrcName(String elementSrcName) {
this.elementSrcName = elementSrcName;
}
public String getTypeIndex() {
return this.typeIndex;
}
public void setTypeIndex(String typeIndex) {
this.typeIndex = typeIndex;
}
public Date getUpdateTime() {
return this.updateTime;
}
public void setUpdateTime(Date updateTime) {
this.updateTime = updateTime;
}
public Short getIsUse() {
return this.isUse;
}
public void setIsUse(Short isUse) {
this.isUse = isUse;
}
public Byte getNeedCatch() {
return this.needCatch;
}
public void setNeedCatch(Byte needCatch) {
this.needCatch = needCatch;
}
public Short getPatchStatus() {
return this.patchStatus;
}
public void setPatchStatus(Short patchStatus) {
this.patchStatus = patchStatus;
}
public Integer getAuditingId() {
return this.auditingId;
}
public void setAuditingId(Integer auditingId) {
this.auditingId = auditingId;
}
public Date getAuditingTime() {
return this.auditingTime;
}
public void setAuditingTime(Date auditingTime) {
this.auditingTime = auditingTime;
}
public Short getIsCommend() {
return this.isCommend;
}
public void setIsCommend(Short isCommend) {
this.isCommend = isCommend;
}
public Integer getWebHitCount() {
return this.webHitCount;
}
public void setWebHitCount(Integer webHitCount) {
this.webHitCount = webHitCount;
}
public boolean equals(Object other) {
if ((this == other))
return true;
if ((other == null))
return false;
if (!(other instanceof TbMmsSeedId))
return false;
TbMmsSeedId castOther = (TbMmsSeedId) other;
return ((this.getMmsId() == castOther.getMmsId()) || (this.getMmsId() != null
&& castOther.getMmsId() != null && this.getMmsId().equals(
castOther.getMmsId())))
&& ((this.getMmsTitle() == castOther.getMmsTitle()) || (this
.getMmsTitle() != null
&& castOther.getMmsTitle() != null && this
.getMmsTitle().equals(castOther.getMmsTitle())))
&& ((this.getMmsDesc() == castOther.getMmsDesc()) || (this
.getMmsDesc() != null
&& castOther.getMmsDesc() != null && this.getMmsDesc()
.equals(castOther.getMmsDesc())))
&& ((this.getMmsKey() == castOther.getMmsKey()) || (this
.getMmsKey() != null
&& castOther.getMmsKey() != null && this.getMmsKey()
.equals(castOther.getMmsKey())))
&& ((this.getProvideId() == castOther.getProvideId()) || (this
.getProvideId() != null
&& castOther.getProvideId() != null && this
.getProvideId().equals(castOther.getProvideId())))
&& ((this.getElementSrcName() == castOther.getElementSrcName()) || (this
.getElementSrcName() != null
&& castOther.getElementSrcName() != null && this
.getElementSrcName().equals(
castOther.getElementSrcName())))
&& ((this.getTypeIndex() == castOther.getTypeIndex()) || (this
.getTypeIndex() != null
&& castOther.getTypeIndex() != null && this
.getTypeIndex().equals(castOther.getTypeIndex())))
&& ((this.getUpdateTime() == castOther.getUpdateTime()) || (this
.getUpdateTime() != null
&& castOther.getUpdateTime() != null && this
.getUpdateTime().equals(castOther.getUpdateTime())))
&& ((this.getIsUse() == castOther.getIsUse()) || (this
.getIsUse() != null
&& castOther.getIsUse() != null && this.getIsUse()
.equals(castOther.getIsUse())))
&& ((this.getNeedCatch() == castOther.getNeedCatch()) || (this
.getNeedCatch() != null
&& castOther.getNeedCatch() != null && this
.getNeedCatch().equals(castOther.getNeedCatch())))
&& ((this.getPatchStatus() == castOther.getPatchStatus()) || (this
.getPatchStatus() != null
&& castOther.getPatchStatus() != null && this
.getPatchStatus().equals(castOther.getPatchStatus())))
&& ((this.getAuditingId() == castOther.getAuditingId()) || (this
.getAuditingId() != null
&& castOther.getAuditingId() != null && this
.getAuditingId().equals(castOther.getAuditingId())))
&& ((this.getAuditingTime() == castOther.getAuditingTime()) || (this
.getAuditingTime() != null
&& castOther.getAuditingTime() != null && this
.getAuditingTime().equals(castOther.getAuditingTime())))
&& ((this.getIsCommend() == castOther.getIsCommend()) || (this
.getIsCommend() != null
&& castOther.getIsCommend() != null && this
.getIsCommend().equals(castOther.getIsCommend())))
&& ((this.getWebHitCount() == castOther.getWebHitCount()) || (this
.getWebHitCount() != null
&& castOther.getWebHitCount() != null && this
.getWebHitCount().equals(castOther.getWebHitCount())));
}
public int hashCode() {
int result = 17;
result = 37 * result
+ (getMmsId() == null ? 0 : this.getMmsId().hashCode());
result = 37 * result
+ (getMmsTitle() == null ? 0 : this.getMmsTitle().hashCode());
result = 37 * result
+ (getMmsDesc() == null ? 0 : this.getMmsDesc().hashCode());
result = 37 * result
+ (getMmsKey() == null ? 0 : this.getMmsKey().hashCode());
result = 37 * result
+ (getProvideId() == null ? 0 : this.getProvideId().hashCode());
result = 37
* result
+ (getElementSrcName() == null ? 0 : this.getElementSrcName()
.hashCode());
result = 37 * result
+ (getTypeIndex() == null ? 0 : this.getTypeIndex().hashCode());
result = 37
* result
+ (getUpdateTime() == null ? 0 : this.getUpdateTime()
.hashCode());
result = 37 * result
+ (getIsUse() == null ? 0 : this.getIsUse().hashCode());
result = 37 * result
+ (getNeedCatch() == null ? 0 : this.getNeedCatch().hashCode());
result = 37
* result
+ (getPatchStatus() == null ? 0 : this.getPatchStatus()
.hashCode());
result = 37
* result
+ (getAuditingId() == null ? 0 : this.getAuditingId()
.hashCode());
result = 37
* result
+ (getAuditingTime() == null ? 0 : this.getAuditingTime()
.hashCode());
result = 37 * result
+ (getIsCommend() == null ? 0 : this.getIsCommend().hashCode());
result = 37
* result
+ (getWebHitCount() == null ? 0 : this.getWebHitCount()
.hashCode());
return result;
}
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?