📄 leavewordform.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 + -