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

📄 leavewordform.java

📁 留言簿架构 oracle 9i + jsp + struts 留言簿基本功能: 1 、客人签写留言 2 、基本的UBB支持
💻 JAVA
字号:
package com.guestbook.form;

import org.apache.struts.action.*;
import javax.servlet.http.*;

public class LeaveWordForm extends ActionForm
{
	private int id;
	private String guestname;
	private String comefrom;
	private String comefromCity;
	private String face;
	private String guestcontent;
	private String guestreply;
	private String guestdate;
	private String oicq;
	private String email;
	private String homepage;
	private String ip;
	private byte secretly;
	private String redate;
	private byte sh;
	
	public int getId()
	{
		return this.id;
	}
	public void setId( int id )
	{
		this.id = id;
	}

	public String getGuestname()
	{
		return this.guestname;
	}
	public void setGuestname( String guestname )
	{
		this.guestname = guestname;
	}

	public String getComefrom()
	{
		return this.comefrom;
	}
	public void setComefrom( String comefrom )
	{
		this.comefrom = comefrom;
	}

	public String getComefromCity()
	{
		return this.comefromCity;
	}
	public void setComefromCity( String comefromCity )
	{
		this.comefromCity = comefromCity;
	}

	public String getFace()
	{
		return this.face;
	}
	public void setFace( String face )
	{
		this.face = face;
	}

	public String getGuestcontent()
	{
		return this.guestcontent;
	}
	public void setGuestcontent( String guestcontent )
	{
		this.guestcontent = guestcontent;
	}

	public String getGuestreply()
	{
		return this.guestreply;
	}
	public void setGuestreply( String guestreply )
	{
		this.guestreply = guestreply;
	}

	public String getGuestdate()
	{
		return this.guestdate;
	}
	public void setGuestdate( String guestdate )
	{
		this.guestdate = guestdate;
	}

	public String getOicq()
	{
		return this.oicq;
	}
	public void setOicq( String oicq )
	{
		this.oicq = oicq;
	}

	public String getEmail()
	{
		return this.email;
	}
	public void setEmail( String email )
	{
		this.email = email;
	}

	public String getHomepage()
	{
		return this.homepage;
	}
	public void setHomepage( String homepage )
	{
		this.homepage = homepage;
	}

	public String getIp()
	{
		return this.ip;
	}
	public void setIp( String ip )
	{
		this.ip = ip;
	}

	public byte getSecretly()
	{
		return this.secretly;
	}
	public void setSecretly( byte secretly )
	{
		this.secretly = secretly;
	}

	public String getRedate()
	{
		return this.redate;
	}
	public void setRedate( String redate )
	{
		this.redate = redate;
	}

	public byte getSh()
	{
		return this.sh;
	}
	public void setSh( byte sh )
	{
		this.sh = sh;
	}	
}

⌨️ 快捷键说明

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