首页>代码>java学籍后台管理系统>/SchoolRollSystem/src/com/two/studentRoll/model/ClassType.java
package com.two.studentRoll.model;

import java.sql.Date;

import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.Table;

/**
 * 班级类型
 * 
 * @author The bird is my most loving smile
 * @version 1.0
 * @created 19-二月-2014 13:36:50
 */
@Entity
@Table(name = "t_classType")
public class ClassType {
	/**
	 * OID
	 */
	@Id
	@GeneratedValue(strategy = GenerationType.AUTO)
	@Column(name = "pk_id")
	private int id;
	/**
	 * 类型名称
	 */
	@Column(name = "f_name")
	private String name;
	/**
	 * 总阶段数
	 */
	@Column(name = "f_allClassState")
	private String allClassState;
	/**
	 * 费用统计
	 */
	@Column(name = "f_moneyStatistics")
	private Double moneyStatistics;
	/**
	 * 班级状态 (可用、不可用)
	 */
	@Column(name = "f_state")
	private String state = "可用";
	/**
	 * 开班时间
	 */
	@Column(name = "f_startTime")
	private Date startTime;

	public ClassType() {

	}

	public int getId() {
		return id;
	}

	public void setId(int id) {
		this.id = id;
	}

	public String getName() {
		return name;
	}

	public void setName(String name) {
		this.name = name;
	}

	public String getAllClassState() {
		return allClassState;
	}

	public void setAllClassState(String allClassState) {
		this.allClassState = allClassState;
	}

	public Double getMoneyStatistics() {
		return moneyStatistics;
	}

	public void setMoneyStatistics(Double moneyStatistics) {
		this.moneyStatistics = moneyStatistics;
	}

	public String getState() {
		return state;
	}

	public void setState(String state) {
		this.state = state;
	}

	public Date getStartTime() {
		return startTime;
	}

	public void setStartTime(Date startTime) {
		this.startTime = startTime;
	}

	@Override
	public String toString() {
		return "ClassType [id=" + id + ", name=" + name + ", allClassState="
				+ allClassState + ", moneyStatistics=" + moneyStatistics
				+ ", state=" + state + ", startTime=" + startTime + "]";
	}

}
最近下载更多
asddwh  LV13 2023年12月26日
政政123456  LV3 2023年12月10日
fesfefe  LV13 2023年9月14日
mayong1234  LV6 2023年6月14日
1455384106  LV2 2023年5月8日
康日澜  LV9 2023年3月22日
linmou  LV8 2023年3月13日
asdadd  LV1 2022年12月19日
番茄and番茄1  LV1 2022年11月20日
2089675149  LV7 2022年11月13日
最近浏览更多
black8angel  LV4 11月13日
shunlun8855  LV1 10月29日
linhua  LV1 10月11日
暂无贡献等级
暂无贡献等级
123456cjj  LV1 6月2日
dfvbhjksdfh  LV1 5月29日
yyhrhv  LV8 5月23日
647123  LV1 5月14日
792891244  LV3 5月13日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友