⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 wealthim.java

📁 一个不错的bbs论坛系统.对初学者很有帮助
💻 JAVA
字号:
package com.yhbbs.bbs.bean;

import com.yhbbs.bbs.itface.Wealth;
/**
 * <p>Title:论坛系统分配财富相关信息Bean</p>
 * <li> 分配财富相关信息的所有属性<br>
 * <br><b>WebSite: www.yyhweb.com</b>
  * <br><b>CopyRight: yyhweb[由由华网]</b>
 * @author stephen
 * @version YHBBS-2.0
 */
public class WealthIm implements Wealth {

	private int id = 0;
	private String name = "";
	private int loginmoney = 0;
	private int postmoney = 0;
	private int replaymoney = 0;
	private int elitemoney = 0;
	private int delmoney = 0;
	private int loginexp = 0;
	private int postexp = 0;
	private int replayexp = 0;
	private int deleexp = 0;
	private int elitexp = 0;
	private int logincha = 0;
	private int postcha = 0;
	private int replaycha = 0;
	private int delecha = 0;
	private int elitecha = 0;
	private int regmoney = 0;
	private int regexp = 0;
	private int regcha = 0;
	
	public int getDelecha() {
		return delecha;
	}
	public void setDelecha(int delecha) {
		this.delecha = delecha;
	}
	public int getDeleexp() {
		return deleexp;
	}
	public void setDeleexp(int deleexp) {
		this.deleexp = deleexp;
	}
	public int getDelmoney() {
		return delmoney;
	}
	public void setDelmoney(int delmoney) {
		this.delmoney = delmoney;
	}
	public int getElitecha() {
		return elitecha;
	}
	public void setElitecha(int elitecha) {
		this.elitecha = elitecha;
	}
	public int getElitemoney() {
		return elitemoney;
	}
	public void setElitemoney(int elitemoney) {
		this.elitemoney = elitemoney;
	}
	public int getElitexp() {
		return elitexp;
	}
	public void setElitexp(int elitexp) {
		this.elitexp = elitexp;
	}
	public int getId() {
		return id;
	}
	public void setId(int id) {
		this.id = id;
	}
	public int getLogincha() {
		return logincha;
	}
	public void setLogincha(int logincha) {
		this.logincha = logincha;
	}
	public int getLoginexp() {
		return loginexp;
	}
	public void setLoginexp(int loginexp) {
		this.loginexp = loginexp;
	}
	public int getLoginmoney() {
		return loginmoney;
	}
	public void setLoginmoney(int loginmoney) {
		this.loginmoney = loginmoney;
	}
	public String getName() {
		return name;
	}
	public void setName(String name) {
		this.name = name;
	}
	public int getPostcha() {
		return postcha;
	}
	public void setPostcha(int postcha) {
		this.postcha = postcha;
	}
	public int getPostexp() {
		return postexp;
	}
	public void setPostexp(int postexp) {
		this.postexp = postexp;
	}
	public int getPostmoney() {
		return postmoney;
	}
	public void setPostmoney(int postmoney) {
		this.postmoney = postmoney;
	}
	public int getRegcha() {
		return regcha;
	}
	public void setRegcha(int regcha) {
		this.regcha = regcha;
	}
	public int getRegexp() {
		return regexp;
	}
	public void setRegexp(int regexp) {
		this.regexp = regexp;
	}
	public int getRegmoney() {
		return regmoney;
	}
	public void setRegmoney(int regmoney) {
		this.regmoney = regmoney;
	}
	public int getReplaycha() {
		return replaycha;
	}
	public void setReplaycha(int replaycha) {
		this.replaycha = replaycha;
	}
	public int getReplayexp() {
		return replayexp;
	}
	public void setReplayexp(int replayexp) {
		this.replayexp = replayexp;
	}
	public int getReplaymoney() {
		return replaymoney;
	}
	public void setReplaymoney(int replaymoney) {
		this.replaymoney = replaymoney;
	}
	
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -