📄 clubinfo.java
字号:
package com.woyi.dto;
// default package
import java.util.Date;
/**
* ClubInfo generated by MyEclipse Persistence Tools
*/
public class ClubInfo implements java.io.Serializable {
// Fields
/**
*
*/
private static final long serialVersionUID = 1L;
private Integer clubId;
private Integer clubCardTypeId;
private String clubCardid;
private String clubCardtype;
private String clubName;
private Integer clubsex;
private Integer clubPhone;
private String clubcareer;
private String clubUnit;
private Integer clubLevel;
private String clubLevelName;
private String clubLove;
private String clubscroe;
private String collectRule;
private String scroeRule;
private String optrid;
private Date optdate;
private String remark;
// Constructors
/** default constructor */
public ClubInfo() {
}
/** minimal constructor */
public ClubInfo(String clubCardid) {
this.clubCardid = clubCardid;
}
/** full constructor */
public ClubInfo(Integer clubCardTypeId, String clubCardid, String clubCardtype, String clubName, Integer clubsex, Integer clubPhone, String clubcareer, String clubUnit, Integer clubLevel, String clubLevelName, String clubLove, String clubscroe, String optrid, Date optdate, String remark) {
this.clubCardTypeId = clubCardTypeId;
this.clubCardid = clubCardid;
this.clubCardtype = clubCardtype;
this.clubName = clubName;
this.clubsex = clubsex;
this.clubPhone = clubPhone;
this.clubcareer = clubcareer;
this.clubUnit = clubUnit;
this.clubLevel = clubLevel;
this.clubLevelName = clubLevelName;
this.clubLove = clubLove;
this.clubscroe = clubscroe;
this.optrid = optrid;
this.optdate = optdate;
this.remark = remark;
}
// Property accessors
public Integer getClubId() {
return this.clubId;
}
public void setClubId(Integer clubId) {
this.clubId = clubId;
}
public Integer getClubCardTypeId() {
return this.clubCardTypeId;
}
public void setClubCardTypeId(Integer clubCardTypeId) {
this.clubCardTypeId = clubCardTypeId;
}
public String getClubCardid() {
return this.clubCardid;
}
public void setClubCardid(String clubCardid) {
this.clubCardid = clubCardid;
}
public String getClubCardtype() {
return this.clubCardtype;
}
public void setClubCardtype(String clubCardtype) {
this.clubCardtype = clubCardtype;
}
public String getClubName() {
return this.clubName;
}
public void setClubName(String clubName) {
this.clubName = clubName;
}
public Integer getClubsex() {
return this.clubsex;
}
public void setClubsex(Integer clubsex) {
this.clubsex = clubsex;
}
public Integer getClubPhone() {
return this.clubPhone;
}
public void setClubPhone(Integer clubPhone) {
this.clubPhone = clubPhone;
}
public String getClubcareer() {
return clubcareer;
}
public void setClubcareer(String clubcareer) {
this.clubcareer = clubcareer;
}
public String getClubUnit() {
return this.clubUnit;
}
public void setClubUnit(String clubUnit) {
this.clubUnit = clubUnit;
}
public Integer getClubLevel() {
return this.clubLevel;
}
public void setClubLevel(Integer clubLevel) {
this.clubLevel = clubLevel;
}
public String getClubLevelName() {
return this.clubLevelName;
}
public void setClubLevelName(String clubLevelName) {
this.clubLevelName = clubLevelName;
}
public String getClubLove() {
return this.clubLove;
}
public void setClubLove(String clubLove) {
this.clubLove = clubLove;
}
public String getClubscroe() {
return this.clubscroe;
}
public void setClubscroe(String clubscroe) {
this.clubscroe = clubscroe;
}
public String getOptrid() {
return this.optrid;
}
public void setOptrid(String optrid) {
this.optrid = optrid;
}
public Date getOptdate() {
return this.optdate;
}
public void setOptdate(Date optdate) {
this.optdate = optdate;
}
public String getRemark() {
return this.remark;
}
public void setRemark(String remark) {
this.remark = remark;
}
public String getCollectRule() {
return collectRule;
}
public void setCollectRule(String collectRule) {
this.collectRule = collectRule;
}
public String getScroeRule() {
return scroeRule;
}
public void setScroeRule(String scroeRule) {
this.scroeRule = scroeRule;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -