syfxfirstshow.java

来自「struts hibernate spring」· Java 代码 · 共 34 行

JAVA
34
字号
package com.syfxapp.pojo;

/**
 * SyfxFirstShow entity. @author MyEclipse Persistence Tools
 */

public class SyfxFirstShow implements java.io.Serializable {

	// Fields

	private SyfxFirstShowId id;

	// Constructors

	/** default constructor */
	public SyfxFirstShow() {
	}

	/** full constructor */
	public SyfxFirstShow(SyfxFirstShowId id) {
		this.id = id;
	}

	// Property accessors

	public SyfxFirstShowId getId() {
		return this.id;
	}

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

}

⌨️ 快捷键说明

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