?? upbooksform.java
字號:
/*
* Generated by MyEclipse Struts
* Template path: templates/java/JavaClass.vtl
*/
package kignbi.dong.form;
import org.apache.struts.action.ActionForm;
/**
* MyEclipse Struts
* Creation date: 01-30-2008
*
* XDoclet definition:
* @struts.form name="upBooksForm"
*/
public class UpBooksForm extends ActionForm {
/*
* Generated fields
*/
/**
*
*/
private static final long serialVersionUID = 1L;
/** bprice property */
private String bprice;
/** bkind property */
private String bkind;
/** bpublish property */
private String bpublish;
/** bnumber property */
private String bnumber;
/** bid property */
private String bid;
/** bdt_publish property */
private String bdt_publish;
/** bname property */
private String bname;
/** bauthor property */
private String bauthor;
/*
* Generated Methods
*/
/**
* Returns the bprice.
* @return String
*/
public String getBprice() {
return bprice;
}
/**
* Set the bprice.
* @param bprice The bprice to set
*/
public void setBprice(String bprice) {
this.bprice = bprice;
}
/**
* Returns the bkind.
* @return String
*/
public String getBkind() {
return bkind;
}
/**
* Set the bkind.
* @param bkind The bkind to set
*/
public void setBkind(String bkind) {
this.bkind = bkind;
}
/**
* Returns the bpublish.
* @return String
*/
public String getBpublish() {
return bpublish;
}
/**
* Set the bpublish.
* @param bpublish The bpublish to set
*/
public void setBpublish(String bpublish) {
this.bpublish = bpublish;
}
/**
* Returns the bnumber.
* @return String
*/
public String getBnumber() {
return bnumber;
}
/**
* Set the bnumber.
* @param bnumber The bnumber to set
*/
public void setBnumber(String bnumber) {
this.bnumber = bnumber;
}
/**
* Returns the bid.
* @return String
*/
public String getBid() {
return bid;
}
/**
* Set the bid.
* @param bid The bid to set
*/
public void setBid(String bid) {
this.bid = bid;
}
/**
* Returns the bdt_publish.
* @return String
*/
public String getBdt_publish() {
return bdt_publish;
}
/**
* Set the bdt_publish.
* @param bdt_publish The bdt_publish to set
*/
public void setBdt_publish(String bdt_publish) {
this.bdt_publish = bdt_publish;
}
/**
* Returns the bname.
* @return String
*/
public String getBname() {
return bname;
}
/**
* Set the bname.
* @param bname The bname to set
*/
public void setBname(String bname) {
this.bname = bname;
}
/**
* Returns the bauthor.
* @return String
*/
public String getBauthor() {
return bauthor;
}
/**
* Set the bauthor.
* @param bauthor The bauthor to set
*/
public void setBauthor(String bauthor) {
this.bauthor = bauthor;
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -