?? newbookform.java
字號:
// Created by Xslt generator for Eclipse.
// XSL : not found (java.io.FileNotFoundException: (Bad file descriptor))
// Default XSL used : easystruts.jar$org.easystruts.xslgen.JavaClass.xsl
package com.ahbay.struts.form;
import javax.servlet.http.HttpServletRequest;
import org.apache.struts.action.ActionErrors;
import org.apache.struts.action.ActionForm;
import org.apache.struts.action.ActionMapping;
/**
* NewbookForm.java created by EasyStruts - XsltGen.
* http://easystruts.sf.net
* created on 07-10-2005
*
* XDoclet definition:
* @struts:form name="newbookForm"
*/
public class NewbookForm extends ActionForm {
// --------------------------------------------------------- Instance Variables
/** phone property */
private String phone;
/** corpname property */
private String corpname;
/** job property */
private String job;
/** address property */
private String address;
/** content property */
private String content;
/** myname property */
private String myname;
/** email property */
private String email;
/** zip property */
private String zip;
/** sfcode property */
private String sfcode;
// --------------------------------------------------------- Methods
/**
* Method validate
* @param ActionMapping mapping
* @param HttpServletRequest request
* @return ActionErrors
*/
public ActionErrors validate(
ActionMapping mapping,
HttpServletRequest request) {
throw new UnsupportedOperationException("Generated method 'validate(...)' not implemented.");
}
/**
* Returns the phone.
* @return String
*/
public String getPhone() {
return phone;
}
/**
* Set the phone.
* @param phone The phone to set
*/
public void setPhone(String phone) {
this.phone = phone;
}
/**
* Returns the corpname.
* @return String
*/
public String getCorpname() {
return corpname;
}
/**
* Set the corpname.
* @param corpname The corpname to set
*/
public void setCorpname(String corpname) {
this.corpname = corpname;
}
/**
* Returns the job.
* @return String
*/
public String getJob() {
return job;
}
/**
* Set the job.
* @param job The job to set
*/
public void setJob(String job) {
this.job = job;
}
/**
* Returns the address.
* @return String
*/
public String getAddress() {
return address;
}
/**
* Set the address.
* @param address The address to set
*/
public void setAddress(String address) {
this.address = address;
}
/**
* Returns the content.
* @return String
*/
public String getContent() {
return content;
}
/**
* Set the content.
* @param content The content to set
*/
public void setContent(String content) {
this.content = content;
}
/**
* Returns the myname.
* @return String
*/
public String getMyname() {
return myname;
}
/**
* Set the myname.
* @param myname The myname to set
*/
public void setMyname(String myname) {
this.myname = myname;
}
/**
* Returns the email.
* @return String
*/
public String getEmail() {
return email;
}
/**
* Set the email.
* @param email The email to set
*/
public void setEmail(String email) {
this.email = email;
}
/**
* Returns the zip.
* @return String
*/
public String getZip() {
return zip;
}
/**
* Set the zip.
* @param zip The zip to set
*/
public void setZip(String zip) {
this.zip = zip;
}
/**
* Returns the sfcode.
* @return String
*/
public String getSfcode() {
return sfcode;
}
/**
* Set the sfcode.
* @param sfcode The sfcode to set
*/
public void setSfcode(String sfcode) {
this.sfcode = sfcode;
}
}
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -