📄 competsadmin.java
字号:
package com.pets.admin.userInfo.bean.po;
import java.util.Date;
/**
* ComPetsAdmin generated by MyEclipse - Hibernate Tools
*/
public class ComPetsAdmin implements java.io.Serializable {
// Fields
private Long id;
private String username;
private String password;
private String sex;
private String email;
private Date birthday;
private String homepage;
private String qq;
private String provice;
private String city;
private String job;
private String sign;
private String introduce;
private String levels;
private Long score;
private Long gold;
private Long opensub;
private Long replysub;
private Date regdate;
private Date logondate;
private Long logontimes;
private String picture;
private String nickname;
private String msn;
private String edoucation;
private String passquestion;
private String passanswer;
// Constructors
/** default constructor */
public ComPetsAdmin() {
}
/** full constructor */
public ComPetsAdmin(String username, String password, String sex, String email, Date birthday, String homepage, String qq, String provice, String city, String job, String sign, String introduce, String levels, Long score, Long gold, Long opensub, Long replysub, Date regdate, Date logondate, Long logontimes, String picture, String nickname, String msn, String edoucation, String passquestion, String passanswer) {
this.username = username;
this.password = password;
this.sex = sex;
this.email = email;
this.birthday = birthday;
this.homepage = homepage;
this.qq = qq;
this.provice = provice;
this.city = city;
this.job = job;
this.sign = sign;
this.introduce = introduce;
this.levels = levels;
this.score = score;
this.gold = gold;
this.opensub = opensub;
this.replysub = replysub;
this.regdate = regdate;
this.logondate = logondate;
this.logontimes = logontimes;
this.picture = picture;
this.nickname = nickname;
this.msn = msn;
this.edoucation = edoucation;
this.passquestion = passquestion;
this.passanswer = passanswer;
}
// Property accessors
public Long getId() {
return this.id;
}
public void setId(Long id) {
this.id = id;
}
public String getUsername() {
return this.username;
}
public void setUsername(String username) {
this.username = username;
}
public String getPassword() {
return this.password;
}
public void setPassword(String password) {
this.password = password;
}
public String getSex() {
return this.sex;
}
public void setSex(String sex) {
this.sex = sex;
}
public String getEmail() {
return this.email;
}
public void setEmail(String email) {
this.email = email;
}
public Date getBirthday() {
return this.birthday;
}
public void setBirthday(Date birthday) {
this.birthday = birthday;
}
public String getHomepage() {
return this.homepage;
}
public void setHomepage(String homepage) {
this.homepage = homepage;
}
public String getQq() {
return this.qq;
}
public void setQq(String qq) {
this.qq = qq;
}
public String getProvice() {
return this.provice;
}
public void setProvice(String provice) {
this.provice = provice;
}
public String getCity() {
return this.city;
}
public void setCity(String city) {
this.city = city;
}
public String getJob() {
return this.job;
}
public void setJob(String job) {
this.job = job;
}
public String getSign() {
return this.sign;
}
public void setSign(String sign) {
this.sign = sign;
}
public String getIntroduce() {
return this.introduce;
}
public void setIntroduce(String introduce) {
this.introduce = introduce;
}
public String getLevels() {
return this.levels;
}
public void setLevels(String levels) {
this.levels = levels;
}
public Long getScore() {
return this.score;
}
public void setScore(Long score) {
this.score = score;
}
public Long getGold() {
return this.gold;
}
public void setGold(Long gold) {
this.gold = gold;
}
public Long getOpensub() {
return this.opensub;
}
public void setOpensub(Long opensub) {
this.opensub = opensub;
}
public Long getReplysub() {
return this.replysub;
}
public void setReplysub(Long replysub) {
this.replysub = replysub;
}
public Date getRegdate() {
return this.regdate;
}
public void setRegdate(Date regdate) {
this.regdate = regdate;
}
public Date getLogondate() {
return this.logondate;
}
public void setLogondate(Date logondate) {
this.logondate = logondate;
}
public Long getLogontimes() {
return this.logontimes;
}
public void setLogontimes(Long logontimes) {
this.logontimes = logontimes;
}
public String getPicture() {
return this.picture;
}
public void setPicture(String picture) {
this.picture = picture;
}
public String getNickname() {
return this.nickname;
}
public void setNickname(String nickname) {
this.nickname = nickname;
}
public String getMsn() {
return this.msn;
}
public void setMsn(String msn) {
this.msn = msn;
}
public String getEdoucation() {
return this.edoucation;
}
public void setEdoucation(String edoucation) {
this.edoucation = edoucation;
}
public String getPassquestion() {
return this.passquestion;
}
public void setPassquestion(String passquestion) {
this.passquestion = passquestion;
}
public String getPassanswer() {
return this.passanswer;
}
public void setPassanswer(String passanswer) {
this.passanswer = passanswer;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -