📄 zjgp1indto.java
字号:
/*
* Created on 2007/03/06
*
* TODO To change the template for this generated file go to
* Window - Preferences - Java - Code Style - Code Templates
*/
package stock.data.dto.inDto;
import java.util.ArrayList;
import course.data.zjgp1.Zjgp1Data;
/**
* @author yuhui
*
* TODO To change the template for this generated type comment go to Window -
* Preferences - Java - Code Style - Code Templates
*/
public class Zjgp1InDto {
ArrayList zjgp1DataList;
Zjgp1Data zjgp1Data;
/**
* @return Returns the zjgp1Data.
*/
public Zjgp1Data getZjgp1Data() {
return zjgp1Data;
}
/**
* @param zjgp1Data The zjgp1Data to set.
*/
public void setZjgp1Data(Zjgp1Data zjgp1Data) {
this.zjgp1Data = zjgp1Data;
}
String userName;
String cashCanUsed;
String sumOfWth;
String numOfDone;
String incOfDay;
String incOfWeek;
String inc;
String dayOfReg;
String stkID;
String stkName;
String stkSumNum;
String stkCanUsed;
String priBuyIn;
String priSelNow;
String numGetLos;
String pri;
String priStpLos;
String stkState;
/**
* @return Returns the cashCanUsed.
*/
public String getCashCanUsed() {
return cashCanUsed;
}
/**
* @param cashCanUsed
* The cashCanUsed to set.
*/
public void setCashCanUsed(String cashCanUsed) {
this.cashCanUsed = cashCanUsed;
}
/**
* @return Returns the dayOfReg.
*/
public String getDayOfReg() {
return dayOfReg;
}
/**
* @param dayOfReg
* The dayOfReg to set.
*/
public void setDayOfReg(String dayOfReg) {
this.dayOfReg = dayOfReg;
}
/**
* @return Returns the inc.
*/
public String getInc() {
return inc;
}
/**
* @param inc
* The inc to set.
*/
public void setInc(String inc) {
this.inc = inc;
}
/**
* @return Returns the incOfDay.
*/
public String getIncOfDay() {
return incOfDay;
}
/**
* @param incOfDay
* The incOfDay to set.
*/
public void setIncOfDay(String incOfDay) {
this.incOfDay = incOfDay;
}
/**
* @return Returns the incOfWeek.
*/
public String getIncOfWeek() {
return incOfWeek;
}
/**
* @param incOfWeek
* The incOfWeek to set.
*/
public void setIncOfWeek(String incOfWeek) {
this.incOfWeek = incOfWeek;
}
/**
* @return Returns the numGetLos.
*/
public String getNumGetLos() {
return numGetLos;
}
/**
* @param numGetLos
* The numGetLos to set.
*/
public void setNumGetLos(String numGetLos) {
this.numGetLos = numGetLos;
}
/**
* @return Returns the numOfDone.
*/
public String getNumOfDone() {
return numOfDone;
}
/**
* @param numOfDone
* The numOfDone to set.
*/
public void setNumOfDone(String numOfDone) {
this.numOfDone = numOfDone;
}
/**
* @return Returns the pri.
*/
public String getPri() {
return pri;
}
/**
* @param pri
* The pri to set.
*/
public void setPri(String pri) {
this.pri = pri;
}
/**
* @return Returns the priBuyIn.
*/
public String getPriBuyIn() {
return priBuyIn;
}
/**
* @param priBuyIn
* The priBuyIn to set.
*/
public void setPriBuyIn(String priBuyIn) {
this.priBuyIn = priBuyIn;
}
/**
* @return Returns the priSelNow.
*/
public String getPriSelNow() {
return priSelNow;
}
/**
* @param priSelNow
* The priSelNow to set.
*/
public void setPriSelNow(String priSelNow) {
this.priSelNow = priSelNow;
}
/**
* @return Returns the priStpLos.
*/
public String getPriStpLos() {
return priStpLos;
}
/**
* @param priStpLos
* The priStpLos to set.
*/
public void setPriStpLos(String priStpLos) {
this.priStpLos = priStpLos;
}
/**
* @return Returns the stkCanUsed.
*/
public String getStkCanUsed() {
return stkCanUsed;
}
/**
* @param stkCanUsed
* The stkCanUsed to set.
*/
public void setStkCanUsed(String stkCanUsed) {
this.stkCanUsed = stkCanUsed;
}
/**
* @return Returns the stkID.
*/
public String getStkID() {
return stkID;
}
/**
* @param stkID
* The stkID to set.
*/
public void setStkID(String stkID) {
this.stkID = stkID;
}
/**
* @return Returns the stkName.
*/
public String getStkName() {
return stkName;
}
/**
* @param stkName
* The stkName to set.
*/
public void setStkName(String stkName) {
this.stkName = stkName;
}
/**
* @return Returns the stkState.
*/
public String getStkState() {
return stkState;
}
/**
* @param stkState
* The stkState to set.
*/
public void setStkState(String stkState) {
this.stkState = stkState;
}
/**
* @return Returns the stkSumNum.
*/
public String getStkSumNum() {
return stkSumNum;
}
/**
* @param stkSumNum
* The stkSumNum to set.
*/
public void setStkSumNum(String stkSumNum) {
this.stkSumNum = stkSumNum;
}
/**
* @return Returns the sumOfWth.
*/
public String getSumOfWth() {
return sumOfWth;
}
/**
* @param sumOfWth
* The sumOfWth to set.
*/
public void setSumOfWth(String sumOfWth) {
this.sumOfWth = sumOfWth;
}
/**
* @return Returns the userName.
*/
public String getUserName() {
return userName;
}
/**
* @param userName
* The userName to set.
*/
public void setUserName(String userName) {
this.userName = userName;
}
/**
* @return Returns the zjgp1DataList.
*/
public ArrayList getZjgp1DataList() {
return zjgp1DataList;
}
/**
* @param zjgp1DataList The zjgp1DataList to set.
*/
public void setZjgp1DataList(ArrayList zjgp1DataList) {
this.zjgp1DataList = zjgp1DataList;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -