📄 gbs_mwideuse_stbean.java
字号:
/**
* class GBS_MWideUse_stBean.java
* created on 07-29-2004
*
* @author wxf
* @version 1.0
*/
package DataBean;
public class GBS_MWideUse_stBean implements java.io.Serializable{
private String targetUse = new String();//TARGET_USE 巊梡栚揑
private String mainKey = new String();//MAIN_KEY 僉乕撪梕
private String string1 = new String();//STRING1 撪梕暥帤侾
private String string2 = new String();//STRING2 撪梕暥帤俀
private String string3 = new String();//STRING3 撪梕暥帤俁
private String numeric1 = new String();//NUMERIC1 撪梕悢帤侾
private String numeric2 = new String();//NUMERIC2 撪梕悢帤俀
private String numeric3 = new String();//NUMERIC3 撪梕悢帤俁
private String expsition = new String();//EXPOSITION 愢柧
private String createUser = new String();//CREATE_USER 嶌惉儐乕僓乕
private String createDate = new String();//CREATE_DATE 嶌惉擔帪
private String updateUser = new String();//UPDATE_USER 峏怴儐乕僓乕
private String updateDate = new String();//UPDATE_DATE 峏怴擔帪
public GBS_MWideUse_stBean(){
targetUse = "";
mainKey = "";
string1 = "";
string2 = "";
string3 = "";
numeric1 = "";
numeric2 = "";
numeric3 = "";
expsition = "";
createUser = "";
createDate = "";
updateUser = "";
updateDate = "";
}
//--------------------------------------------------------- Methods
/**
* Returns the targetUse.
* @return String
*/
public String getTargetUse() {
return targetUse;
}
/**
* Set the targetUse.
* @param targetUse The targetUse to set
*/
public void setTargetUse(String targetUse) {
this.targetUse = targetUse;
}
/**
* Returns the mainKey.
* @return String
*/
public String getMainKey() {
return mainKey;
}
/**
* Set the mainKey.
* @param mainKey The mainKey to set
*/
public void setMainKey(String mainKey) {
this.mainKey = mainKey;
}
/**
* Returns the string1.
* @return String
*/
public String getString1() {
return string1;
}
/**
* Set the string1.
* @param string1 The string1 to set
*/
public void setString1(String string1) {
this.string1 = string1;
}
/**
* Returns the string2.
* @return String
*/
public String getString2() {
return string2;
}
/**
* Set the string2.
* @param string2 The string1 to set
*/
public void setString2(String string2) {
this.string2 = string2;
}
/**
* Returns the string3.
* @return String
*/
public String getString3() {
return string3;
}
/**
* Set the string3.
* @param string3 The string3 to set
*/
public void setString3(String string3) {
this.string3 = string3;
}
/**
* Returns the numeric1.
* @return String
*/
public String getNumeric1() {
return numeric1;
}
/**
* Set the numeric1.
* @param numeric1 The numeric1 to set
*/
public void setNumeric1(String numeric1) {
this.numeric1 = numeric1;
}
/**
* Returns the numeric2.
* @return String
*/
public String getNumeric2() {
return numeric2;
}
/**
* Set the numeric2.
* @param numeric2 The numeric2 to set
*/
public void setNumeric2(String numeric2) {
this.numeric2 = numeric2;
}
/**
* Returns the numeric3.
* @return String
*/
public String getNumeric3() {
return numeric3;
}
/**
* Set the numeric3.
* @param numeric3 The numeric3 to set
*/
public void setNumeric3(String numeric3) {
this.numeric3 = numeric3;
}
/**
* Returns the expsition.
* @return String
*/
public String getExpsition() {
return expsition;
}
/**
* Set the expsition.
* @param expsition The expsition to set
*/
public void setExpsition(String expsition) {
this.expsition = expsition;
}
/**
* Returns the createUser.
* @return String
*/
public String getCreateUser() {
return createUser;
}
/**
* Set the createUser.
* @param createUser The createUser to set
*/
public void setCreateUser(String createUser) {
this.createUser = createUser;
}
/**
* Returns the createDate.
* @return String
*/
public String getCreateDate() {
return createDate;
}
/**
* Set the createDate.
* @param createDate The createDate to set
*/
public void setCreateDate(String createDate) {
this.createDate = createDate;
}
/**
* Returns the updateUser.
* @return String
*/
public String getUpdateUser() {
return updateUser;
}
/**
* Set the updateUser.
* @param updateUser The updateUser to set
*/
public void setUpdateUser(String updateUser) {
this.updateUser = updateUser;
}
/**
* Returns the updateDate.
* @return String
*/
public String getUpdateDate() {
return updateDate;
}
/**
* Set the updateDate.
* @param updateDate The updateDate to set
*/
public void setUpdateDate(String updateDate) {
this.updateDate = updateDate;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -