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

📄 articlebigclassinfo.java

📁 本程序是作者用JBuilder 开发的一个娱乐系统模块.
💻 JAVA
字号:
/*
 * WARNING: DO NOT EDIT THIS FILE. This is a generated file that is synchronized
 * by MyEclipse Hibernate tool integration.
 *
 * Created Thu Jan 05 19:39:55 CST 2006 by MyEclipse Hibernate Tool.
 */
package com.singnet.article;

import java.io.*;

/**
 * A class that represents a row in the videotype table.
 * You can customize the behavior of this class by editing the class, {@link Videotype()}.
 * WARNING: DO NOT EDIT THIS FILE. This is a generated file that is synchronized * by MyEclipse Hibernate tool integration.
 */
public class ArticleBigClassInfo implements Serializable {


    /** The composite primary key value. */
    private java.lang.String id; 
    private java.lang.String bigclassname; 
    private java.lang.String remark;
	public java.lang.String getBigclassname() {
		return bigclassname;
	}
	public void setBigclassname(java.lang.String bigclassname) {
		this.bigclassname = bigclassname;
	}
	public java.lang.String getId() {
		return id;
	}
	public void setId(java.lang.String id) {
		this.id = id;
	}
	public java.lang.String getRemark() {
		return remark;
	}
	public void setRemark(java.lang.String remark) {
		this.remark = remark;
	} 
    

}

⌨️ 快捷键说明

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